e9f48aea1feef52e52f3bdb45139176bc1ae2fbd
[releng.git] / jjb / global / 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: EXTERNAL_NETWORK
14             default: 'external'
15             description: 'external network for test'
16
17 - parameter:
18     name: 'compass-defaults'
19     parameters:
20         - string:
21             name: INSTALLER_IP
22             default: '192.168.200.2'
23             description: 'IP of the installer'
24         - string:
25             name: INSTALLER_TYPE
26             default: compass
27             description: 'Installer used for deploying OPNFV on this POD'
28         - string:
29             name: EXTERNAL_NETWORK
30             default: 'ext-net'
31             description: 'external network for test'
32
33 - parameter:
34     name: 'fuel-defaults'
35     parameters:
36         - string:
37             name: INSTALLER_IP
38             default: '10.20.0.2'
39             description: 'IP of the installer'
40         - string:
41             name: SALT_MASTER_IP
42             default: '192.168.10.100'
43             description: 'IP of the salt master (for mcp deployments)'
44         - string:
45             name: INSTALLER_TYPE
46             default: fuel
47             description: 'Installer used for deploying OPNFV on this POD'
48         - string:
49             name: EXTERNAL_NETWORK
50             default: 'admin_floating_net'
51             description: 'external network for test'
52         - string:
53             name: BRIDGE
54             default: 'pxebr'
55             description: 'pxe bridge for booting of Fuel master'
56
57 - parameter:
58     name: 'joid-defaults'
59     parameters:
60         - string:
61             name: INSTALLER_IP
62             default: '192.168.122.5'
63             description: 'IP of the installer'
64         - string:
65             name: INSTALLER_TYPE
66             default: joid
67             description: 'Installer used for deploying OPNFV on this POD'
68         - string:
69             name: MODEL
70             default: 'os'
71             description: 'Model to deploy (os|k8)'
72         - string:
73             name: OS_RELEASE
74             default: 'newton'
75             description: 'OpenStack release (mitaka|newton)'
76         - string:
77             name: EXTERNAL_NETWORK
78             default: ext-net
79             description: "External network used for Floating ips."
80         - string:
81             name: LAB_CONFIG
82             default: "$HOME/joid_config"
83             description: "Local lab config and Openstack openrc location"
84         - string:
85             name: MAAS_REINSTALL
86             default: 'false'
87             description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
88         - string:
89             name: UBUNTU_DISTRO
90             default: 'xenial'
91             description: "Ubuntu distribution to use for Openstack (xenial)"
92         - string:
93             name: CPU_ARCHITECTURE
94             default: 'amd64'
95             description: "CPU Architecture to use for Ubuntu distro "
96
97 - parameter:
98     name: 'daisy-defaults'
99     parameters:
100         - string:
101             name: INSTALLER_IP
102             default: '10.20.7.3'
103             description: 'IP of the installer'
104         - string:
105             name: INSTALLER_TYPE
106             default: daisy
107             description: 'Installer used for deploying OPNFV on this POD'
108         - string:
109             name: BRIDGE
110             default: 'br7'
111             description: 'pxe bridge for booting of Fuel master'
112
113 - parameter:
114     name: 'infra-defaults'
115     parameters:
116         - string:
117             name: INSTALLER_IP
118             default: '192.168.122.2'
119             description: 'IP of the installer'
120         - string:
121             name: INSTALLER_TYPE
122             default: infra
123             description: 'Installer used for deploying OPNFV on this POD'
124 - parameter:
125     name: 'netvirt-defaults'
126     parameters:
127         - string:
128             name: INSTALLER_IP
129             default: '192.168.X.X'
130             description: 'IP of the installer'
131         - string:
132             name: INSTALLER_TYPE
133             default: apex
134             description: 'Installer used for deploying OPNFV on this POD'
135         - string:
136             name: EXTERNAL_NETWORK
137             default: 'external'
138             description: 'external network for test'