diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-20 16:27:24 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-20 16:27:24 +0100 |
commit | fcd11d5c9959bfb1ec50c846216a923e97a70463 (patch) | |
tree | 6e8842dd92ed17845fd0d471f1978f024e0171b9 /jjb/opnfv/installer-params.yml | |
parent | cdd746c585e6f651a178181322f97a1e1638104c (diff) |
joid: Pass all parameters to subjobs
Change-Id: I2b945564951f680c22cfe3c5572debfa4c2c196a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv/installer-params.yml')
-rw-r--r-- | jjb/opnfv/installer-params.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 9dd3d5406..282ced5cc 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -89,3 +89,7 @@ name: MAAS_REINSTALL default: 'false' description: "Reinstall MAAS and Bootstrap before deploy [true/false]" + - string: + name: DEPLOY_SCENARIO + default: 'os-odl_l2-nofeature-ha' + description: "Scenario to deploy and test" |