3e5c0ffac11cca8f0aa33d96187817957d127c86
[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: DEPLOY_SCENARIO
18             default: 'none'
19             description: 'Scenario to deploy and test'
20         - string:
21             name: EXTERNAL_NETWORK
22             default: 'net04_ext'
23             description: 'external network for test'
24
25 - parameter:
26     name: 'compass-defaults'
27     parameters:
28         - string:
29             name: INSTALLER_IP
30             default: '192.168.200.2'
31             description: 'IP of the installer'
32         - string:
33             name: INSTALLER_TYPE
34             default: compass
35             description: 'Installer used for deploying OPNFV on this POD'
36         - string:
37             name: SDN_CONTROLLER
38             default: 'nosdn'
39             description: 'SDN Controller to use'
40         - string:
41             name: DEPLOY_SCENARIO
42             default: 'none'
43             description: 'Scenario to deploy and test'
44         - string:
45             name: EXTERNAL_NETWORK
46             default: 'ext-net'
47             description: 'external network for test'
48
49 - parameter:
50     name: 'fuel-defaults'
51     parameters:
52         - string:
53             name: INSTALLER_IP
54             default: '10.20.0.2'
55             description: 'IP of the installer'
56         - string:
57             name: INSTALLER_TYPE
58             default: fuel
59             description: 'Installer used for deploying OPNFV on this POD'
60         - string:
61             name: SDN_CONTROLLER
62             default: 'nosdn'
63             description: 'SDN Controller to use'
64         - string:
65             name: DEPLOY_SCENARIO
66             default: 'none'
67             description: 'Scenario to deploy and test'
68         - string:
69             name: EXTERNAL_NETWORK
70             default: 'net04_ext'
71             description: 'external network for test'
72
73 - parameter:
74     name: 'joid-defaults'
75     parameters:
76         - string:
77             name: INSTALLER_IP
78             default: '192.168.Y.Y'
79             description: 'IP of the installer'
80         - string:
81             name: INSTALLER_TYPE
82             default: joid
83             description: 'Installer used for deploying OPNFV on this POD'
84         - string:
85             name: SDN_CONTROLLER
86             default: 'nosdn'
87             description: 'SDN Controller to use'
88         - string:
89             name: DEPLOY_SCENARIO
90             default: 'none'
91             description: 'Scenario to deploy and test'
92         - string:
93             name: HA_MODE
94             default: 'ha'
95             description: 'High Availability mode (ha|nonha)'
96         - string:
97             name: OS_RELEASE
98             default: 'liberty'
99             description: 'OpenStack release (kilo|liberty)'
100         - string:
101             name: EXTERNAL_NETWORK
102             default: 'net04_ext'
103             description: 'external network for test'