26feee43dfca0543bf3beda209989aa7ad055a9f
[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_NAME
10             default: apex
11             description: 'Installer used for deploying OPNFV on this POD'
12         - string:
13             name: INSTALLER_TYPE
14             default: $INSTALLER_NAME
15             description: 'Installer used for deploying OPNFV on this POD'
16         - string:
17             name: CONTROLLER
18             default: none
19             description: 'Controller name'
20
21 - parameter:
22     name: 'compass4nfv-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_NAME
30             default: compass4nfv
31             description: 'Installer used for deploying OPNFV on this POD'
32         - string:
33             name: INSTALLER_TYPE
34             default: $INSTALLER_NAME
35             description: 'Installer used for deploying OPNFV on this POD'
36         - string:
37             name: CONTROLLER
38             default: none
39             description: 'Controller name'
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_NAME
50             default: fuel
51             description: 'Installer used for deploying OPNFV on this POD'
52         - string:
53             name: INSTALLER_TYPE
54             default: $INSTALLER_NAME
55             description: 'Installer used for deploying OPNFV on this POD'
56         - string:
57             name: CONTROLLER
58             default: none
59             description: 'Controller name'
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_NAME
70             default: joid
71             description: 'Installer used for deploying OPNFV on this POD'
72         - string:
73             name: INSTALLER_TYPE
74             default: $INSTALLER_NAME
75             description: 'Installer used for deploying OPNFV on this POD'
76         - string:
77             name: CONTROLLER
78             default: none
79             description: 'Controller name'