kolla-ansible/ansible/roles/neutron/tasks/upgrade.yml
Rafal Lewandowski d3d67dc02c Add ML2/OVN and ML2/OVS setting checks for neutron
It will check the setting of neutron_plugin_agent,
if it is set to "ovn" or "openvswitch", and run
container and volume checks to make sure the other
agent was not already deployed.

Change-Id: Ie00572f3ff9d3500abd5519bd472e2134c318886
2023-09-26 21:24:12 +02:00

9 lines
222 B
YAML

---
- import_tasks: neutron_plugin_agent_check.yml
- include_tasks: rolling_upgrade.yml
when: neutron_enable_rolling_upgrade | bool
- include_tasks: legacy_upgrade.yml
when: not neutron_enable_rolling_upgrade | bool