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