diff options
author | Feng Pan <fpan@redhat.com> | 2018-04-19 15:27:29 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2018-05-30 11:53:34 -0400 |
commit | 3436f763ce4dd795fadc32d6546b53f9c856b3bb (patch) | |
tree | 3de58469b5b99e8a7c77c67a683691e36a693c80 /build | |
parent | 2a53c61bb68ce13fc51c9f58a712a8f41b34a2b0 (diff) |
nosdn-fdio scenarios fixes
- Set DatabaseSyncTimeout to 1800 to avoid db_sync timeout.
- Add workaround for nova vif plug failure
- Update vpp version
- Change tap0 interface config to be on controller node only
- Change networking-vpp repo back to upstream
apex-tripleo-heat-templates: I14af87378b8ac7a5d10d31d2652a65d535e2ec0c
apex-puppet-tripleo: Ia33234b1c6eddf787d5e4ab62c22ddc8a18b82f3
Change-Id: I843bf5b420f7994e451a01d64eacb6193df97d75
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/variables.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/variables.sh b/build/variables.sh index 0ccf4846..d1edafe5 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -45,19 +45,19 @@ kvmfornfv_kernel_rpm="kvmfornfv-4bfeded9-apex-kernel-4.4.50_rt62_centos.x86_64.r 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_repo="https://github.com/fepan/networking-vpp" -netvpp_branch="test-fdio-fix" +netvpp_repo="https://github.com/openstack/networking-vpp" +netvpp_branch="master" netvpp_commit=$(git ls-remote ${netvpp_repo} ${netvpp_branch} | awk '{print substr($1,1,7)}') netvpp_pkg=python-networking-vpp-18.04-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/18.01.1-release.x86_64/vpp-18.01.1-release.x86_64.rpm' -'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-plugins/18.01.1-release.x86_64/vpp-plugins-18.01.1-release.x86_64.rpm' -'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-lib/18.01.1-release.x86_64/vpp-lib-18.01.1-release.x86_64.rpm' -'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-api-python/18.01.1-release.x86_64/vpp-api-python-18.01.1-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp/18.04-release.x86_64/vpp-18.04-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-plugins/18.04-release.x86_64/vpp-plugins-18.04-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-lib/18.04-release.x86_64/vpp-lib-18.04-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-api-python/18.04-release.x86_64/vpp-api-python-18.04-release.x86_64.rpm' +'https://nexus.fd.io/content/repositories/fd.io.centos7/io/fd/vpp/vpp-selinux-policy/18.04-release.x86_64/vpp-selinux-policy-18.04-release.x86_64.rpm' ) CENTOS_UPDATE="http://artifacts.opnfv.org/apex/fraser/centos" |