kolla-ansible/ansible/roles/tacker
Mark Goddard 496904d650 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
2020-08-28 16:31:04 +00:00
..
defaults Mount /etc/timezone based on host OS 2020-08-10 10:14:18 +01:00
handlers Simplify handler conditionals 2019-06-27 15:57:19 +00:00
tasks Performance: use import_tasks for register and bootstrap 2020-08-28 16:31:04 +00:00
templates Remove default(omit) from openstack_cacert in templates 2020-04-03 14:49:11 +01:00