summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/relations.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/relations.yaml')
-rw-r--r--ci/bundle_tpl/relations.yaml29
1 files changed, 21 insertions, 8 deletions
diff --git a/ci/bundle_tpl/relations.yaml b/ci/bundle_tpl/relations.yaml
index 98b3d317..c2e12a98 100644
--- a/ci/bundle_tpl/relations.yaml
+++ b/ci/bundle_tpl/relations.yaml
@@ -100,12 +100,25 @@
- - neutron-openvswitch:neutron-plugin-api
- neutron-api:neutron-plugin-api
{% elif os.network.controller == 'odl' %}
- - - nova-compute:neutron-plugin
- - openvswitch-odl:neutron-plugin
- - - neutron-gateway
- - openvswitch-odl
- - - openvswitch-odl:ovsdb-manager
- - odl-controller:ovsdb-manager
- - - neutron-api-odl:odl-controller
- - odl-controller:controller-api
+ - - "neutron-api:neutron-plugin-api-subordinate"
+ - "neutron-api-odl:neutron-plugin-api-subordinate"
+ - - "nova-compute:neutron-plugin"
+ - "openvswitch-odl:neutron-plugin"
+ - - "neutron-gateway"
+ - "openvswitch-odl"
+ - - "openvswitch-odl:ovsdb-manager"
+ - "odl-controller:ovsdb-manager"
+ - - "neutron-api-odl:odl-controller"
+ - "odl-controller:controller-api"
+{% elif os.network.controller == 'onos' %}
+ - - "neutron-api:neutron-plugin-api-subordinate"
+ - "neutron-api-onos:neutron-plugin-api-subordinate"
+ - - "nova-compute:neutron-plugin"
+ - "openvswitch-onos:neutron-plugin"
+ - - "neutron-gateway"
+ - "openvswitch-onos"
+ - - "openvswitch-onos:ovsdb-manager"
+ - "onos-controller:ovsdb-manager"
+ - - "neutron-api-onos:onos-controller"
+ - "onos-controller:controller-api"
{% endif %}