e6f12e2069
This patch adds support for deploying the ML2/Open Virtual Network (OVN) plugin for Neutron to an MNAIO deployment. A new var, osa_enable_networking_ovn, can be set to lay down the appropriate bits. Change-Id: Ib5bd4e0c20be62ddbf0bff13c91d1918907bf230
18 lines
318 B
YAML
18 lines
318 B
YAML
---
|
|
component_skel:
|
|
neutron_ovn_controller:
|
|
belongs_to:
|
|
- neutron_all
|
|
neutron_ovn_northd:
|
|
belongs_to:
|
|
- neutron_all
|
|
|
|
container_skel:
|
|
neutron_agents_container:
|
|
contains: {}
|
|
neutron_ovn_northd_container:
|
|
belongs_to:
|
|
- network_containers
|
|
contains:
|
|
- neutron_ovn_northd
|