kolla-ansible/ansible
Mark Goddard 9702d4c3c3 Performance: use import_tasks for check-containers.yml
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 check-containers.yml include, the
included file only has a single task, so the overhead of skipping this
task will not be greater than the overhead of the task import. It
therefore makes sense to switch to use import_tasks there.

Partially-Implements: blueprint performance-improvements

Change-Id: I65d911670649960708b9f6a4c110d1a7df1ad8f7
2020-07-28 12:10:59 +01:00
..
action_plugins Add extend_lists option to merge_yaml 2020-05-11 13:47:12 +01:00
filter_plugins Implement IPv6 support in the control plane 2019-10-16 10:24:35 +02:00
group_vars Drop RDP console variables 2020-07-27 15:38:56 +02:00
inventory Remove Hyper-V integration 2020-07-27 10:25:46 +01:00
library Enable W503 for flake8 check 2020-05-17 18:21:39 +08:00
roles Performance: use import_tasks for check-containers.yml 2020-07-28 12:10:59 +01:00
bifrost.yml Update "openstack_release" variable to static brach name 2019-09-16 12:42:44 +00:00
certificates.yml Add support for encrypting backend Keystone HAProxy traffic 2020-04-09 09:22:55 +00:00
destroy.yml Give plays in the playbooks a name 2016-12-05 15:40:56 +00:00
gather-facts.yml Avoid unconditional fact gathering 2020-04-02 12:39:46 +00:00
kolla-host.yml Merge "Support Docker CE in bootstrap-servers" 2018-12-28 12:21:26 +00:00
mariadb_backup.yml Use mariabackup for database backups 2019-11-01 18:44:10 +00:00
mariadb_recovery.yml Update "openstack_release" variable to static brach name 2019-09-16 12:42:44 +00:00
nova.yml Use "name:" instead of "role:" for *_role modules 2020-03-02 10:01:17 +01:00
post-deploy.yml Ansible lint related fixes 2020-05-12 17:39:07 +00:00
prune-images.yml Adds Docker image pruning command 2020-01-27 13:44:01 +03:00
site.yml Drop a no-longer-relevant note 2020-07-27 17:34:54 +02:00