[compass4nfv] add DEPLOY_SCENARIO macro 79/52579/3
authorwutianwei <wutianwei1@huawei.com>
Sat, 24 Feb 2018 09:55:01 +0000 (17:55 +0800)
committerwutianwei <wutianwei1@huawei.com>
Mon, 26 Feb 2018 02:40:51 +0000 (10:40 +0800)
fix the error Unrecognized macro 'DEPLOY_SCENARIO' and deploy failed.

Change-Id: Ic34a0d99c2a6026303046c2b350da205372ec78e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
jjb/compass4nfv/compass-ci-jobs.yml

index 81d76d5..7408447 100644 (file)
           installer: '{installer}'
           gs-pathname: '{gs-pathname}'
           ppa-pathname: '{ppa-pathname}'
-      - string:
-          name: DEPLOY_SCENARIO
-          default: '{scenario}'
       - '{slave-label}-defaults'
       - '{installer}-defaults'
 
           name: LOG_DIRECTORY
           default: $WORKSPACE/log_output
           description: "Directory where the logs will be located upon the completion of the collection."
+      - string:
+          name: DEPLOY_SCENARIO
+          default: 'os-nosdn-nofeature-ha'
+          description: "Scenario to deploy with."
+      - string:
+          name: COMPASS_OS_VERSION
+          default: ''
+      - string:
+          name: COMPASS_OPENSTACK_VERSION
+          default: ''
+
 
 ########################
 # trigger macros