Merge "Upgrades: Ensure idempotency of pacemaker services"
This commit is contained in:
commit
22bf2b8364
@ -324,14 +324,14 @@ outputs:
|
||||
- name: Set fact cinder_backup_pcs_res
|
||||
set_fact:
|
||||
cinder_backup_pcs_res: "{{cinder_backup_pcs_res_result|succeeded}}"
|
||||
- name: set is_bootstrap_node fact
|
||||
tags: common
|
||||
set_fact: is_bootstrap_node={{cinder_backup_short_bootstrap_node_name|lower == ansible_hostname|lower}}
|
||||
- name: Cinder-Backup baremetal to container upgrade tasks
|
||||
when:
|
||||
- step|int == 1
|
||||
- not cinder_backup_containerized|bool
|
||||
block:
|
||||
- name: set is_bootstrap_node fact
|
||||
tags: common
|
||||
set_fact: is_bootstrap_node={{cinder_backup_short_bootstrap_node_name|lower == ansible_hostname|lower}}
|
||||
- name: Check cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: openstack-cinder-backup
|
||||
|
@ -290,14 +290,14 @@ outputs:
|
||||
- name: Set fact cinder_volume_pcs_res
|
||||
set_fact:
|
||||
cinder_volume_pcs_res: "{{cinder_volume_pcs_res_result|succeeded}}"
|
||||
- name: set is_bootstrap_node fact
|
||||
tags: common
|
||||
set_fact: is_bootstrap_node={{cinder_volume_short_bootstrap_node_name|lower == ansible_hostname|lower}}
|
||||
- name: Cinder-Volume baremetal to container upgrade tasks
|
||||
when:
|
||||
- step|int == 1
|
||||
- not cinder_volume_containerized|bool
|
||||
block:
|
||||
- name: set is_bootstrap_node fact
|
||||
tags: common
|
||||
set_fact: is_bootstrap_node={{cinder_volume_short_bootstrap_node_name|lower == ansible_hostname|lower}}
|
||||
- name: Check cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: openstack-cinder-volume
|
||||
|
@ -291,14 +291,14 @@ outputs:
|
||||
- name: Set fact manila_share_pcs_res
|
||||
set_fact:
|
||||
manila_share_pcs_res: "{{manila_share_pcs_res_result|succeeded}}"
|
||||
- name: set is_bootstrap_node fact
|
||||
tags: common
|
||||
set_fact: is_bootstrap_node={{manila_share_short_bootstrap_node_name|lower == ansible_hostname|lower}}
|
||||
- name: Manila-Share baremetal to container upgrade tasks
|
||||
when:
|
||||
- step|int == 1
|
||||
- not manila_share_containerized|bool
|
||||
block:
|
||||
- name: set is_bootstrap_node fact
|
||||
tags: common
|
||||
set_fact: is_bootstrap_node={{manila_share_short_bootstrap_node_name|lower == ansible_hostname|lower}}
|
||||
- name: Check cluster resource status
|
||||
pacemaker_resource:
|
||||
resource: openstack-manila-share
|
||||
|
Loading…
Reference in New Issue
Block a user