72c1c71a3f02163ef2d74ca6815075f776ff6217
[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: SDN_CONTROLLER
14             default: 'nosdn'
15             description: 'SDN Controller to use'
16         - string:
17             name: OPNFV_FEATURE
18             default: 'none'
19             description: 'OPNFV Feature to activate'
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: SDN_CONTROLLER
34             default: 'nosdn'
35             description: 'SDN Controller to use'
36         - string:
37             name: OPNFV_FEATURE
38             default: 'none'
39             description: 'OPNFV Feature to activate'
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: SDN_CONTROLLER
54             default: 'nosdn'
55             description: 'SDN Controller to use'
56         - string:
57             name: OPNFV_FEATURE
58             default: 'none'
59             description: 'OPNFV Feature to activate'
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: SDN_CONTROLLER
74             default: 'nosdn'
75             description: 'SDN Controller to use'
76         - string:
77             name: OPNFV_FEATURE
78             default: 'none'
79             description: 'OPNFV Feature to activate'