multisite: Use known/working version of fuel 39/29739/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 3 Mar 2017 15:23:29 +0000 (16:23 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 7 Mar 2017 09:20:14 +0000 (10:20 +0100)
Change-Id: I65e4f58e9ed5ead16279128a58d3f6d9e951593d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/multisite/fuel-deploy-for-multisite.sh

index d8b4051..0661761 100755 (executable)
@@ -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