diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-06 18:48:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-06 18:48:40 +0000 |
commit | a498848f5977ed6d1226f2f6b426bc5355c01f68 (patch) | |
tree | 4b4cccb69fe17ace1f9966bd5a7b134616c652b0 /build/variables.sh | |
parent | 95a344a46144d88cdac35bc02a463b6e3d7eab8c (diff) | |
parent | 412b07f4f621dfc4881fbd2105ab82d7dd7a98be (diff) |
Merge "VPP version update"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/variables.sh b/build/variables.sh index 0308580d..ce9eb034 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -29,12 +29,12 @@ dpdk_rpms=( fdio_uri_base=http://artifacts.opnfv.org/apex/colorado fdio_pkgs=( -'vpp-16.09-rc1~7_gea60221~b1030.x86_64.rpm' -'vpp-devel-16.09-rc1~7_gea60221~b1030.x86_64.rpm' -'vpp-lib-16.09-rc1~7_gea60221~b1030.x86_64.rpm' -'vpp_papi-1.0.linux-x86_64.tar.gz' +'vpp-16.09-release.x86_64.rpm' +'vpp-devel-16.09-release.x86_64.rpm' +'vpp-lib-16.09-release.x86_64.rpm' +'vpp-python-api-16.09-release.x86_64.rpm' ) -honeycomb_pkg='honeycomb-1.0.0-1609.noarch.rpm' +honeycomb_pkg='honeycomb-1.16.9-FINAL.noarch.rpm' ovs_rpm_name=openvswitch-2.5.90-1.el7.centos.x86_64.rpm |