summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-07-08 17:44:36 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-07-11 16:07:40 -0500
commit5159209c95c6f3bfa6f5edac9d8fa2d6c9f83e88 (patch)
tree33c00f6048a76b391d24ffc5f9f28a142def27fe /ci/bundle_tpl
parent58a7649ce483def8ea008a76ad015849324b67c1 (diff)
modfied to use the trusty as extra feature.
Change-Id: I3fe1f9bcae7c4458116202ae14a059c3fbcfcb0e Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl')
-rw-r--r--ci/bundle_tpl/odl.yaml8
1 files changed, 8 insertions, 0 deletions
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: