Merge "[wallaby-only][ffwd] Delete OVNDBs pacemaker resource" into stable/wallaby

This commit is contained in:
Zuul 2022-12-02 12:33:33 +00:00 committed by Gerrit Code Review
commit 64cacfa315
1 changed files with 8 additions and 1 deletions

View File

@ -354,4 +354,11 @@ outputs:
- not is_ovn_dbs_bootstrap_node | bool
block: *ovn_dbs_start_containers
update_tasks: []
upgrade_tasks: []
upgrade_tasks:
- name: Remove OVNDBs from pacemaker
when:
- step|int == 2
- "{{(ovn_dbs_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}}"
pacemaker_resource:
resource: ovn-dbs-bundle
state: delete