From 983c23e49dd1312c7cf66d528261441be458b29e Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 17 May 2017 23:57:53 -0400 Subject: Build and deployment fixes for danube - Remove puppet-neutron-add-odl-settings.patch file, this patch is now included in overcloud images. - Add retry for pacemaker::stonith resource to avoid resource creation failure during deployment opnfv-puppet-tripleo-pr: 27 Change-Id: I8440e7ddc290d04135e8cd82b2136cc245dc980a Signed-off-by: Feng Pan --- build/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/variables.sh') diff --git a/build/variables.sh b/build/variables.sh index a496608a..789ca76d 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -26,7 +26,7 @@ onos_ovs_pkg=package_ovs_rpm3.tar.gz if [ -z ${GS_PATHNAME+x} ]; then GS_PATHNAME=/colorado fi -dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv +dpdk_uri_base=http://artifacts.opnfv.org/ovsnfv/danube dpdk_rpms=( 'ovs4opnfv-e8acab14-dpdk-16.11-5.el7.centos.x86_64.rpm' 'ovs4opnfv-e8acab14-dpdk-devel-16.11-5.el7.centos.x86_64.rpm' -- cgit 1.2.3-korg