Fix variables for workaround variables.

Drop invalid workarounds keywords
- pre_docker_composable_upgrade_workarounds
- pre_nova_compute_upgrade_workarounds
- pre_docker_converge_upgrade_workarounds
- post_docker_converge_upgrade_workarounds
and use appropriate one:
- pre_overcloud_upgrade_workarounds
- post_overcloud_upgrade_workarounds
- pre_overcloud_upgrade_converge_workarounds
- post_overcloud_upgrade_converge_workarounds

Change-Id: I97eae282bf1ec47b012b89f74b682e6880a7838c
This commit is contained in:
Yurii Prokulevych
2018-10-23 08:11:02 +02:00
parent ed4cdcc948
commit 8cdda0ed23
2 changed files with 96 additions and 73 deletions

View File

@@ -106,7 +106,7 @@
- name: apply pre overcloud upgrade converge workarounds
shell: |
set -o pipefail
bash {{ working_dir }}/pre_overcloud_converge_workarounds.sh 2>&1 {{ timestamper_cmd }} > pre_overcloud_converge_workarounds.log
bash {{ working_dir }}/pre_overcloud_upgrade_converge_workarounds.sh 2>&1 {{ timestamper_cmd }} > pre_overcloud_upgrade_converge_workarounds.log
args:
chdir: "{{working_dir}}"
when: upgrade_workarounds
@@ -118,7 +118,7 @@
- name: apply post overcloud upgrade converge workarounds
shell: |
set -o pipefail
bash {{ working_dir }}/post_overcloud_converge_workarounds.sh 2>&1 {{ timestamper_cmd }} > post_overcloud_converge_workarounds.log
bash {{ working_dir }}/post_overcloud_upgrade_converge_workarounds.sh 2>&1 {{ timestamper_cmd }} > post_overcloud_upgrade_converge_workarounds.log
args:
chdir: "{{working_dir}}"
when: upgrade_workarounds