X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fopnfv%2Finstaller-params.yml;h=dc170f79a0387b46625889425c77c66b56a8ac33;hb=refs%2Fchanges%2F81%2F4981%2F1;hp=64945c656bc0631fd9daddeac3c80b8121c49344;hpb=24032643293d5e92d095ea39957f8fd0aff29290;p=releng.git 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)'