diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2016-01-12 12:23:34 +0100 |
---|---|---|
committer | David Blaisonneau <david.blaisonneau@orange.com> | 2016-01-13 15:14:02 +0100 |
commit | 66405edc1d81dd5c8ff4103e8328135d9aef1984 (patch) | |
tree | e7308c869e0b9449184674255dca85e12a4a92bc /jjb/opnfv/installer-params.yml | |
parent | 2a315ee3d2523b55618e93c0ba546b7b28cdddf9 (diff) |
joid: Add scenario selector for different sdn controllers + default releng triggers
Change-Id: I21854444d997bba876e711433c1b2132cde61c7c
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'jjb/opnfv/installer-params.yml')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index fbcb33245..6fd7a70cd 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -78,18 +78,10 @@ default: joid description: 'Installer used for deploying OPNFV on this POD' - string: - name: SDN_CONTROLLER - default: 'nosdn' - description: 'SDN Controller to use' - - string: name: DEPLOY_SCENARIO default: 'none' description: 'Scenario to deploy and test' - string: - name: HA_MODE - default: 'ha' - description: 'High Availability mode (ha|nonha)' - - string: name: OS_RELEASE default: 'liberty' description: 'OpenStack release (kilo|liberty)' |