commit a6353fc85aa5e2ddca8c64c11c1e874308a761c6 Author: Zuul Date: Fri Oct 16 20:06:30 2020 +0000 Update git submodules * Update tripleo-common from branch 'master' - Merge "Lower ansible poll interval time" - Lower ansible poll interval time Currently we set poll interval in ansible to 0.05 which means it'll wait 50ms. The default is 0.001 which at scale is too cpu intensive. That being said, waiting 50ms for each task across all hosts increases overall execution time. Let's lower it to 0.01 as a middle ground between the current 0.05 and the 0.001 default. Change-Id: Ie4268fcc8c1a8031eaf7c33e9c137c198017ee18 diff --git a/tripleo-common b/tripleo-common index 93ffdf9..d9c3e3c 160000 --- a/tripleo-common +++ b/tripleo-common @@ -1 +1 @@ -Subproject commit 93ffdf9ef8b5a01f45ad884edc41b28f94a88b4e +Subproject commit d9c3e3c618eae99ad0b71d18bdcdf08e6fa1eaa6