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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user