diff options
author | Tim Rozet <trozet@redhat.com> | 2017-03-27 13:22:45 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-04-06 13:49:32 -0400 |
commit | 778593a0d93f1a994c58a30c2dfc3f2243bf1b2f (patch) | |
tree | 2a5e8c7465c16c912717c723b7e4c448983420af /build/variables.sh | |
parent | a241a5458819cc3488a2e3934daa4a07c662c9dd (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>
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' +) |