[fuel] Accept arm clusters as valid deploy targets 63/62163/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 12 Sep 2018 20:30:17 +0000 (22:30 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 12 Sep 2018 20:30:17 +0000 (22:30 +0200)
JIRA: ARMBAND-401

Change-Id: Icd32874ecb38c3f7469e71bd461794b65f50494c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
jjb/fuel/fuel-deploy.sh

index a4b40f4..85f2610 100755 (executable)
@@ -49,7 +49,7 @@ LAB_CONFIG_URL=${LAB_CONFIG_URL:-'ssh://jenkins-ericsson@gerrit.opnfv.org:29418/
 SUDO='sudo -E'
 if [ "${PROJECT}" = 'fuel' ]; then
     # Fuel currently supports ericsson, intel, lf and zte labs
-    if [[ ! "${LAB_NAME}" =~ (ericsson|intel|lf|zte) ]]; then
+    if [[ ! "${LAB_NAME}" =~ (arm|enea|ericsson|intel|lf|unh|zte) ]]; then
         echo "Unsupported/unidentified lab ${LAB_NAME}. Cannot continue!"
         exit 1
     fi