qtip: Jobs for Brahamputra release
[releng.git] / jjb / opnfv / slave-params.yml
1 - parameter:
2     name: 'opnfv-jump-1-defaults'
3     parameters:
4         - node:
5             name: SLAVE_NAME
6             description: 'Slave name on Jenkins'
7             allowed-slaves:
8                 - opnfv-jump-1
9             default-slaves:
10                 - opnfv-jump-1
11         - string:
12             name: INSTALLER_VERSION
13             default: latest
14             description: 'Version of the installer to deploy'
15         - string:
16             name: GIT_BASE
17             default: https://gerrit.opnfv.org/gerrit/$PROJECT
18             description: 'Git URL to use on this Jenkins Slave'
19         - string:
20             name: SSH_KEY
21             default: /root/.ssh/id_rsa
22             description: 'SSH key to use for Apex'
23
24 - parameter:
25     name: 'opnfv-jump-2-defaults'
26     parameters:
27         - node:
28             name: SLAVE_NAME
29             description: 'Slave name on Jenkins'
30             allowed-slaves:
31                 - opnfv-jump-2
32             default-slaves:
33                 - opnfv-jump-2
34         - string:
35             name: INSTALLER_VERSION
36             default: stable
37             description: 'Version of the installer to deploy'
38         - string:
39             name: GIT_BASE
40             default: ssh://gerrit.opnfv.org:29418/$PROJECT
41             description: 'Git URL to use on this Jenkins Slave'
42
43 - parameter:
44     name: 'ericsson-pod1-defaults'
45     parameters:
46         - node:
47             name: SLAVE_NAME
48             description: 'Slave name on Jenkins'
49             allowed-slaves:
50                 - ericsson-pod1
51             default-slaves:
52                 - ericsson-pod1
53         - string:
54             name: INSTALLER_VERSION
55             default: latest
56             description: 'Version of the installer to deploy'
57         - string:
58             name: GIT_BASE
59             default: https://gerrit.opnfv.org/gerrit/$PROJECT
60             description: 'Git URL to use on this Jenkins Slave'
61         - string:
62             name: POD_CONF_DIR
63             default: $WORKSPACE/deploy/templates/hardware_environment/conf/ericsson_montreal_lab/pod1
64             description: 'Directory where POD configuration files are located.'
65
66 - parameter:
67     name: 'ericsson-pod2-defaults'
68     parameters:
69         - node:
70             name: SLAVE_NAME
71             description: 'Slave name on Jenkins'
72             allowed-slaves:
73                 - ericsson-pod2
74             default-slaves:
75                 - ericsson-pod2
76         - string:
77             name: INSTALLER_VERSION
78             default: latest
79             description: 'Version of the installer to deploy'
80         - string:
81             name: GIT_BASE
82             default: https://gerrit.opnfv.org/gerrit/$PROJECT
83             description: 'Git URL to use on this Jenkins Slave'
84
85 - parameter:
86     name: 'intelpod2-jumphost-defaults'
87     parameters:
88         - node:
89             name: SLAVE_NAME
90             description: 'Slave name on Jenkins'
91             allowed-slaves:
92                 - intelpod2-jumphost
93             default-slaves:
94                 - intelpod2-jumphost
95         - string:
96             name: INSTALLER_VERSION
97             default: stable
98             description: 'Version of the installer to deploy'
99         - string:
100             name: GIT_BASE
101             default: https://gerrit.opnfv.org/gerrit/$PROJECT
102             description: 'Git URL to use on this Jenkins Slave'
103         - string:
104             name: SSH_KEY
105             default: /root/.ssh/id_rsa
106             description: 'SSH key to use for Apex'
107
108 - parameter:
109     name: 'intel-pod3-defaults'
110     parameters:
111         - node:
112             name: SLAVE_NAME
113             description: 'Slave name on Jenkins'
114             allowed-slaves:
115                 - intel-pod3
116             default-slaves:
117                 - intel-pod3
118         - string:
119             name: GIT_BASE
120             default: https://gerrit.opnfv.org/gerrit/$PROJECT
121             description: 'Git URL to use on this Jenkins Slave'
122
123 - parameter:
124     name: 'intel-pod5-defaults'
125     parameters:
126         - node:
127             name: SLAVE_NAME
128             description: 'Slave name on Jenkins'
129             allowed-slaves:
130                 - intel-pod5
131             default-slaves:
132                 - intel-pod5
133         - string:
134             name: INSTALLER_VERSION
135             default: stable
136             description: 'Version of the installer to deploy'
137         - string:
138             name: GIT_BASE
139             default: https://gerrit.opnfv.org/gerrit/$PROJECT
140             description: 'Git URL to use on this Jenkins Slave'
141         - string:
142             name: CEPH_DISKS
143             default: /srv
144             description: "Disks to use by ceph (comma separated list)"
145         - string:
146             name: EXTERNAL_NETWORK
147             default: ext-net;flat;10.2.65.5;10.2.65.250;10.2.65.1;10.2.65.0/24
148             description: "External network to create for pod5 (name;type;first ip;last ip; gateway;network)"
149
150 - parameter:
151     name: 'intel-pod6-defaults'
152     parameters:
153         - node:
154             name: SLAVE_NAME
155             description: 'Slave name on Jenkins'
156             allowed-slaves:
157                 - intel-pod6
158             default-slaves:
159                 - intel-pod6
160         - string:
161             name: INSTALLER_VERSION
162             default: latest
163             description: 'Version of the installer to deploy'
164         - string:
165             name: GIT_BASE
166             default: https://gerrit.opnfv.org/gerrit/$PROJECT
167             description: 'Git URL to use on this Jenkins Slave'
168         - string:
169             name: CEPH_DISKS
170             default: /srv
171             description: "Disks to use by ceph (comma separated list)"
172         - string:
173             name: EXTERNAL_NETWORK
174             default: ext-net;flat;10.2.66.5;10.2.66.250;10.2.66.1;10.2.66.0/24
175             description: "External network to create for pod6 (name;type;first ip;last ip; gateway;network)"
176
177 - parameter:
178     name: 'intel-pod8-defaults'
179     parameters:
180         - node:
181             name: SLAVE_NAME
182             description: 'Slave name on Jenkins'
183             allowed-slaves:
184                 - intel-pod8
185             default-slaves:
186                 - intel-pod8
187         - string:
188             name: INSTALLER_VERSION
189             default: latest
190             description: 'Version of the installer to deploy'
191         - string:
192             name: GIT_BASE
193             default: https://gerrit.opnfv.org/gerrit/$PROJECT
194             description: 'Git URL to use on this Jenkins Slave'
195
196 - parameter:
197     name: 'huawei-build-defaults'
198     parameters:
199         - node:
200             name: SLAVE_NAME
201             description: 'Slave name on Jenkins'
202             allowed-slaves:
203                 - huawei-build
204             default-slaves:
205                 - huawei-build
206         - string:
207             name: INSTALLER_VERSION
208             default: stable
209             description: 'Version of the installer to deploy'
210         - string:
211             name: GIT_BASE
212             default: https://gerrit.opnfv.org/gerrit/$PROJECT
213             description: 'Git URL to use on this Jenkins Slave'
214
215 - parameter:
216     name: 'huawei-us-deploy-bare-1-defaults'
217     parameters:
218         - node:
219             name: SLAVE_NAME
220             description: 'Slave name on Jenkins'
221             allowed-slaves:
222                 - huawei-us-deploy-bare-1
223             default-slaves:
224                 - huawei-us-deploy-bare-1
225         - string:
226             name: INSTALLER_VERSION
227             default: stable
228             description: 'Version of the installer to deploy'
229         - string:
230             name: GIT_BASE
231             default: https://gerrit.opnfv.org/gerrit/$PROJECT
232             description: 'Git URL to use on this Jenkins Slave'
233
234 - parameter:
235     name: 'huawei-virtual-defaults'
236     parameters:
237         - label:
238             name: SLAVE_LABEL
239             default: 'huawei-deploy-vm'
240         - string:
241             name: INSTALLER_VERSION
242             default: stable
243             description: 'Version of the installer to deploy'
244         - string:
245             name: GIT_BASE
246             default: https://gerrit.opnfv.org/gerrit/$PROJECT
247             description: 'Git URL to use on this Jenkins Slave'
248
249 - parameter:
250     name: 'opnfv-build-defaults'
251     parameters:
252         - label:
253             name: SLAVE_LABEL
254             default: 'opnfv-build'
255             description: 'Slave label on Jenkins'
256         - string:
257             name: GIT_BASE
258             default: https://gerrit.opnfv.org/gerrit/$PROJECT
259             description: 'Git URL to use on this Jenkins Slave'
260         - string:
261             name: BUILD_DIRECTORY
262             default: $WORKSPACE/build_output
263             description: "Directory where the build artifact will be located upon the completion of the build."
264
265 - parameter:
266     name: 'intel-us-build-1-defaults'
267     parameters:
268         - node:
269             name: SLAVE_NAME
270             description: 'Slave name on Jenkins'
271             allowed-slaves:
272                 - intel-us-build-1
273             default-slaves:
274                 - intel-us-build-1
275         - string:
276             name: GIT_BASE
277             default: https://gerrit.opnfv.org/gerrit/$PROJECT
278             description: 'Git URL to use on this Jenkins Slave'
279
280 - parameter:
281     name: 'intel-us-build-2-defaults'
282     parameters:
283         - node:
284             name: SLAVE_NAME
285             description: 'Slave name on Jenkins'
286             allowed-slaves:
287                 - intel-us-build-2
288             default-slaves:
289                 - intel-us-build-2
290         - string:
291             name: GIT_BASE
292             default: https://gerrit.opnfv.org/gerrit/$PROJECT
293             description: 'Git URL to use on this Jenkins Slave'
294
295 - parameter:
296     name: 'zte-build-1-defaults'
297     parameters:
298         - node:
299             name: SLAVE_NAME
300             description: 'Slave name on Jenkins'
301             allowed-slaves:
302                 - zte-build-1
303             default-slaves:
304                 - zte-build-1
305         - string:
306             name: GIT_BASE
307             default: https://gerrit.opnfv.org/gerrit/$PROJECT
308             description: 'Git URL to use on this Jenkins Slave'
309
310 - parameter:
311     name: 'juniper-pod1-defaults'
312     parameters:
313         - node:
314             name: SLAVE_NAME
315             description: 'Slave name on Jenkins'
316             allowed-slaves:
317                 - juniper-us-test-1
318             default-slaves:
319                 - juniper-us-test-1
320         - string:
321             name: INSTALLER_VERSION
322             default: latest
323             description: 'Version of the installer to deploy'
324         - string:
325             name: GIT_BASE
326             default: https://gerrit.opnfv.org/gerrit/$PROJECT
327             description: 'Git URL to use on this Jenkins Slave'
328         - string:
329             name: CEPH_DISKS
330             default: /srv
331             description: "Disks to use by ceph (comma separated list)"
332
333 - parameter:
334     name: 'orange-pod2-defaults'
335     parameters:
336         - node:
337             name: SLAVE_NAME
338             description: 'Slave name on Jenkins'
339             allowed-slaves:
340                 - orange-fr-pod2
341             default-slaves:
342                 - orange-fr-pod2
343         - string:
344             name: INSTALLER_VERSION
345             default: latest
346             description: 'Version of the installer to deploy'
347         - string:
348             name: GIT_BASE
349             default: https://gerrit.opnfv.org/gerrit/$PROJECT
350             description: 'Git URL to use on this Jenkins Slave'
351         - string:
352             name: CEPH_DISKS
353             default: /dev/sdb /dev/sdc
354             description: "Disks to use by ceph by default (space separated list)"
355         - string:
356             name: EXTERNAL_NETWORK
357             default: ext-net;flat;161.105.231.2;161.105.231.62;161.105.231.1;161.105.231.0/26
358             description: "External network to create (name;type;first ip;last ip; gateway;network)"
359
360 - parameter:
361     name: 'orange-test1-defaults'
362     parameters:
363         - node:
364             name: SLAVE_NAME
365             description: 'Slave name on Jenkins'
366             allowed-slaves:
367                 - orange-test1
368             default-slaves:
369                 - orange-test1
370         - string:
371             name: INSTALLER_VERSION
372             default: latest
373             description: 'Version of the installer to deploy'
374         - string:
375             name: GIT_BASE
376             default: https://gerrit.opnfv.org/gerrit/$PROJECT
377             description: 'Git URL to use on this Jenkins Slave'
378
379 - parameter:
380     name: 'virtual-defaults'
381     parameters:
382         - label:
383             name: SLAVE_LABEL
384             default: '{installer}-deploy-virtual'
385         - string:
386             name: GIT_BASE
387             default: https://gerrit.opnfv.org/gerrit/$PROJECT
388             description: 'Git URL to use on these Jenkins Slaves'
389
390 - parameter:
391     name: 'ericsson-build-defaults'
392     parameters:
393         - label:
394             name: SLAVE_LABEL
395             default: 'ericsson-build'
396         - string:
397             name: GIT_BASE
398             default: https://gerrit.opnfv.org/gerrit/$PROJECT
399             description: 'Git URL to use on these Jenkins Slaves'
400
401 - parameter:
402     name: 'intel-us-deploy-virtual-2-defaults'
403     parameters:
404         - node:
405             name: SLAVE_NAME
406             description: 'Slave name on Jenkins'
407             allowed-slaves:
408                 - intel-us-deploy-virtual-2
409             default-slaves:
410                 - intel-us-deploy-virtual-2
411         - string:
412             name: INSTALLER_VERSION
413             default: latest
414             description: 'Version of the installer to deploy'
415         - string:
416             name: GIT_BASE
417             default: https://gerrit.opnfv.org/gerrit/$PROJECT
418             description: 'Git URL to use on this Jenkins Slave'
419         - string:
420             name: SSH_KEY
421             default: /root/.ssh/id_rsa
422             description: 'SSH key to use for Apex'
423
424 - parameter:
425     name: 'dell-us-testing-bm-1-defaults'
426     parameters:
427         - node:
428             name: SLAVE_NAME
429             description: 'Slave name on Jenkins'
430             allowed-slaves:
431                 - dell-us-testing-bm-1
432             default-slaves:
433                 - dell-us-testing-bm-1
434         - string:
435             name: INSTALLER_VERSION
436             default: latest
437             description: 'Version of the installer to deploy'
438         - string:
439             name: GIT_BASE
440             default: https://gerrit.opnfv.org/gerrit/$PROJECT
441             description: 'Git URL to use on this Jenkins Slave'
442
443 - parameter:
444     name: 'dell-us-deploying-bm3-defaults'
445     parameters:
446         - node:
447             name: SLAVE_NAME
448             description: 'Slave name on Jenkins'
449             allowed-slaves:
450                 - dell-us-deploying-bm3
451             default-slaves:
452                 - dell-us-deploying-bm3
453         - string:
454             name: INSTALLER_VERSION
455             default: latest
456             description: 'Version of the installer to deploy'
457         - string:
458             name: GIT_BASE
459             default: https://gerrit.opnfv.org/gerrit/$PROJECT
460             description: 'Git URL to use on this Jenkins Slave'