d3d67dc02c
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
24 lines
444 B
YAML
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
|