Remove all compass jobs
[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: 'fuel-defaults'
20     parameters:
21       - string:
22           name: INSTALLER_IP
23           default: '10.20.0.2'
24           description: 'IP of the installer'
25       - string:
26           name: SSH_KEY
27           default: "/var/lib/opnfv/mcp.rsa"
28           description: 'Path to private SSH key to access environment nodes'
29       - string:
30           name: INSTALLER_TYPE
31           default: fuel
32           description: 'Installer used for deploying OPNFV on this POD'
33       - string:
34           name: EXTERNAL_NETWORK
35           default: 'floating_net'
36           description: 'external network for test'
37       - string:
38           name: GS_URL
39           default: '$GS_BASE{gs-pathname}'
40           description: "URL to Google Storage."
41       - string:
42           name: CI_DEBUG
43           default: 'false'
44           description: "Show debug output information"
45
46 - parameter:
47     name: 'joid-defaults'
48     parameters:
49       - string:
50           name: INSTALLER_IP
51           default: '192.168.122.5'
52           description: 'IP of the installer'
53       - string:
54           name: INSTALLER_TYPE
55           default: joid
56           description: 'Installer used for deploying OPNFV on this POD'
57       - string:
58           name: MODEL
59           default: 'os'
60           description: 'Model to deploy (os|k8)'
61       - string:
62           name: OS_RELEASE
63           default: 'pike'
64           description: 'OpenStack release (mitaka|ocata|pike)'
65       - string:
66           name: EXTERNAL_NETWORK
67           default: ext-net
68           description: "External network used for Floating ips."
69       - string:
70           name: LAB_CONFIG
71           default: "$HOME/joid_config"
72           description: "Local lab config and Openstack openrc location"
73       - string:
74           name: MAAS_REINSTALL
75           default: 'false'
76           description: "Reinstall MAAS and Bootstrap before deploy [true/false]"
77       - string:
78           name: UBUNTU_DISTRO
79           default: 'xenial'
80           description: "Ubuntu distribution to use for Openstack (xenial)"
81       - string:
82           name: CPU_ARCHITECTURE
83           default: 'amd64'
84           description: "CPU Architecture to use for Ubuntu distro "
85
86 - parameter:
87     name: 'daisy-defaults'
88     parameters:
89       - string:
90           name: INSTALLER_IP
91           default: '10.20.7.3'
92           description: 'IP of the installer'
93       - string:
94           name: INSTALLER_TYPE
95           default: daisy
96           description: 'Installer used for deploying OPNFV on this POD'
97       - string:
98           name: BRIDGE
99           default: 'br7'
100           description: 'pxe bridge for booting of Daisy master'
101       - string:
102           name: EXTERNAL_NETWORK
103           default: 'admin_external'
104           description: 'external network for test'
105
106 - parameter:
107     name: 'infra-defaults'
108     parameters:
109       - string:
110           name: INSTALLER_IP
111           default: '192.168.122.2'
112           description: 'IP of the installer'
113       - string:
114           name: INSTALLER_TYPE
115           default: infra
116           description: 'Installer used for deploying OPNFV on this POD'
117
118 - parameter:
119     name: 'netvirt-defaults'
120     parameters:
121       - string:
122           name: INSTALLER_IP
123           default: '192.168.X.X'
124           description: 'IP of the installer'
125       - string:
126           name: INSTALLER_TYPE
127           default: apex
128           description: 'Installer used for deploying OPNFV on this POD'
129       - string:
130           name: EXTERNAL_NETWORK
131           default: 'external'
132           description: 'external network for test'
133
134 - parameter:
135     name: 'deploy-scenario'
136     parameters:
137       - string:
138           name: DEPLOY_SCENARIO
139           default: 'os-nosdn-nofeature-ha'
140           description: "OPNFV deployment scenario"