diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-03 16:23:29 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-07 10:20:14 +0100 |
commit | 11c6ad98254241984fc2d44e5ea879701138f9b7 (patch) | |
tree | 57c73779923d08f60a78a812bfa843a67a6d72ce | |
parent | d45a7938e4b618ce2ffee300238acf3ea455ad73 (diff) |
multisite: Use known/working version of fuel
Change-Id: I65e4f58e9ed5ead16279128a58d3f6d9e951593d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rwxr-xr-x | jjb/multisite/fuel-deploy-for-multisite.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |