diff options
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 8a189ece8..3e5c0ffac 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -14,9 +14,9 @@ default: 'nosdn' description: 'SDN Controller to use' - string: - name: OPNFV_FEATURE + name: DEPLOY_SCENARIO default: 'none' - description: 'OPNFV Feature to activate' + description: 'Scenario to deploy and test' - string: name: EXTERNAL_NETWORK default: 'net04_ext' @@ -38,9 +38,9 @@ default: 'nosdn' description: 'SDN Controller to use' - string: - name: OPNFV_FEATURE + name: DEPLOY_SCENARIO default: 'none' - description: 'OPNFV Feature to activate' + description: 'Scenario to deploy and test' - string: name: EXTERNAL_NETWORK default: 'ext-net' @@ -62,13 +62,9 @@ default: 'nosdn' description: 'SDN Controller to use' - string: - name: OPNFV_FEATURE - default: 'none' - description: 'OPNFV Feature to activate' - - string: name: DEPLOY_SCENARIO - default: 'test' - description: 'OPNFV Deployment Scenario' + default: 'none' + description: 'Scenario to deploy and test' - string: name: EXTERNAL_NETWORK default: 'net04_ext' @@ -90,9 +86,9 @@ default: 'nosdn' description: 'SDN Controller to use' - string: - name: OPNFV_FEATURE + name: DEPLOY_SCENARIO default: 'none' - description: 'OPNFV Feature to activate' + description: 'Scenario to deploy and test' - string: name: HA_MODE default: 'ha' |