diff options
author | 2017-03-27 13:22:45 -0400 | |
---|---|---|
committer | 2017-04-09 02:47:28 +0000 | |
commit | d5a893088b4965806ae81dbc08ba2bf9da23a72e (patch) | |
tree | 0a5ee8e4f106c7e6ae406f6eede40ad8da86d7d2 /build/variables.sh | |
parent | 1a10b8e7559ca75f5ac624d561303cf20bac9bc9 (diff) |
nosdn fdio scenario fixes
- pins nosdn fdio packages that work
- disable l3 agent ha mode
opnfv-tht-pr: 130
Change-Id: I9470565768611f83cbd6e34f567a0aec58fa65ef
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
(cherry picked from commit 778593a0d93f1a994c58a30c2dfc3f2243bf1b2f)
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' +) |