diff --git a/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml b/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml index 5e563606c8..49ddb9204e 100644 --- a/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml +++ b/deployment/ovn/ovn-dbs-pacemaker-puppet.yaml @@ -351,6 +351,7 @@ outputs: failed_when: false - name: ovn-dbs image facts set_fact: + ovn_dbs_image: {get_param: ContainerOvnDbsImage} ovn_dbs_image_latest: *ovn_dbs_image_pcmklatest ovn_dbs_image_current: "{{ovn_dbs_image_current_res.stdout}}" - name: Temporarily tag the current ovn_dbs image id with the upgraded image name @@ -388,7 +389,7 @@ outputs: block: - name: Disable the ovn-dbs-bundle cluster resource before container upgrade pacemaker_resource: - resource: ovn-dbs-bindle + resource: ovn-dbs-bundle state: disable wait_for_resource: true register: output