kolla-ansible/ansible/roles/neutron/tasks/deploy.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

24 lines
444 B
YAML

---
- import_tasks: neutron_plugin_agent_check.yml
- import_tasks: register.yml
- include_tasks: clone.yml
when: neutron_dev_mode | bool
- import_tasks: config-host.yml
- import_tasks: config.yml
- import_tasks: check-containers.yml
- include_tasks: config-neutron-fake.yml
when:
- enable_nova_fake | bool
- inventory_hostname in groups['compute']
- import_tasks: bootstrap.yml
- name: Flush Handlers
meta: flush_handlers