916db808d59509d5d9f3ee08414599810eb8501f
[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: SSH_KEY
43           default: "/var/lib/opnfv/mcp.rsa"
44           description: 'Path to private SSH key to access environment nodes'
45       - string:
46           name: INSTALLER_TYPE
47           default: fuel
48           description: 'Installer used for deploying OPNFV on this POD'
49       - string:
50           name: EXTERNAL_NETWORK
51           default: 'floating_net'
52           description: 'external network for test'
53       - string:
54           name: BRIDGE
55           default: 'pxebr'
56           description: 'Bridge(s) to be used by salt master'
57       - string:
58           name: GS_URL
59           default: '$GS_BASE{gs-pathname}'
60           description: "URL to Google Storage."
61       - string:
62           name: CI_DEBUG
63           default: 'false'
64           description: "Show debug output information"
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       - string:
122           name: EXTERNAL_NETWORK
123           default: 'admin_external'
124           description: 'external network for test'
125
126 - parameter:
127     name: 'infra-defaults'
128     parameters:
129       - string:
130           name: INSTALLER_IP
131           default: '192.168.122.2'
132           description: 'IP of the installer'
133       - string:
134           name: INSTALLER_TYPE
135           default: infra
136           description: 'Installer used for deploying OPNFV on this POD'
137
138 - parameter:
139     name: 'netvirt-defaults'
140     parameters:
141       - string:
142           name: INSTALLER_IP
143           default: '192.168.X.X'
144           description: 'IP of the installer'
145       - string:
146           name: INSTALLER_TYPE
147           default: apex
148           description: 'Installer used for deploying OPNFV on this POD'
149       - string:
150           name: EXTERNAL_NETWORK
151           default: 'external'
152           description: 'external network for test'