compass: Align scenario short names between installers
[releng.git] / jjb / opnfv / installer-params.yml
1 - parameter:
2     name: 'apex-defaults'
3     parameters:
4         - string:
5             name: INSTALLER_IP
6             default: '192.168.X.X'
7             description: 'IP of the installer'
8         - string:
9             name: INSTALLER_TYPE
10             default: apex
11             description: 'Installer used for deploying OPNFV on this POD'
12         - string:
13             name: DEPLOY_SCENARIO
14             default: 'none'
15             description: 'Scenario to deploy and test'
16         - string:
17             name: EXTERNAL_NETWORK
18             default: 'external'
19             description: 'external network for test'
20
21 - parameter:
22     name: 'compass-defaults'
23     parameters:
24         - string:
25             name: INSTALLER_IP
26             default: '192.168.200.2'
27             description: 'IP of the installer'
28         - string:
29             name: INSTALLER_TYPE
30             default: compass
31             description: 'Installer used for deploying OPNFV on this POD'
32         - string:
33             name: DEPLOY_SCENARIO
34             default: 'none'
35             description: 'Scenario to deploy and test'
36         - string:
37             name: EXTERNAL_NETWORK
38             default: 'ext-net'
39             description: 'external network for test'
40
41 - parameter:
42     name: 'fuel-defaults'
43     parameters:
44         - string:
45             name: INSTALLER_IP
46             default: '10.20.0.2'
47             description: 'IP of the installer'
48         - string:
49             name: INSTALLER_TYPE
50             default: fuel
51             description: 'Installer used for deploying OPNFV on this POD'
52         - string:
53             name: DEPLOY_SCENARIO
54             default: 'none'
55             description: 'Scenario to deploy and test'
56         - string:
57             name: EXTERNAL_NETWORK
58             default: 'net04_ext'
59             description: 'external network for test'
60
61 - parameter:
62     name: 'joid-defaults'
63     parameters:
64         - string:
65             name: INSTALLER_IP
66             default: '192.168.Y.Y'
67             description: 'IP of the installer'
68         - string:
69             name: INSTALLER_TYPE
70             default: joid
71             description: 'Installer used for deploying OPNFV on this POD'
72         - string:
73             name: DEPLOY_SCENARIO
74             default: 'none'
75             description: 'Scenario to deploy and test'
76         - string:
77             name: OS_RELEASE
78             default: 'liberty'
79             description: 'OpenStack release (kilo|liberty)'
80         - string:
81             name: EXTERNAL_NETWORK
82             default: ext-net;flat;192.168.0.2;192.168.0.253;192.168.0.1;192.168.0.0/24
83             description: "External network to create (name;type;first ip;last ip; gateway;network)"
84         - string:
85             name: CEPH_DISKS
86             default: '/srv'
87             description: "Disks to use by ceph by default (space separated list)"
88         - string:
89             name: CEPH_DISKS_CONTROLLERS
90             default: ''
91             description: "Disks to use by ceph by controllers (empty if same as CEPH_DISKS)"
92         - string:
93             name: LAB_CONFIG
94             default: "$HOME/joid_config"
95             description: "Local lab config and Openstack openrc location"
96         - string:
97             name: CEPH_REFORMAT
98             default: 'false'
99             description: "Format or not disk before using ceph [true/false] (must be done the first time)"
100         - string:
101             name: MAAS_REINSTALL
102             default: 'false'
103             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"