kolla-ansible/ansible/roles/keystone/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 keystone fernet bootstrap 2020-02-03 13:41:11 +01:00
bootstrap.yml During deploy, always sync DB 2019-07-12 08:56:54 +00:00
check-containers.yml Add a job that *only* deploys updated containers 2019-09-26 17:51:14 +01:00
check.yml Support configuration of trusted CA certificate file 2019-08-16 12:47:42 +00: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 Add support for encrypting backend Keystone HAProxy traffic 2020-04-09 09:22:55 +00:00
deploy-containers.yml Add a job that *only* deploys updated containers 2019-09-26 17:51:14 +01:00
deploy.yml Fix keystone fernet bootstrap 2020-02-03 13:41:11 +01:00
distribute_fernet.yml keystone roles container name variable 2020-03-26 23:38:34 -04:00
loadbalancer.yml Use "name:" instead of "role:" for *_role modules 2020-03-02 10:01:17 +01:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
precheck.yml Improve fernet_token_expiry precheck 2020-05-15 16:50:35 +00:00
pull.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
reconfigure.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
register.yml Ansible lint: lines longer than 160 chars 2020-04-16 15:59:06 +02:00
stop.yml Use "name:" instead of "role:" for *_role modules 2020-03-02 10:01:17 +01:00
upgrade.yml Use become for all docker tasks 2019-06-06 19:04:58 +01:00