From 5159209c95c6f3bfa6f5edac9d8fa2d6c9f83e88 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 8 Jul 2016 17:44:36 -0500 Subject: modfied to use the trusty as extra feature. Change-Id: I3fe1f9bcae7c4458116202ae14a059c3fbcfcb0e Signed-off-by: Narinder Gupta --- ci/bundle_tpl/odl.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ci/bundle_tpl/odl.yaml') diff --git a/ci/bundle_tpl/odl.yaml b/ci/bundle_tpl/odl.yaml index 8705c934..66f2e58a 100644 --- a/ci/bundle_tpl/odl.yaml +++ b/ci/bundle_tpl/odl.yaml @@ -2,7 +2,15 @@ charm: local:{{ ubuntu.release }}/odl-controller options: install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.2-Beryllium-SR2/distribution-karaf-0.4.2-Beryllium-SR2.tar.gz" +{% if os.network.sfc %} + profile: "openvswitch-odl-beryllium-vpn" +{% elif os.network.bgpvpn %} + profile: "openvswitch-odl-beryllium-sfc" +{% elif os.network.odll3 %} + profile: "openvswitch-odl-beryllium-l3" +{% else %} profile: "openvswitch-odl-beryllium" +{% endif %} http-proxy: "http://squid.internal:3128" https-proxy: "http://squid.internal:3128" to: -- cgit 1.2.3-korg