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.yml48
1 files changed, 34 insertions, 14 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml
index 8e1cf9e7a..72c1c71a3 100644
--- a/jjb/opnfv/installer-params.yml
+++ b/jjb/opnfv/installer-params.yml
@@ -6,13 +6,17 @@
default: '192.168.X.X'
description: 'IP of the installer'
- string:
- name: INSTALLER_NAME
+ name: INSTALLER_TYPE
default: apex
description: 'Installer used for deploying OPNFV on this POD'
- string:
- name: INSTALLER_TYPE
- default: $INSTALLER_NAME
- description: 'Installer used for deploying OPNFV on this POD'
+ 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'
@@ -22,13 +26,17 @@
default: '192.168.200.2'
description: 'IP of the installer'
- string:
- name: INSTALLER_NAME
- default: compass4nfv
- description: 'Installer used for deploying OPNFV on this POD'
- - string:
name: INSTALLER_TYPE
- default: $INSTALLER_NAME
+ 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'
@@ -38,9 +46,17 @@
default: '10.20.0.2'
description: 'IP of the installer'
- string:
- name: INSTALLER_NAME
+ 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'
- parameter:
name: 'joid-defaults'
@@ -50,10 +66,14 @@
default: '192.168.Y.Y'
description: 'IP of the installer'
- string:
- name: INSTALLER_NAME
+ name: INSTALLER_TYPE
default: joid
description: 'Installer used for deploying OPNFV on this POD'
- string:
- name: INSTALLER_TYPE
- default: $INSTALLER_NAME
- description: 'Installer used for deploying OPNFV on this POD'
+ name: SDN_CONTROLLER
+ default: 'nosdn'
+ description: 'SDN Controller to use'
+ - string:
+ name: OPNFV_FEATURE
+ default: 'none'
+ description: 'OPNFV Feature to activate'