modified the default ip for new network of public network.
[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: 'intel-pod2-defaults'
87     parameters:
88         - node:
89             name: SLAVE_NAME
90             description: 'Slave name on Jenkins'
91             allowed-slaves:
92                 - intel-pod2
93             default-slaves:
94                 - intel-pod2
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.5.15.5;10.5.15.250;10.5.15.254;10.5.15.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.6.15.5;10.6.15.250;10.6.15.254;10.6.15.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-us-deploy-bare-2-defaults'
236     parameters:
237         - node:
238             name: SLAVE_NAME
239             description: 'Slave name on Jenkins'
240             allowed-slaves:
241                 - huawei-us-deploy-bare-2
242             default-slaves:
243                 - huawei-us-deploy-bare-2
244         - string:
245             name: INSTALLER_VERSION
246             default: stable
247             description: 'Version of the installer to deploy'
248         - string:
249             name: GIT_BASE
250             default: https://gerrit.opnfv.org/gerrit/$PROJECT
251             description: 'Git URL to use on this Jenkins Slave'
252
253 - parameter:
254     name: 'huawei-virtual-defaults'
255     parameters:
256         - label:
257             name: SLAVE_LABEL
258             default: 'huawei-deploy-vm'
259         - string:
260             name: INSTALLER_VERSION
261             default: stable
262             description: 'Version of the installer to deploy'
263         - string:
264             name: GIT_BASE
265             default: https://gerrit.opnfv.org/gerrit/$PROJECT
266             description: 'Git URL to use on this Jenkins Slave'
267
268 - parameter:
269     name: 'huawei-sh-test-2-defaults'
270     parameters:
271         - node:
272             name: SLAVE_NAME
273             description: 'Slave name on Jenkins'
274             allowed-slaves:
275                 - huawei-sh-test-2
276             default-slaves:
277                 - huawei-sh-test-2
278         - label:
279             name: SLAVE_LABEL
280             default: 'huawei-test'
281         - string:
282             name: INSTALLER_VERSION
283             default: stable
284             description: 'Version of the installer to deploy'
285         - string:
286             name: GIT_BASE
287             default: https://gerrit.opnfv.org/gerrit/$PROJECT
288             description: 'Git URL to use on this Jenkins Slave'
289
290 - parameter:
291     name: 'opnfv-build-defaults'
292     parameters:
293         - label:
294             name: SLAVE_LABEL
295             default: 'opnfv-build'
296             description: 'Slave label on Jenkins'
297         - string:
298             name: GIT_BASE
299             default: https://gerrit.opnfv.org/gerrit/$PROJECT
300             description: 'Git URL to use on this Jenkins Slave'
301         - string:
302             name: BUILD_DIRECTORY
303             default: $WORKSPACE/build_output
304             description: "Directory where the build artifact will be located upon the completion of the build."
305
306 - parameter:
307     name: 'intel-build1-defaults'
308     parameters:
309         - node:
310             name: SLAVE_NAME
311             description: 'Slave name on Jenkins'
312             allowed-slaves:
313                 - intel-build1
314             default-slaves:
315                 - intel-build1
316         - string:
317             name: GIT_BASE
318             default: https://gerrit.opnfv.org/gerrit/$PROJECT
319             description: 'Git URL to use on this Jenkins Slave'
320
321 - parameter:
322     name: 'intel-build2-defaults'
323     parameters:
324         - node:
325             name: SLAVE_NAME
326             description: 'Slave name on Jenkins'
327             allowed-slaves:
328                 - intel-build2
329             default-slaves:
330                 - intel-build2
331         - string:
332             name: GIT_BASE
333             default: https://gerrit.opnfv.org/gerrit/$PROJECT
334             description: 'Git URL to use on this Jenkins Slave'
335
336 - parameter:
337     name: 'intel-build3-defaults'
338     parameters:
339         - node:
340             name: SLAVE_NAME
341             description: 'Slave name on Jenkins'
342             allowed-slaves:
343                 - intel-build3
344             default-slaves:
345                 - intel-build3
346         - string:
347             name: GIT_BASE
348             default: https://gerrit.opnfv.org/gerrit/$PROJECT
349             description: 'Git URL to use on this Jenkins Slave'
350
351 - parameter:
352     name: 'zte-build-1-defaults'
353     parameters:
354         - node:
355             name: SLAVE_NAME
356             description: 'Slave name on Jenkins'
357             allowed-slaves:
358                 - zte-build-1
359             default-slaves:
360                 - zte-build-1
361         - string:
362             name: GIT_BASE
363             default: https://gerrit.opnfv.org/gerrit/$PROJECT
364             description: 'Git URL to use on this Jenkins Slave'
365
366 - parameter:
367     name: 'juniper-pod1-defaults'
368     parameters:
369         - node:
370             name: SLAVE_NAME
371             description: 'Slave name on Jenkins'
372             allowed-slaves:
373                 - juniper-us-test-1
374             default-slaves:
375                 - juniper-us-test-1
376         - string:
377             name: INSTALLER_VERSION
378             default: latest
379             description: 'Version of the installer to deploy'
380         - string:
381             name: GIT_BASE
382             default: https://gerrit.opnfv.org/gerrit/$PROJECT
383             description: 'Git URL to use on this Jenkins Slave'
384         - string:
385             name: CEPH_DISKS
386             default: /srv
387             description: "Disks to use by ceph (comma separated list)"
388
389 - parameter:
390     name: 'orange-pod2-defaults'
391     parameters:
392         - node:
393             name: SLAVE_NAME
394             description: 'Slave name on Jenkins'
395             allowed-slaves:
396                 - orange-fr-pod2
397             default-slaves:
398                 - orange-fr-pod2
399         - string:
400             name: INSTALLER_VERSION
401             default: latest
402             description: 'Version of the installer to deploy'
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         - string:
408             name: CEPH_DISKS
409             default: /dev/sdb /dev/sdc
410             description: "Disks to use by ceph by default (space separated list)"
411         - string:
412             name: EXTERNAL_NETWORK
413             default: ext-net;flat;161.105.231.2;161.105.231.62;161.105.231.1;161.105.231.0/26
414             description: "External network to create (name;type;first ip;last ip; gateway;network)"
415
416 - parameter:
417     name: 'orange-test1-defaults'
418     parameters:
419         - node:
420             name: SLAVE_NAME
421             description: 'Slave name on Jenkins'
422             allowed-slaves:
423                 - orange-test1
424             default-slaves:
425                 - orange-test1
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
435 - parameter:
436     name: 'virtual-defaults'
437     parameters:
438         - label:
439             name: SLAVE_LABEL
440             default: '{installer}-deploy-virtual'
441         - string:
442             name: GIT_BASE
443             default: https://gerrit.opnfv.org/gerrit/$PROJECT
444             description: 'Git URL to use on these Jenkins Slaves'
445
446 - parameter:
447     name: 'ericsson-build-defaults'
448     parameters:
449         - label:
450             name: SLAVE_LABEL
451             default: 'ericsson-build'
452         - string:
453             name: GIT_BASE
454             default: https://gerrit.opnfv.org/gerrit/$PROJECT
455             description: 'Git URL to use on these Jenkins Slaves'
456
457 - parameter:
458     name: 'intel-virtual2-defaults'
459     parameters:
460         - node:
461             name: SLAVE_NAME
462             description: 'Slave name on Jenkins'
463             allowed-slaves:
464                 - intel-virtual2
465             default-slaves:
466                 - intel-virtual2
467         - string:
468             name: INSTALLER_VERSION
469             default: latest
470             description: 'Version of the installer to deploy'
471         - string:
472             name: GIT_BASE
473             default: https://gerrit.opnfv.org/gerrit/$PROJECT
474             description: 'Git URL to use on this Jenkins Slave'
475         - string:
476             name: SSH_KEY
477             default: /root/.ssh/id_rsa
478             description: 'SSH key to use for Apex'
479
480 - parameter:
481     name: 'dell-us-testing-bm-1-defaults'
482     parameters:
483         - node:
484             name: SLAVE_NAME
485             description: 'Slave name on Jenkins'
486             allowed-slaves:
487                 - dell-us-testing-bm-1
488             default-slaves:
489                 - dell-us-testing-bm-1
490         - string:
491             name: INSTALLER_VERSION
492             default: latest
493             description: 'Version of the installer to deploy'
494         - string:
495             name: GIT_BASE
496             default: https://gerrit.opnfv.org/gerrit/$PROJECT
497             description: 'Git URL to use on this Jenkins Slave'
498
499 - parameter:
500     name: 'dell-us-deploying-bm3-defaults'
501     parameters:
502         - node:
503             name: SLAVE_NAME
504             description: 'Slave name on Jenkins'
505             allowed-slaves:
506                 - dell-us-deploying-bm3
507             default-slaves:
508                 - dell-us-deploying-bm3
509         - string:
510             name: INSTALLER_VERSION
511             default: latest
512             description: 'Version of the installer to deploy'
513         - string:
514             name: GIT_BASE
515             default: https://gerrit.opnfv.org/gerrit/$PROJECT
516             description: 'Git URL to use on this Jenkins Slave'