Use ODL Beryllium when bgpvpn feature enabled

Change-Id: I52cc5a67bebd8d49cc943b046c01042d1ec1e4f2
Signed-off-by: Michal Skalski <mskalski@mirantis.com>
This commit is contained in:
Michal Skalski 2016-10-10 22:48:55 +02:00
parent b926ffe9a0
commit 7281b0db91
2 changed files with 3 additions and 2 deletions

View File

@ -107,6 +107,7 @@ attributes:
odl_deb: opendaylight odl_deb: opendaylight
experimental_odl_deb: opendaylight-experimental experimental_odl_deb: opendaylight-experimental
use_experimental_odl: use_experimental_odl:
- enable_bgpvpn
default_credentials: default_credentials:
user: admin user: admin
password: admin password: admin

View File

@ -19,7 +19,7 @@ fi
# Where we can find odl karaf distribution tarball # Where we can find odl karaf distribution tarball
# can be http(s) url or absolute path # can be http(s) url or absolute path
ODL_TARBALL_LOCATION=${ODL_TARBALL_LOCATION:-https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz} ODL_TARBALL_LOCATION=${ODL_TARBALL_LOCATION:-https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.5.0-Boron/distribution-karaf-0.5.0-Boron.tar.gz}
ODL_EXPERIMENTAL_TARBALL_LOCATION=${ODL_EXPERIMENTAL_TARBALL_LOCATION:-false} ODL_EXPERIMENTAL_TARBALL_LOCATION=${ODL_EXPERIMENTAL_TARBALL_LOCATION:-https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.tar.gz}
ODL_EXPERIMENTAL_DEB_NAME=${ODL_EXPERIMENTAL_DEB_NAME:-opendaylight-experimental} ODL_EXPERIMENTAL_DEB_NAME=${ODL_EXPERIMENTAL_DEB_NAME:-opendaylight-experimental}
#ODL openflowjava NSH subtype patch related #ODL openflowjava NSH subtype patch related
@ -41,7 +41,7 @@ bdart=''
#Verion number used in deb/rpm package #Verion number used in deb/rpm package
ODL_VERSION_NUMBER=${ODL_VERSION_NUMBER:-0.5.0} ODL_VERSION_NUMBER=${ODL_VERSION_NUMBER:-0.5.0}
ODL_EXPERIMENTAL_VERSION_NUMBER=${ODL_EXPERIMENTAL_VERSION_NUMBER:-0.5.0} ODL_EXPERIMENTAL_VERSION_NUMBER=${ODL_EXPERIMENTAL_VERSION_NUMBER:-0.4.3}
ODL_DESCRIPTION="OpenDaylight SDN Controller" ODL_DESCRIPTION="OpenDaylight SDN Controller"
TMP_NAME="karaf-odl.tar.gz" TMP_NAME="karaf-odl.tar.gz"