diff options
author | David Blaisonneau <david.blaisonneau@orange.com> | 2015-12-18 15:45:12 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-18 15:03:32 +0000 |
commit | 16a999c8ae7b36d471e5e632be3f5cbed66a5f98 (patch) | |
tree | 71da4ef03d83792c780ce9eeff5c853fdb4099f3 /jjb/opnfv/installer-params.yml | |
parent | f83ccfb8ebf8d22e08611addf87bc2f4cba7462a (diff) |
Add JOID project parameters and a final openstack test to check deploy result
Change-Id: I1d14832cac2867ca9d9b64608bfe3231c316f2d5
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, 8 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 72c1c71a3..1bd1ce737 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -77,3 +77,11 @@ 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)' |