
This change adds suppport for validating that a router created on the overcloud before upgrade remains active on the same node between the various steps of the upgrade process and does not failover. Change-Id: I1273367fb07bda5cdacb538081a87f9d3e5ece3c
7 lines
170 B
YAML
7 lines
170 B
YAML
---
|
|
- name: run l3 agent failover pre script
|
|
shell: |
|
|
source {{ overcloud_rc }}
|
|
{{ working_dir }}/l3_agent_failover_pre.sh
|
|
when: l3_agent_failover_check|bool
|