diff options
author | Tim Rozet <trozet@redhat.com> | 2017-04-09 02:46:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-09 02:46:59 +0000 |
commit | dec6bf3f25f340c2523c9f288400499072bfbe94 (patch) | |
tree | 1455b2c3bee6b26feb178d58cdca2f34645e119c /build/variables.sh | |
parent | fd92fd7332bdd97564ecad0fb87c7e54603b94e2 (diff) | |
parent | 778593a0d93f1a994c58a30c2dfc3f2243bf1b2f (diff) |
Merge "nosdn fdio scenario fixes"
Diffstat (limited to 'build/variables.sh')
-rw-r--r-- | build/variables.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/variables.sh b/build/variables.sh index 32d6aed9..6064dc8e 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -73,3 +73,11 @@ fdio_l2_pkgs=( 'vpp-lib-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' 'vpp-plugins-17.04-rc0~300_gdef19da~b1923.x86_64.rpm' ) + +fdio_nosdn_uri_base=http://artifacts.opnfv.org/apex/danube/fdio_nosdn_rpms +fdio_nosdn_pkgs=( +'vpp-17.04-rc0~476_geaabe07~b2100.x86_64.rpm' +'vpp-api-python-17.04-rc0~476_geaabe07~b2100.x86_64.rpm' +'vpp-lib-17.04-rc0~476_geaabe07~b2100.x86_64.rpm' +'vpp-plugins-17.04-rc0~476_geaabe07~b2100.x86_64.rpm' +) |