Fix the updated INSTALLER_TYPE variable in scripts 69/4969/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 21 Dec 2015 21:41:41 +0000 (22:41 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 21 Dec 2015 21:41:41 +0000 (22:41 +0100)
Change-Id: Ifa9a11dcf1ecd7e43b54a03f92f00c42c0cac41f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-build.sh
jjb/fuel/fuel-ci-jobs.yml
jjb/fuel/fuel-deploy.sh
jjb/fuel/fuel-download-artifact.sh
jjb/fuel/fuel-lab-reconfig.sh
jjb/fuel/fuel-project-jobs.yml
jjb/fuel/fuel-upload-artifact.sh

index 77b0455..be188b8 100755 (executable)
@@ -31,7 +31,7 @@ else
 fi
 
 # log info to console
-echo "Starting the build of $INSTALLER. This could take some time..."
+echo "Starting the build of $INSTALLER_TYPE. This could take some time..."
 echo "--------------------------------------------------------"
 echo
 
index 81dc624..57adc7b 100644 (file)
@@ -29,8 +29,8 @@
             <<: *master
         - ericsson-pod1:
             <<: *master
-#        - ericsson-pod2:
-#            <<: *master
+        - ericsson-pod2:
+            <<: *master
 #--------------------------------
 #     Milestone E Mapping
 #     !!!DO NOT ENABLE!!!
@@ -39,9 +39,6 @@
 #--------------------------------
 #        - opnfv-jump-2:
 #            <<: *brahmaputra
-# TESTING the CI stuff!!!!!!!
-        - ericsson-pod2:
-            <<: *brahmaputra
 
 # please check the triggers before enabling any of the controllers!!!
     sdn-controller:
             description: "Directory where the build artifact will be located upon the completion of the build."
         - string:
             name: CACHE_DIRECTORY
-            default: $HOME/opnfv/cache/$INSTALLER
+            default: $HOME/opnfv/cache/$INSTALLER_TYPE
             description: "Directory where the cache to be used during the build is located."
         - string:
             name: GS_URL
index b617bcf..2cea28b 100755 (executable)
@@ -35,7 +35,7 @@ sudo $WORKSPACE/genesis/common/ci/clean.sh -base_config $WORKSPACE/genesis/forem
 sudo $WORKSPACE/genesis/common/ci/setup.sh
 
 # log info to console
-echo "Starting the deployment using $INSTALLER. This could take some time..."
+echo "Starting the deployment using $INSTALLER_TYPE. This could take some time..."
 echo "--------------------------------------------------------"
 echo
 
index 05dc05e..79f4119 100755 (executable)
@@ -18,7 +18,7 @@ fi
 source latest.properties
 
 # log info to console
-echo "Downloading the $INSTALLER artifact using URL http://$OPNFV_ARTIFACT_URL"
+echo "Downloading the $INSTALLER_TYPE artifact using URL http://$OPNFV_ARTIFACT_URL"
 echo "This could take some time..."
 echo "--------------------------------------------------------"
 echo
index a79bc2c..55bb5dd 100755 (executable)
@@ -19,7 +19,7 @@ if ! GIT_SSL_NO_VERIFY=true git clone https://gerrit.opnfv.org/gerrit/releng; th
 fi
 
 # log info to console
-echo "Starting the lab reconfiguration for $INSTALLER..."
+echo "Starting the lab reconfiguration for $INSTALLER_TYPE..."
 echo "--------------------------------------------------------"
 echo
 
index 3ad28c1..7cb342e 100644 (file)
             description: "Directory where the build artifact will be located upon the completion of the build."
         - string:
             name: CACHE_DIRECTORY
-            default: $HOME/opnfv/cache/$INSTALLER
+            default: $HOME/opnfv/cache/$INSTALLER_TYPE
             description: "Directory where the cache to be used during the build is located."
         - string:
             name: GS_URL
index b998e6a..1350abd 100755 (executable)
@@ -4,7 +4,7 @@ set -o nounset
 set -o pipefail
 
 # log info to console
-echo "Uploading the $INSTALLER artifact. This could take some time..."
+echo "Uploading the $INSTALLER_TYPE artifact. This could take some time..."
 echo "--------------------------------------------------------"
 echo