diff options
Diffstat (limited to 'ci/bundle_tpl')
-rw-r--r-- | ci/bundle_tpl/odl.yaml | 8 |
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: |