summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/installer-params.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/opnfv/installer-params.yml')
-rw-r--r--jjb/opnfv/installer-params.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml
index 64945c656..dc170f79a 100644
--- a/jjb/opnfv/installer-params.yml
+++ b/jjb/opnfv/installer-params.yml
@@ -9,6 +9,14 @@
name: INSTALLER_TYPE
default: apex
description: 'Installer used for deploying OPNFV on this POD'
+ - string:
+ name: SDN_CONTROLLER
+ default: 'nosdn'
+ description: 'SDN Controller to use'
+ - string:
+ name: OPNFV_FEATURE
+ default: 'none'
+ description: 'OPNFV Feature to activate'
- parameter:
name: 'compass-defaults'
@@ -21,6 +29,14 @@
name: INSTALLER_TYPE
default: compass
description: 'Installer used for deploying OPNFV on this POD'
+ - string:
+ name: SDN_CONTROLLER
+ default: 'nosdn'
+ description: 'SDN Controller to use'
+ - string:
+ name: OPNFV_FEATURE
+ default: 'none'
+ description: 'OPNFV Feature to activate'
- parameter:
name: 'fuel-defaults'
@@ -33,6 +49,18 @@
name: INSTALLER_TYPE
default: fuel
description: 'Installer used for deploying OPNFV on this POD'
+ - string:
+ name: SDN_CONTROLLER
+ 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'
- parameter:
name: 'joid-defaults'
@@ -45,3 +73,19 @@
name: INSTALLER_TYPE
default: joid
description: 'Installer used for deploying OPNFV on this POD'
+ - string:
+ name: SDN_CONTROLLER
+ default: 'nosdn'
+ description: 'SDN Controller to use'
+ - string:
+ name: OPNFV_FEATURE
+ default: 'none'
+ description: 'OPNFV Feature to activate'
+ - string:
+ name: HA_MODE
+ default: 'ha'
+ description: 'High Availability mode (ha|nonha)'
+ - string:
+ name: OS_RELEASE
+ default: 'liberty'
+ description: 'OpenStack release (kilo|liberty)'