tripleo-upgrade/tasks/common/l3_agent_failover_check_pre_script.yml
Marius Cornea 71aaf58e6f Add Neutron L3 agent failover check during upgrade
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
2018-04-12 17:48:15 +00:00

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