Rename Intel build slaves and update jobs using these slaves
[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-build1-defaults'
267     parameters:
268         - node:
269             name: SLAVE_NAME
270             description: 'Slave name on Jenkins'
271             allowed-slaves:
272                 - intel-build1
273             default-slaves:
274                 - intel-build1
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-build2-defaults'
282     parameters:
283         - node:
284             name: SLAVE_NAME
285             description: 'Slave name on Jenkins'
286             allowed-slaves:
287                 - intel-build2
288             default-slaves:
289                 - intel-build2
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: 'intel-build3-defaults'
297     parameters:
298         - node:
299             name: SLAVE_NAME
300             description: 'Slave name on Jenkins'
301             allowed-slaves:
302                 - intel-build3
303             default-slaves:
304                 - intel-build3
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: 'zte-build-1-defaults'
312     parameters:
313         - node:
314             name: SLAVE_NAME
315             description: 'Slave name on Jenkins'
316             allowed-slaves:
317                 - zte-build-1
318             default-slaves:
319                 - zte-build-1
320         - string:
321             name: GIT_BASE
322             default: https://gerrit.opnfv.org/gerrit/$PROJECT
323             description: 'Git URL to use on this Jenkins Slave'
324
325 - parameter:
326     name: 'juniper-pod1-defaults'
327     parameters:
328         - node:
329             name: SLAVE_NAME
330             description: 'Slave name on Jenkins'
331             allowed-slaves:
332                 - juniper-us-test-1
333             default-slaves:
334                 - juniper-us-test-1
335         - string:
336             name: INSTALLER_VERSION
337             default: latest
338             description: 'Version of the installer to deploy'
339         - string:
340             name: GIT_BASE
341             default: https://gerrit.opnfv.org/gerrit/$PROJECT
342             description: 'Git URL to use on this Jenkins Slave'
343         - string:
344             name: CEPH_DISKS
345             default: /srv
346             description: "Disks to use by ceph (comma separated list)"
347
348 - parameter:
349     name: 'orange-pod2-defaults'
350     parameters:
351         - node:
352             name: SLAVE_NAME
353             description: 'Slave name on Jenkins'
354             allowed-slaves:
355                 - orange-fr-pod2
356             default-slaves:
357                 - orange-fr-pod2
358         - string:
359             name: INSTALLER_VERSION
360             default: latest
361             description: 'Version of the installer to deploy'
362         - string:
363             name: GIT_BASE
364             default: https://gerrit.opnfv.org/gerrit/$PROJECT
365             description: 'Git URL to use on this Jenkins Slave'
366         - string:
367             name: CEPH_DISKS
368             default: /dev/sdb /dev/sdc
369             description: "Disks to use by ceph by default (space separated list)"
370         - string:
371             name: EXTERNAL_NETWORK
372             default: ext-net;flat;161.105.231.2;161.105.231.62;161.105.231.1;161.105.231.0/26
373             description: "External network to create (name;type;first ip;last ip; gateway;network)"
374
375 - parameter:
376     name: 'orange-test1-defaults'
377     parameters:
378         - node:
379             name: SLAVE_NAME
380             description: 'Slave name on Jenkins'
381             allowed-slaves:
382                 - orange-test1
383             default-slaves:
384                 - orange-test1
385         - string:
386             name: INSTALLER_VERSION
387             default: latest
388             description: 'Version of the installer to deploy'
389         - string:
390             name: GIT_BASE
391             default: https://gerrit.opnfv.org/gerrit/$PROJECT
392             description: 'Git URL to use on this Jenkins Slave'
393
394 - parameter:
395     name: 'virtual-defaults'
396     parameters:
397         - label:
398             name: SLAVE_LABEL
399             default: '{installer}-deploy-virtual'
400         - string:
401             name: GIT_BASE
402             default: https://gerrit.opnfv.org/gerrit/$PROJECT
403             description: 'Git URL to use on these Jenkins Slaves'
404
405 - parameter:
406     name: 'ericsson-build-defaults'
407     parameters:
408         - label:
409             name: SLAVE_LABEL
410             default: 'ericsson-build'
411         - string:
412             name: GIT_BASE
413             default: https://gerrit.opnfv.org/gerrit/$PROJECT
414             description: 'Git URL to use on these Jenkins Slaves'
415
416 - parameter:
417     name: 'intel-virtual2-defaults'
418     parameters:
419         - node:
420             name: SLAVE_NAME
421             description: 'Slave name on Jenkins'
422             allowed-slaves:
423                 - intel-virtual2
424             default-slaves:
425                 - intel-virtual2
426         - string:
427             name: INSTALLER_VERSION
428             default: latest
429             description: 'Version of the installer to deploy'
430         - string:
431             name: GIT_BASE
432             default: https://gerrit.opnfv.org/gerrit/$PROJECT
433             description: 'Git URL to use on this Jenkins Slave'
434         - string:
435             name: SSH_KEY
436             default: /root/.ssh/id_rsa
437             description: 'SSH key to use for Apex'
438
439 - parameter:
440     name: 'dell-us-testing-bm-1-defaults'
441     parameters:
442         - node:
443             name: SLAVE_NAME
444             description: 'Slave name on Jenkins'
445             allowed-slaves:
446                 - dell-us-testing-bm-1
447             default-slaves:
448                 - dell-us-testing-bm-1
449         - string:
450             name: INSTALLER_VERSION
451             default: latest
452             description: 'Version of the installer to deploy'
453         - string:
454             name: GIT_BASE
455             default: https://gerrit.opnfv.org/gerrit/$PROJECT
456             description: 'Git URL to use on this Jenkins Slave'
457
458 - parameter:
459     name: 'dell-us-deploying-bm3-defaults'
460     parameters:
461         - node:
462             name: SLAVE_NAME
463             description: 'Slave name on Jenkins'
464             allowed-slaves:
465                 - dell-us-deploying-bm3
466             default-slaves:
467                 - dell-us-deploying-bm3
468         - string:
469             name: INSTALLER_VERSION
470             default: latest
471             description: 'Version of the installer to deploy'
472         - string:
473             name: GIT_BASE
474             default: https://gerrit.opnfv.org/gerrit/$PROJECT
475             description: 'Git URL to use on this Jenkins Slave'