summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/bundle.yaml')
-rw-r--r--ci/bundle_tpl/bundle.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/bundle_tpl/bundle.yaml b/ci/bundle_tpl/bundle.yaml
index 19bf115c..4aae4fb0 100644
--- a/ci/bundle_tpl/bundle.yaml
+++ b/ci/bundle_tpl/bundle.yaml
@@ -33,7 +33,11 @@ openstack-phase1:
{% include 'heat.yaml' %}
{% include 'neutron-api.yaml' %}
{% include 'neutron-gateway.yaml' %}
-{% if os.network.controller == 'odl' %}{% include 'odl.yaml' %}{% endif %}
+{% if os.network.controller == 'odl' %}
+ {% include 'odl.yaml' %}
+{% elif os.network.controller == 'onos' %}
+ {% include 'onos.yaml' %}
+{% endif %}
{% if os.ha.mode == 'ha' %}
{% include 'haclusters.yaml' %}
{% endif %}