diff options
author | Feng Pan <fpan@redhat.com> | 2017-10-02 10:26:32 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-10-02 21:28:28 +0000 |
commit | 2ee71b201c0a607f1814bf5fe3e6971f6357db42 (patch) | |
tree | 58d2f6c499ad4528f13ba80afece413b609a11de /build/variables.sh | |
parent | 2be3a2ce5c1c90c489f424bc9ac80de5336bbcc5 (diff) |
nosdn-fdio scenarios fixes
- pin vpp/networking-vpp versions
- Add external_network_bridge config back to puppet-neutron
Change-Id: Ia58fb55638390757ea3350b2921897c4d315f9b5
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/build/variables.sh b/build/variables.sh index 376f5682..b0713268 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -42,8 +42,15 @@ calipso_uri_base="https://git.opnfv.org/calipso/plain/app/install" calipso_script="calipso-installer.py" netvpp_repo="https://github.com/openstack/networking-vpp" -netvpp_branch="master" +netvpp_branch="17.07" netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print substr($1,1,7)}') -netvpp_pkg=python-networking-vpp-0.0.1-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm +netvpp_pkg=python-networking-vpp-17.07-1.git${NETVPP_COMMIT}$(rpm -E %dist).noarch.rpm gluon_rpm=gluon-0.0.1-1_20170302.noarch.rpm + +nosdn_vpp_rpms=( +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp/17.07.01-release.x86_64/vpp-17.07.01-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-api-python/17.07.01-release.x86_64/vpp-api-python-17.07.01-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-lib/17.07.01-release.x86_64/vpp-lib-17.07.01-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-plugins/17.07.01-release.x86_64/vpp-plugins-17.07.01-release.x86_64.rpm' +)
\ No newline at end of file |