Merge "Define ovn_dbs_image fact for upgrades."
This commit is contained in:
commit
5e148fd0e9
@ -356,6 +356,7 @@ outputs:
|
|||||||
failed_when: false
|
failed_when: false
|
||||||
- name: ovn-dbs image facts
|
- name: ovn-dbs image facts
|
||||||
set_fact:
|
set_fact:
|
||||||
|
ovn_dbs_image: {get_param: ContainerOvnDbsImage}
|
||||||
ovn_dbs_image_latest: *ovn_dbs_image_pcmklatest
|
ovn_dbs_image_latest: *ovn_dbs_image_pcmklatest
|
||||||
ovn_dbs_image_current: "{{ovn_dbs_image_current_res.stdout}}"
|
ovn_dbs_image_current: "{{ovn_dbs_image_current_res.stdout}}"
|
||||||
- name: Temporarily tag the current ovn_dbs image id with the upgraded image name
|
- name: Temporarily tag the current ovn_dbs image id with the upgraded image name
|
||||||
@ -393,7 +394,7 @@ outputs:
|
|||||||
block:
|
block:
|
||||||
- name: Disable the ovn-dbs-bundle cluster resource before container upgrade
|
- name: Disable the ovn-dbs-bundle cluster resource before container upgrade
|
||||||
pacemaker_resource:
|
pacemaker_resource:
|
||||||
resource: ovn-dbs-bindle
|
resource: ovn-dbs-bundle
|
||||||
state: disable
|
state: disable
|
||||||
wait_for_resource: true
|
wait_for_resource: true
|
||||||
register: output
|
register: output
|
||||||
|
Loading…
Reference in New Issue
Block a user