From: Fatih Degirmenci Date: Fri, 3 Mar 2017 15:23:29 +0000 (+0100) Subject: multisite: Use known/working version of fuel X-Git-Tag: danube.1.0~166 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=11c6ad98254241984fc2d44e5ea879701138f9b7;p=releng.git multisite: Use known/working version of fuel Change-Id: I65e4f58e9ed5ead16279128a58d3f6d9e951593d Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/multisite/fuel-deploy-for-multisite.sh b/jjb/multisite/fuel-deploy-for-multisite.sh index d8b40517c..06617610c 100755 --- a/jjb/multisite/fuel-deploy-for-multisite.sh +++ b/jjb/multisite/fuel-deploy-for-multisite.sh @@ -27,6 +27,9 @@ if [[ -z "FUEL_PROPERTIES_FILE" ]]; then echo "Unable to extract the url to Fuel ISO properties from ${FUEL_DEPLOY_URL}" exit 1 fi + +# use known/working version of fuel +FUEL_PROPERTIES_FILE="opnfv-2017-03-06_16-00-15.properties" curl -L -s -o $WORKSPACE/latest.properties http://artifacts.opnfv.org/fuel/$FUEL_PROPERTIES_FILE # source the file so we get OPNFV vars