From 6e649ccc7e38b32426c6e6704b01a58fe87c1e91 Mon Sep 17 00:00:00 2001 From: Sofer Athlan-Guyot Date: Wed, 16 Oct 2019 16:21:08 +0200 Subject: [PATCH] Fix update of non HA container during update. After the refactoring of step_1 to improve speed during deployment, we were not updating the /var/lib/container-puppet/container-puppet.json or the container-startup-configs.json for instance. Net result is that the configuration is being done on the initially deployed container and non HA container are not updated. Note that not all step1 tasks were refarctored into the deploy_steps_tasks_step_1. So we still need to loop over step 1 in the deploy_steps_tasks. Closes-Bug: #1848359 Change-Id: I76b16cd7781ea601778004afa4e0bc3020ce3c59 --- common/deploy-steps.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index a2347e22d8..a67fccbd52 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -955,6 +955,7 @@ outputs: loop_var: step - import_tasks: {{role.name}}/host_prep_tasks.yaml when: tripleo_role_name == '{{role.name}}' + - import_tasks: common_deploy_steps_tasks_step_1.yaml - include_tasks: common_deploy_steps_tasks.yaml with_sequence: start=1 end={{deploy_steps_max-1}} loop_control: