f663c455683210a0717d9f161c300a093077f4af
[releng.git] / jjb / global / installer-params.yaml
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: GS_URL
55           default: '$GS_BASE{gs-pathname}'
56           description: "URL to Google Storage."
57       - string:
58           name: CI_DEBUG
59           default: 'false'
60           description: "Show debug output information"
61
62 - parameter:
63     name: 'joid-defaults'
64     parameters:
65       - string:
66           name: INSTALLER_IP
67           default: '192.168.122.5'
68           description: 'IP of the installer'
69       - string:
70           name: INSTALLER_TYPE
71           default: joid
72           description: 'Installer used for deploying OPNFV on this POD'
73       - string:
74           name: MODEL
75           default: 'os'
76           description: 'Model to deploy (os|k8)'
77       - string:
78           name: OS_RELEASE
79           default: 'pike'
80           description: 'OpenStack release (mitaka|ocata|pike)'
81       - string:
82           name: EXTERNAL_NETWORK
83           default: ext-net
84           description: "External network used for Floating ips."
85       - string:
86           name: LAB_CONFIG
87           default: "$HOME/joid_config"
88           description: "Local lab config and Openstack openrc location"
89       - string:
90           name: MAAS_REINSTALL
91           default: 'false'
92           description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
93       - string:
94           name: UBUNTU_DISTRO
95           default: 'xenial'
96           description: "Ubuntu distribution to use for Openstack (xenial)"
97       - string:
98           name: CPU_ARCHITECTURE
99           default: 'amd64'
100           description: "CPU Architecture to use for Ubuntu distro "
101
102 - parameter:
103     name: 'daisy-defaults'
104     parameters:
105       - string:
106           name: INSTALLER_IP
107           default: '10.20.7.3'
108           description: 'IP of the installer'
109       - string:
110           name: INSTALLER_TYPE
111           default: daisy
112           description: 'Installer used for deploying OPNFV on this POD'
113       - string:
114           name: BRIDGE
115           default: 'br7'
116           description: 'pxe bridge for booting of Daisy master'
117       - string:
118           name: EXTERNAL_NETWORK
119           default: 'admin_external'
120           description: 'external network for test'
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'
149
150 - parameter:
151     name: 'deploy-scenario'
152     parameters:
153       - string:
154           name: DEPLOY_SCENARIO
155           default: 'os-nosdn-nofeature-ha'
156           description: "OPNFV deployment scenario"