summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-01 09:02:24 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-01 09:13:43 -0500
commit62781fc5a43f756f00841cebe0b89d2a9d349ede (patch)
tree1ae3a9867dcff0053a1221aa6bd5ace5c5ef3a49 /ci/bundle_tpl/bundle.yaml
parent737cb665e95ec8ddd927cab528bd1acd83674e38 (diff)
modified to integrete ONOS.
Change-Id: Ic787c583c36805aca13ec0a954b23d89a1addc8d Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 %}