deploy-steps-tasks-step-1: update startup-configs with latest hashes
Make sure that right after creating/updating container startup configs, they are updated with the right config hash if a previous deployment was done. It'll ensure that containers don't restart for no reason. Change-Id: If72e8359e1afe2b6c28660d9755a6a1b4a62cb50
This commit is contained in:
parent
9b0c17ab58
commit
b37bed6c11
@ -248,6 +248,12 @@
|
|||||||
tags:
|
tags:
|
||||||
- container_startup_configs
|
- container_startup_configs
|
||||||
|
|
||||||
|
- name: Ensure config hashes are up-to-date for container startup configs
|
||||||
|
container_puppet_config:
|
||||||
|
update_config_hash_only: true
|
||||||
|
tags:
|
||||||
|
- container_startup_configs
|
||||||
|
|
||||||
- name: Create /var/lib/kolla/config_files directory
|
- name: Create /var/lib/kolla/config_files directory
|
||||||
file:
|
file:
|
||||||
path: /var/lib/kolla/config_files
|
path: /var/lib/kolla/config_files
|
||||||
|
Loading…
Reference in New Issue
Block a user