Merge "fixes for docs-build.sh migration"
[releng.git] / jjb / opnfv / slave-params.yml
1 #####################################################
2 # Parameters for slaves using old labels
3 # This will be cleaned up once the new job structure and
4 # use of the new labels are in place
5 #####################################################
6 - parameter:
7     name: 'apex-daily-master-defaults'
8     parameters:
9         - label:
10             name: SLAVE_LABEL
11             default: 'apex-daily-master'
12         - string:
13             name: GIT_BASE
14             default: https://gerrit.opnfv.org/gerrit/$PROJECT
15             description: 'Git URL to use on this Jenkins Slave'
16         - string:
17             name: SSH_KEY
18             default: /root/.ssh/id_rsa
19             description: 'SSH key to use for Apex'
20 - parameter:
21     name: 'apex-verify-master-defaults'
22     parameters:
23         - label:
24             name: SLAVE_LABEL
25             default: 'apex-verify-master'
26         - string:
27             name: GIT_BASE
28             default: https://gerrit.opnfv.org/gerrit/$PROJECT
29             description: 'Git URL to use on this Jenkins Slave'
30         - string:
31             name: SSH_KEY
32             default: /root/.ssh/id_rsa
33             description: 'SSH key to use for Apex'
34 - parameter:
35     name: 'lf-pod1-defaults'
36     parameters:
37         - node:
38             name: SLAVE_NAME
39             description: 'Slave name on Jenkins'
40             allowed-slaves:
41                 - lf-pod1
42             default-slaves:
43                 - lf-pod1
44         - string:
45             name: GIT_BASE
46             default: https://gerrit.opnfv.org/gerrit/$PROJECT
47             description: 'Git URL to use on this Jenkins Slave'
48         - string:
49             name: SSH_KEY
50             default: /root/.ssh/id_rsa
51             description: 'SSH key to use for Apex'
52 #####################################################
53 # Parameters for CI baremetal PODs
54 #####################################################
55 - parameter:
56     name: 'apex-baremetal-defaults'
57     parameters:
58         - label:
59             name: SLAVE_LABEL
60             default: 'apex-baremetal'
61         - string:
62             name: GIT_BASE
63             default: https://gerrit.opnfv.org/gerrit/$PROJECT
64             description: 'Git URL to use on this Jenkins Slave'
65         - string:
66             name: SSH_KEY
67             default: /root/.ssh/id_rsa
68             description: 'SSH key to use for Apex'
69 - parameter:
70     name: 'compass-baremetal-defaults'
71     parameters:
72         - label:
73             name: SLAVE_LABEL
74             default: 'compass-baremetal'
75         - string:
76             name: GIT_BASE
77             default: https://gerrit.opnfv.org/gerrit/$PROJECT
78             description: 'Git URL to use on this Jenkins Slave'
79 - parameter:
80     name: 'fuel-baremetal-defaults'
81     parameters:
82         - label:
83             name: SLAVE_LABEL
84             default: 'fuel-baremetal'
85         - string:
86             name: GIT_BASE
87             default: https://gerrit.opnfv.org/gerrit/$PROJECT
88             description: 'Git URL to use on this Jenkins Slave'
89 - parameter:
90     name: 'joid-baremetal-defaults'
91     parameters:
92         - label:
93             name: SLAVE_LABEL
94             default: 'joid-baremetal'
95         - string:
96             name: GIT_BASE
97             default: https://gerrit.opnfv.org/gerrit/$PROJECT
98             description: 'Git URL to use on this Jenkins Slave'
99         - string:
100             name: CEPH_DISKS
101             default: /srv
102             description: "Disks to use by ceph (comma separated list)"
103         - string:
104             name: EXTERNAL_NETWORK
105             default: ext-net;flat;10.5.15.5;10.5.15.250;10.5.15.254;10.5.15.0/24
106             description: "External network to create for pod5 (name;type;first ip;last ip; gateway;network)"
107 #####################################################
108 # Parameters for CI virtual PODs
109 #####################################################
110 - parameter:
111     name: 'apex-virtual-defaults'
112     parameters:
113         - label:
114             name: SLAVE_LABEL
115             default: 'apex-virtual'
116         - string:
117             name: GIT_BASE
118             default: https://gerrit.opnfv.org/gerrit/$PROJECT
119             description: 'Git URL to use on this Jenkins Slave'
120         - string:
121             name: SSH_KEY
122             default: /root/.ssh/id_rsa
123             description: 'SSH key to use for Apex'
124 - parameter:
125     name: 'compass-virtual-defaults'
126     parameters:
127         - label:
128             name: SLAVE_LABEL
129             default: 'compass-virtual'
130         - string:
131             name: GIT_BASE
132             default: https://gerrit.opnfv.org/gerrit/$PROJECT
133             description: 'Git URL to use on this Jenkins Slave'
134 - parameter:
135     name: 'fuel-virtual-defaults'
136     parameters:
137         - label:
138             name: SLAVE_LABEL
139             default: 'fuel-virtual'
140         - string:
141             name: GIT_BASE
142             default: https://gerrit.opnfv.org/gerrit/$PROJECT
143             description: 'Git URL to use on this Jenkins Slave'
144 - parameter:
145     name: 'joid-virtual-defaults'
146     parameters:
147         - label:
148             name: SLAVE_LABEL
149             default: 'joid-virtual'
150         - string:
151             name: GIT_BASE
152             default: https://gerrit.opnfv.org/gerrit/$PROJECT
153             description: 'Git URL to use on this Jenkins Slave'
154 #####################################################
155 # Parameters for build slaves
156 #####################################################
157 - parameter:
158     name: 'opnfv-build-arm-defaults'
159     parameters:
160         - label:
161             name: SLAVE_LABEL
162             default: 'opnfv-build-arm'
163         - string:
164             name: GIT_BASE
165             default: https://gerrit.opnfv.org/gerrit/$PROJECT
166             description: 'Git URL to use on this Jenkins Slave'
167         - string:
168             name: BUILD_DIRECTORY
169             default: $WORKSPACE/build_output
170             description: "Directory where the build artifact will be located upon the completion of the build."
171 - parameter:
172     name: 'opnfv-build-centos-defaults'
173     parameters:
174         - label:
175             name: SLAVE_LABEL
176             default: 'opnfv-build-centos'
177         - string:
178             name: GIT_BASE
179             default: https://gerrit.opnfv.org/gerrit/$PROJECT
180             description: 'Git URL to use on this Jenkins Slave'
181         - string:
182             name: BUILD_DIRECTORY
183             default: $WORKSPACE/build_output
184             description: "Directory where the build artifact will be located upon the completion of the build."
185 - parameter:
186     name: 'opnfv-build-ubuntu-defaults'
187     parameters:
188         - label:
189             name: SLAVE_LABEL
190             default: 'opnfv-build-ubuntu'
191             description: 'Slave label on Jenkins'
192         - string:
193             name: GIT_BASE
194             default: https://gerrit.opnfv.org/gerrit/$PROJECT
195             description: 'Git URL to use on this Jenkins Slave'
196         - string:
197             name: BUILD_DIRECTORY
198             default: $WORKSPACE/build_output
199             description: "Directory where the build artifact will be located upon the completion of the build."
200 - parameter:
201     name: 'huawei-build-defaults'
202     parameters:
203         - node:
204             name: SLAVE_NAME
205             description: 'Slave name on Jenkins'
206             allowed-slaves:
207                 - huawei-build
208             default-slaves:
209                 - huawei-build
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 # Parameters for none-CI PODs
216 #####################################################
217 - parameter:
218     name: 'ericsson-pod1-defaults'
219     parameters:
220         - node:
221             name: SLAVE_NAME
222             description: 'Slave name on Jenkins'
223             allowed-slaves:
224                 - ericsson-pod1
225             default-slaves:
226                 - ericsson-pod1
227         - string:
228             name: GIT_BASE
229             default: https://gerrit.opnfv.org/gerrit/$PROJECT
230             description: 'Git URL to use on this Jenkins Slave'
231 - parameter:
232     name: 'intel-pod2-defaults'
233     parameters:
234         - node:
235             name: SLAVE_NAME
236             description: 'Slave name on Jenkins'
237             allowed-slaves:
238                 - intel-pod2
239             default-slaves:
240                 - intel-pod2
241         - string:
242             name: GIT_BASE
243             default: https://gerrit.opnfv.org/gerrit/$PROJECT
244             description: 'Git URL to use on this Jenkins Slave'
245         - string:
246             name: SSH_KEY
247             default: /root/.ssh/id_rsa
248             description: 'SSH key to use for Apex'
249 - parameter:
250     name: 'intel-pod3-defaults'
251     parameters:
252         - node:
253             name: SLAVE_NAME
254             description: 'Slave name on Jenkins'
255             allowed-slaves:
256                 - intel-pod3
257             default-slaves:
258                 - intel-pod3
259         - string:
260             name: GIT_BASE
261             default: https://gerrit.opnfv.org/gerrit/$PROJECT
262             description: 'Git URL to use on this Jenkins Slave'
263 - parameter:
264     name: 'huawei-pod2-defaults'
265     parameters:
266         - node:
267             name: SLAVE_NAME
268             description: 'Slave name on Jenkins'
269             allowed-slaves:
270                 - huawei-pod2
271             default-slaves:
272                 - huawei-pod2
273         - string:
274             name: GIT_BASE
275             default: https://gerrit.opnfv.org/gerrit/$PROJECT
276             description: 'Git URL to use on this Jenkins Slave'
277 - parameter:
278     name: 'huawei-pod3-defaults'
279     parameters:
280         - node:
281             name: SLAVE_NAME
282             description: 'Slave name on Jenkins'
283             allowed-slaves:
284                 - huawei-pod3
285             default-slaves:
286                 - huawei-pod3
287         - label:
288             name: SLAVE_LABEL
289             default: 'huawei-test'
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 - parameter:
295     name: 'huawei-pod4-defaults'
296     parameters:
297         - node:
298             name: SLAVE_NAME
299             description: 'Slave name on Jenkins'
300             allowed-slaves:
301                 - huawei-pod4
302             default-slaves:
303                 - huawei-pod4
304         - label:
305             name: SLAVE_LABEL
306             default: 'huawei-test'
307         - string:
308             name: GIT_BASE
309             default: https://gerrit.opnfv.org/gerrit/$PROJECT
310             description: 'Git URL to use on this Jenkins Slave'
311 - parameter:
312     name: 'zte-pod1-defaults'
313     parameters:
314         - node:
315             name: SLAVE_NAME
316             description: 'Slave name on Jenkins'
317             allowed-slaves:
318                 - zte-pod1
319             default-slaves:
320                 - zte-pod1
321         - string:
322             name: GIT_BASE
323             default: https://gerrit.opnfv.org/gerrit/$PROJECT
324             description: 'Git URL to use on this Jenkins Slave'
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-pod1
333             default-slaves:
334                 - juniper-pod1
335         - string:
336             name: GIT_BASE
337             default: https://gerrit.opnfv.org/gerrit/$PROJECT
338             description: 'Git URL to use on this Jenkins Slave'
339         - string:
340             name: CEPH_DISKS
341             default: /srv
342             description: "Disks to use by ceph (comma separated list)"
343 - parameter:
344     name: 'orange-pod2-defaults'
345     parameters:
346         - node:
347             name: SLAVE_NAME
348             description: 'Slave name on Jenkins'
349             allowed-slaves:
350                 - orange-pod2
351             default-slaves:
352                 - orange-pod2
353         - string:
354             name: GIT_BASE
355             default: https://gerrit.opnfv.org/gerrit/$PROJECT
356             description: 'Git URL to use on this Jenkins Slave'
357         - string:
358             name: CEPH_DISKS
359             default: /dev/sdb /dev/sdc
360             description: "Disks to use by ceph by default (space separated list)"
361         - string:
362             name: EXTERNAL_NETWORK
363             default: ext-net;flat;161.105.231.2;161.105.231.62;161.105.231.1;161.105.231.0/26
364             description: "External network to create (name;type;first ip;last ip; gateway;network)"
365 - parameter:
366     name: 'orange-pod5-defaults'
367     parameters:
368         - node:
369             name: SLAVE_NAME
370             description: 'Slave name on Jenkins'
371             allowed-slaves:
372                 - orange-pod5
373             default-slaves:
374                 - orange-pod5
375         - string:
376             name: GIT_BASE
377             default: https://gerrit.opnfv.org/gerrit/$PROJECT
378             description: 'Git URL to use on this Jenkins Slave'
379 - parameter:
380     name: 'dell-pod1-defaults'
381     parameters:
382         - node:
383             name: SLAVE_NAME
384             description: 'Slave name on Jenkins'
385             allowed-slaves:
386                 - dell-pod1
387             default-slaves:
388                 - dell-pod1
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 - parameter:
394     name: 'dell-pod2-defaults'
395     parameters:
396         - node:
397             name: SLAVE_NAME
398             description: 'Slave name on Jenkins'
399             allowed-slaves:
400                 - dell-pod2
401             default-slaves:
402                 - dell-pod2
403         - string:
404             name: GIT_BASE
405             default: https://gerrit.opnfv.org/gerrit/$PROJECT
406             description: 'Git URL to use on this Jenkins Slave'
407 - parameter:
408     name: 'nokia-pod1-defaults'
409     parameters:
410         - node:
411             name: SLAVE_NAME
412             description: 'Slave name on Jenkins'
413             allowed-slaves:
414                 - nokia-pod1
415             default-slaves:
416                 - nokia-pod1
417         - string:
418             name: GIT_BASE
419             default: https://gerrit.opnfv.org/gerrit/$PROJECT
420             description: 'Git URL to use on this Jenkins Slave'
421         - string:
422             name: SSH_KEY
423             default: /root/.ssh/id_rsa
424             description: 'SSH key to use for Apex'
425 - parameter:
426     name: 'arm-pod1-defaults'
427     parameters:
428         - node:
429             name: SLAVE_NAME
430             description: 'Slave name on Jenkins'
431             allowed-slaves:
432                 - arm-pod1
433             default-slaves:
434                 - arm-pod1
435         - string:
436             name: GIT_BASE
437             default: https://gerrit.opnfv.org/gerrit/$PROJECT
438             description: 'Git URL to use on this Jenkins Slave'
439         - string:
440             name: DEFAULT_BRIDGE
441             default: 'admin6_br0,public6_br0'
442             desciption: 'The bridge to use for Fuel PXE booting. It can be a comma sparated list of bridges, in which case the first is the PXE boot bridge, and all subsequent interfaces that will be added to the VM. If left empty, most deploy scripts will default to pxebr.'
443         - string:
444             name: DEPLOY_TIMEOUT
445             default: '360'
446             description: 'Deployment timeout in minutes'
447         - string:
448             name: LAB_CONFIG_URL
449             default: ssh://git@git.enea.com/pharos/lab-config
450             description: 'Base URI to the configuration directory'
451 - parameter:
452     name: 'arm-pod2-defaults'
453     parameters:
454         - node:
455             name: SLAVE_NAME
456             description: 'Slave name on Jenkins'
457             allowed-slaves:
458                 - arm-pod2
459             default-slaves:
460                 - arm-pod2
461         - string:
462             name: GIT_BASE
463             default: https://gerrit.opnfv.org/gerrit/$PROJECT
464             description: 'Git URL to use on this Jenkins Slave'
465         - string:
466             name: DEFAULT_BRIDGE
467             default: 'admin_br0,public_br0'
468             desciption: 'The bridge to use for Fuel PXE booting. It can be a comma sparated list of bridges, in which case the first is the PXE boot bridge, and all subsequent interfaces that will be added to the VM. If left empty, most deploy scripts will default to pxebr.'
469         - string:
470             name: DEPLOY_TIMEOUT
471             default: '360'
472             description: 'Deployment timeout in minutes'
473         - string:
474             name: LAB_CONFIG_URL
475             default: ssh://git@git.enea.com/pharos/lab-config
476             description: 'Base URI to the configuration directory'
477 - parameter:
478     name: 'intel-virtual6-defaults'
479     parameters:
480         - node:
481             name: SLAVE_NAME
482             description: 'Slave name on Jenkins'
483             allowed-slaves:
484                 - intel-virtual6
485             default-slaves:
486                 - intel-virtual6
487         - string:
488             name: GIT_BASE
489             default: https://gerrit.opnfv.org/gerrit/$PROJECT
490             description: 'Git URL to use on this Jenkins Slave'
491 #####################################################
492 # These slaves are just dummy slaves for sandbox jobs
493 #####################################################
494 - parameter:
495     name: 'sandbox-baremetal-defaults'
496     parameters:
497         - label:
498             name: SLAVE_LABEL
499             default: 'sandbox-baremetal'
500             description: 'Slave label on Jenkins'
501         - string:
502             name: GIT_BASE
503             default: https://gerrit.opnfv.org/gerrit/$PROJECT
504             description: 'Git URL to use on this Jenkins Slave'
505         - string:
506             name: BUILD_DIRECTORY
507             default: $WORKSPACE/build_output
508             description: "Directory where the build artifact will be located upon the completion of the build."
509 - parameter:
510     name: 'sandbox-virtual-defaults'
511     parameters:
512         - label:
513             name: SLAVE_LABEL
514             default: 'sandbox-virtual'
515             description: 'Slave label on Jenkins'
516         - string:
517             name: GIT_BASE
518             default: https://gerrit.opnfv.org/gerrit/$PROJECT
519             description: 'Git URL to use on this Jenkins Slave'
520         - string:
521             name: BUILD_DIRECTORY
522             default: $WORKSPACE/build_output
523             description: "Directory where the build artifact will be located upon the completion of the build."
524 - parameter:
525     name: 'dummy-pod1-defaults'
526     parameters:
527         - label:
528             name: SLAVE_LABEL
529             default: 'dummy-pod1'
530             description: 'Slave label on Jenkins'
531         - string:
532             name: GIT_BASE
533             default: https://gerrit.opnfv.org/gerrit/$PROJECT
534             description: 'Git URL to use on this Jenkins Slave'
535         - string:
536             name: BUILD_DIRECTORY
537             default: $WORKSPACE/build_output
538             description: "Directory where the build artifact will be located upon the completion of the build."