kolla-ansible/ansible/roles/cyborg/tasks
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
..
bootstrap_service.yml Fix handling of docker restart policy 2019-07-18 13:39:06 +00:00
bootstrap.yml During deploy, always sync DB 2019-07-12 08:56:54 +00:00
check-containers.yml Fix that cyborg agent failed to start privsep daemon. 2020-04-22 07:35:39 +00:00
check.yml Add cyborg to kolla-ansible 2019-03-08 10:46:53 +08:00
clone.yml permission denied when enable_kolla_dev_mod 2020-06-07 19:36:42 +08:00
config.yml Performance: use import_tasks for check-containers.yml 2020-07-28 12:10:59 +01:00
copy-certs.yml Refactor copy certificates task 2020-04-14 17:26:19 +00:00
deploy-containers.yml Add a job that *only* deploys updated containers 2019-09-26 17:51:14 +01:00
deploy.yml Performance: remove unnecessary conditions from includes 2020-07-07 15:50:58 +01:00
loadbalancer.yml Use "name:" instead of "role:" for *_role modules 2020-03-02 10:01:17 +01:00
main.yml Add cyborg to kolla-ansible 2019-03-08 10:46:53 +08:00
precheck.yml Add Ansible group check to prechecks 2020-02-28 16:23:14 +00:00
pull.yml Add cyborg to kolla-ansible 2019-03-08 10:46:53 +08:00
reconfigure.yml Add cyborg to kolla-ansible 2019-03-08 10:46:53 +08:00
register.yml Refactor service, endpoint and user registration 2019-09-17 10:13:56 -07:00
stop.yml Use "name:" instead of "role:" for *_role modules 2020-03-02 10:01:17 +01:00
upgrade.yml Add cyborg to kolla-ansible 2019-03-08 10:46:53 +08:00