From cf75a3fbd33bc57e5fa6e92cb3e3c4f5d2e0d368 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 18 Jul 2016 22:59:39 -0500 Subject: modified the template to support sfc feature for onos integration. Change-Id: I335170387d49518d1ca2c8bb72e7c3707a170320 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/odl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/bundle_tpl/odl.yaml') diff --git a/ci/bundle_tpl/odl.yaml b/ci/bundle_tpl/odl.yaml index 66f2e58a..30f555c9 100644 --- a/ci/bundle_tpl/odl.yaml +++ b/ci/bundle_tpl/odl.yaml @@ -3,9 +3,9 @@ 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.bgpvpn %} + profile: "openvswitch-odl-beryllium-vpn" {% elif os.network.odll3 %} profile: "openvswitch-odl-beryllium-l3" {% else %} -- cgit 1.2.3-korg