diff options
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 64945c656..72c1c71a3 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,14 @@ 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' @@ -45,3 +69,11 @@ 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' |