Update git submodules

* Update kolla-ansible from branch 'master'
  - Merge "Performance: use import_tasks for register and bootstrap"
  - Performance: use import_tasks for register and bootstrap
    
    Including tasks has a performance penalty when compared with importing
    tasks. If the include has a condition associated with it, then the
    overhead of the include may be lower than the overhead of skipping all
    imported tasks. In the case of the register.yml and bootstrap.yml
    includes, all of the tasks in the included file use run_once: True.
    The run_once flag improves performance at scale drastically, so
    importing these tasks unconditionally will have a lower overhead than a
    conditional include task.  It therefore makes sense to switch to use
    import_tasks there.
    
    See [1] for benchmarks of run_once.
    
    [1] https://github.com/stackhpc/ansible-scaling/blob/master/doc/run-once.md
    
    Change-Id: Ic67631ca3ea3fb2081a6f8978e85b1522522d40d
    Partially-Implements: blueprint performance-improvements
This commit is contained in:
Zuul 2020-08-31 11:30:59 +00:00 committed by Gerrit Code Review
parent 7e0e0095b1
commit c256fcba6e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3c02c966cb8b07462538bbdba0b7deed4cb40a90
Subproject commit 3316daad83657b4766d234937e3a146d73940e48