Switch the csit-3node to use job prefix
[releng/builder.git] / jjb / integration / integration-templates.yaml
1 ---
2 # Job templates in this file (please update with every new template):
3 # FIXME: Update
4 #
5 # {project}-csit-1node-{functionality}-{install}-{stream}
6 # {project}-csit-1node-periodic-{functionality}-{install}-{stream}
7 # {project}-csit-3node-docker-{functionality}-{install}-{stream}
8 # {project}-csit-3node-{functionality}-{install}-{stream}
9 # {project}-csit-3node-periodic-{functionality}-{install}-{stream}
10 # {project}-csit-hwvtep-{topology}-openstack-{openstack}-{functionality}-{stream}
11 # {project}-csit-{topology}-openstack-{openstack}-{functionality}-{stream}
12 # {project}-csit-verify-1node-{functionality}
13 # {project}-csit-verify-3node-{functionality}
14 # {project}-patch-test-{feature}-{stream}
15 #
16 # Parameters:
17 # FIXME: Distinguish variables, macros and arguments, then update.
18 #
19 # opendaylight-infra-parameters: main project integration/test ($PROJECT)
20 # jre: (openjdk7 or openjdk8) Java runtime environment to use when launching ODL
21 # integration-distribution-branch: distribution branch ($DISTROBRANCH)
22 # integration-controller-bundle-url: distribution URL ($BUNDLE_URL)
23 # integration-controller-scope: only or all features ($CONTROLLERSCOPE)
24 # integration-controller-features: features under test ($CONTROLLER FEATURES)
25 # integration-test-options: robot options ($TESTOPTIONS)
26 # integration-stream-test-plan: stream specific robot test plan ($STREAMTESTPLAN)
27 # integration-test-plan: fallback robot test plan ($TESTPLAN)
28 # integration-patch-refspec: test branch ($PATCHREFSPEC)
29 # integration-use-features-boot: bool to toggle use of featuresBoot ($USEFEATURESBOOT)
30
31
32 # New templates
33
34 - job-template:
35     name: '{prefix}{project}-csit-verify-1node-{functionality}'
36     id: inttest-csit-verify-1node
37     disabled: false
38
39     project-type: freestyle
40     node: centos7-robot-2c-8g
41
42     properties:
43       - opendaylight-infra-properties:
44           build-days-to-keep: '{build-days-to-keep}'
45
46     parameters:
47       - opendaylight-infra-parameters:
48           os-cloud: '{os-cloud}'
49           project: 'integration/test'
50           branch: '{branch}'
51           refspec: 'refs/heads/{branch}'
52           artifacts: '{archive-artifacts}'
53       - integration-distribution-branch:
54           branch: '{verify-branch}'
55       - integration-distribution-stream:
56           stream: '{verify-stream}'
57       - integration-bundle-url:
58           bundle-url: '{bundle-url}'
59       - integration-controller-scope:
60           controller-scope: 'only'
61       - integration-controller-features:
62           controller-features: '{install-features}'
63       - integration-test-options:
64           test-options: '{robot-options}'
65       - integration-stream-test-plan:
66           stream-test-plan: '{project}-{functionality}-{verify-stream}.txt'
67       - integration-test-plan:
68           test-plan: '{project}-{functionality}.txt'
69       - integration-jdk-version:
70           jdkversion: '{verify-jdkversion}'
71       - distribution-karaf-version:
72           karaf-version: '{verify-karaf-version}'
73       - integration-use-features-boot:
74           use-features-boot: 'True'
75     scm:
76       - integration-gerrit-scm:
77           basedir: 'test'
78           refspec: '$GERRIT_REFSPEC'
79           branch: 'master'
80
81     wrappers:
82       - opendaylight-infra-wrappers:
83           build-timeout: '{build-timeout}'
84
85     triggers:
86       - integration-trigger-patch-submitted:
87           gerrit-server-name: '{gerrit-server-name}'
88           project: 'integration/test'
89           branch: 'master'
90           files: 'csit/suites/{project}/**'
91
92     builders:
93       - integration-infra-stack:
94           stack-template: '{stack-template}'
95           vm_0_count: '1'
96           vm_0_flavor: '{odl_system_flavor}'
97           vm_0_image: '{odl_system_image}'
98           vm_1_count: '{tools_system_count}'
99           vm_1_flavor: '{tools_system_flavor}'
100           vm_1_image: '{tools_system_image}'
101       - integration-install-robotframework
102       - inject:
103           properties-file: 'env.properties'
104       - integration-get-slave-addresses
105       - inject:
106           properties-file: 'slave_addresses.txt'
107       - integration-detect-variables
108       - integration-deploy-controller-run-test
109       - integration-cleanup-tmp
110
111     publishers:
112       - integration-robot:
113           unstable-if: 0.0
114           pass-if: 100.0
115       - email-notification:
116           email-recipients: '{email-recipients}'
117           email-prefix: '[{project}]'
118       - integration-csit-archive-build
119       - integration-csit-run-postscript
120       - lf-infra-publish
121
122 - job-template:
123     name: '{prefix}{project}-csit-1node-{functionality}-{install}-{stream}'
124     id: inttest-csit-1node
125     # Keep synchronized with *-csit4-*-carbon please.
126     disabled: false
127
128     project-type: freestyle
129     node: centos7-robot-2c-8g
130
131     properties:
132       - opendaylight-infra-properties:
133           build-days-to-keep: '{build-days-to-keep}'
134
135     parameters:
136       - opendaylight-infra-parameters:
137           os-cloud: '{os-cloud}'
138           project: 'integration/test'
139           branch: '{branch}'
140           refspec: 'refs/heads/{branch}'
141           artifacts: '{archive-artifacts}'
142       - integration-distribution-branch:
143           branch: '{branch}'
144       - integration-distribution-stream:
145           stream: '{stream}'
146       - integration-bundle-url:
147           bundle-url: '{bundle-url}'
148       - integration-controller-scope:
149           controller-scope: '{scope}'
150       - integration-controller-features:
151           controller-features: '{install-features}'
152       - integration-test-options:
153           test-options: '{robot-options}'
154       - integration-stream-test-plan:
155           stream-test-plan: '{project}-{functionality}-{stream}.txt'
156       - integration-test-plan:
157           test-plan: '{project}-{functionality}.txt'
158       - integration-test-suites:
159           test-suites: '{test-suites}'
160       - integration-patch-refspec:
161           branch: 'master'
162       - integration-jdk-version:
163           jdkversion: '{jre}'
164       - distribution-karaf-version:
165           karaf-version: '{karaf-version}'
166       - integration-use-features-boot:
167           use-features-boot: 'True'
168
169     scm:
170       - integration-gerrit-scm:
171           basedir: 'test'
172           refspec: '$PATCHREFSPEC'
173           branch: 'master'
174
175     triggers:
176       # we need this for not SR projects
177       - integration-csit-trigger:
178           jobs: '{trigger-jobs}'
179
180     wrappers:
181       - opendaylight-infra-wrappers:
182           build-timeout: '{build-timeout}'
183
184     builders:
185       - integration-infra-stack:
186           stack-template: '{stack-template}'
187           vm_0_count: '1'
188           vm_0_flavor: '{odl_system_flavor}'
189           vm_0_image: '{odl_system_image}'
190           vm_1_count: '{tools_system_count}'
191           vm_1_flavor: '{tools_system_flavor}'
192           vm_1_image: '{tools_system_image}'
193       - integration-install-robotframework
194       - inject:
195           properties-file: 'env.properties'
196       - integration-get-slave-addresses
197       - inject:
198           properties-file: 'slave_addresses.txt'
199       - integration-detect-variables
200       - integration-deploy-controller-run-test
201       - integration-cleanup-tmp
202
203     publishers:
204       - integration-robot:
205           unstable-if: 0.0
206           pass-if: 100.0
207       - email-notification:
208           email-recipients: '{email-recipients}'
209           email-prefix: '[{project}]'
210       - plot:
211           - title: '{01-plot-title}'
212             yaxis: '{01-plot-yaxis}'
213             group: '{01-plot-group}'
214             num-builds: '5400'
215             keep-records: true
216             style: line
217             use-description: false
218             # yamllint disable-line rule:line-length
219             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
220             series:
221               - file: '{01-plot-data-file}'
222                 inclusion-flag: 'off'
223                 display-table: true
224                 format: csv
225           - title: '{02-plot-title}'
226             yaxis: '{02-plot-yaxis}'
227             group: '{02-plot-group}'
228             num-builds: '5400'
229             keep-records: true
230             style: line
231             use-description: false
232             # yamllint disable-line rule:line-length
233             csv-file-name: '{project}-csit-1node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
234             series:
235               - file: '{02-plot-data-file}'
236                 inclusion-flag: 'off'
237                 display-table: true
238                 format: csv
239       - integration-csit-archive-build
240       - integration-csit-run-postscript
241       - lf-infra-publish
242
243 - job-template:
244     name: '{prefix}{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
245     id: inttest-csit-1node-periodic
246     disabled: false
247
248     project-type: freestyle
249     node: centos7-robot-2c-8g
250
251     properties:
252       - opendaylight-infra-properties:
253           build-days-to-keep: '{build-days-to-keep}'
254
255     parameters:
256       - opendaylight-infra-parameters:
257           os-cloud: '{os-cloud}'
258           project: 'integration/test'
259           branch: '{branch}'
260           refspec: 'refs/heads/{branch}'
261           artifacts: '{archive-artifacts}'
262       - integration-distribution-branch:
263           branch: '{branch}'
264       - integration-distribution-stream:
265           stream: '{stream}'
266       - integration-bundle-url:
267           bundle-url: '{bundle-url}'
268       - integration-controller-scope:
269           controller-scope: '{scope}'
270       - integration-controller-features:
271           controller-features: '{install-features}'
272       - integration-test-options:
273           test-options: '{robot-options}'
274       - integration-stream-test-plan:
275           stream-test-plan: '{project}-{functionality}-{stream}.txt'
276       - integration-test-plan:
277           test-plan: '{project}-{functionality}.txt'
278       - integration-test-suites:
279           test-suites: '{test-suites}'
280       - integration-patch-refspec:
281           branch: 'master'
282       - integration-jdk-version:
283           jdkversion: '{jre}'
284       - distribution-karaf-version:
285           karaf-version: '{karaf-version}'
286       - integration-use-features-boot:
287           use-features-boot: 'True'
288
289     scm:
290       - integration-gerrit-scm:
291           basedir: 'test'
292           refspec: '$PATCHREFSPEC'
293           branch: 'master'
294
295     wrappers:
296       - opendaylight-infra-wrappers:
297           build-timeout: '{build-timeout}'
298
299     builders:
300       - integration-infra-stack:
301           stack-template: '{stack-template}'
302           vm_0_count: '1'
303           vm_0_flavor: '{odl_system_flavor}'
304           vm_0_image: '{odl_system_image}'
305           vm_1_count: '{tools_system_count}'
306           vm_1_flavor: '{tools_system_flavor}'
307           vm_1_image: '{tools_system_image}'
308       - integration-install-robotframework
309       - inject:
310           properties-file: 'env.properties'
311       - integration-get-slave-addresses
312       - inject:
313           properties-file: 'slave_addresses.txt'
314       - integration-detect-variables
315       - integration-deploy-controller-run-test
316       - integration-cleanup-tmp
317
318     publishers:
319       - integration-robot:
320           unstable-if: 0.0
321           pass-if: 100.0
322       - email-notification:
323           email-recipients: '{email-recipients}'
324           email-prefix: '[{project}]'
325       - plot:
326           - title: '{01-plot-title}'
327             yaxis: '{01-plot-yaxis}'
328             group: '{01-plot-group}'
329             num-builds: '180'
330             keep-records: true
331             style: line
332             use-description: false
333             # yamllint disable-line rule:line-length
334             csv-file-name: '{project}-csit-periodic-1node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
335             series:
336               - file: '{01-plot-data-file}'
337                 inclusion-flag: 'off'
338                 display-table: true
339                 format: csv
340           - title: '{02-plot-title}'
341             yaxis: '{02-plot-yaxis}'
342             group: '{02-plot-group}'
343             num-builds: '180'
344             keep-records: true
345             style: line
346             use-description: false
347             # yamllint disable-line rule:line-length
348             csv-file-name: '{project}-csit-periodic-1node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
349             series:
350               - file: '{02-plot-data-file}'
351                 inclusion-flag: 'off'
352                 display-table: true
353                 format: csv
354           - title: '{03-plot-title}'
355             yaxis: '{03-plot-yaxis}'
356             group: '{03-plot-group}'
357             num-builds: '180'
358             keep-records: true
359             style: line
360             use-description: false
361             # yamllint disable-line rule:line-length
362             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{03-plot-data-file}-03-history.csv'
363             series:
364               - file: '{03-plot-data-file}'
365                 inclusion-flag: '{03-inclusion-flag}'
366                 exclude: '{03-exclude-value}'
367                 format: csv
368           - title: '{04-plot-title}'
369             yaxis: '{04-plot-yaxis}'
370             group: '{04-plot-group}'
371             num-builds: '180'
372             keep-records: true
373             style: line
374             use-description: false
375             # yamllint disable-line rule:line-length
376             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{04-plot-data-file}-04-history.csv'
377             series:
378               - file: '{04-plot-data-file}'
379                 inclusion-flag: '{04-inclusion-flag}'
380                 exclude: '{04-exclude-value}'
381                 format: csv
382           - title: '{05-plot-title}'
383             yaxis: '{05-plot-yaxis}'
384             group: '{05-plot-group}'
385             num-builds: '180'
386             keep-records: true
387             style: line
388             use-description: false
389             # yamllint disable-line rule:line-length
390             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{05-plot-data-file}-05-history.csv'
391             series:
392               - file: '{05-plot-data-file}'
393                 inclusion-flag: '{05-inclusion-flag}'
394                 exclude: '{05-exclude-value}'
395                 format: csv
396           - title: '{06-plot-title}'
397             yaxis: '{06-plot-yaxis}'
398             group: '{06-plot-group}'
399             num-builds: '180'
400             keep-records: true
401             style: line
402             use-description: false
403             # yamllint disable-line rule:line-length
404             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{06-plot-data-file}-06-history.csv'
405             series:
406               - file: '{06-plot-data-file}'
407                 inclusion-flag: '{06-inclusion-flag}'
408                 exclude: '{06-exclude-value}'
409                 format: csv
410           - title: '{07-plot-title}'
411             yaxis: '{07-plot-yaxis}'
412             group: '{07-plot-group}'
413             num-builds: '180'
414             keep-records: true
415             style: line
416             use-description: false
417             # yamllint disable-line rule:line-length
418             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{07-plot-data-file}-07-history.csv'
419             series:
420               - file: '{07-plot-data-file}'
421                 inclusion-flag: '{07-inclusion-flag}'
422                 exclude: '{07-exclude-value}'
423                 format: csv
424           - title: '{08-plot-title}'
425             yaxis: '{08-plot-yaxis}'
426             group: '{08-plot-group}'
427             num-builds: '180'
428             keep-records: true
429             style: line
430             use-description: false
431             # yamllint disable-line rule:line-length
432             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{08-plot-data-file}-08-history.csv'
433             series:
434               - file: '{08-plot-data-file}'
435                 inclusion-flag: '{08-inclusion-flag}'
436                 exclude: '{08-exclude-value}'
437                 format: csv
438           - title: '{09-plot-title}'
439             yaxis: '{09-plot-yaxis}'
440             group: '{09-plot-group}'
441             num-builds: '180'
442             keep-records: true
443             style: line
444             use-description: false
445             # yamllint disable-line rule:line-length
446             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{09-plot-data-file}-09-history.csv'
447             series:
448               - file: '{09-plot-data-file}'
449                 inclusion-flag: '{09-inclusion-flag}'
450                 exclude: '{09-exclude-value}'
451                 format: csv
452           - title: '{10-plot-title}'
453             yaxis: '{10-plot-yaxis}'
454             group: '{10-plot-group}'
455             num-builds: '180'
456             keep-records: true
457             style: line
458             use-description: false
459             # yamllint disable-line rule:line-length
460             csv-file-name: '{project}-csit-1node-periodic-{functionality}-{install}-{stream}-{10-plot-data-file}-10-history.csv'
461             series:
462               - file: '{10-plot-data-file}'
463                 inclusion-flag: '{10-inclusion-flag}'
464                 exclude: '{10-exclude-value}'
465                 format: csv
466       - integration-csit-archive-build
467       - integration-csit-run-postscript
468       - lf-infra-publish
469
470 - job-template:
471     name: '{prefix}{project}-csit-verify-3node-{functionality}'
472     id: inttest-csit-verify-3node
473     disabled: false
474
475     project-type: freestyle
476     node: centos7-robot-2c-8g
477
478     properties:
479       - opendaylight-infra-properties:
480           build-days-to-keep: '{build-days-to-keep}'
481
482     parameters:
483       - opendaylight-infra-parameters:
484           os-cloud: '{os-cloud}'
485           project: 'integration/test'
486           branch: '{branch}'
487           refspec: 'refs/heads/{branch}'
488           artifacts: '{archive-artifacts}'
489       - integration-distribution-branch:
490           branch: '{verify-branch}'
491       - integration-distribution-stream:
492           stream: '{verify-stream}'
493       - integration-bundle-url:
494           bundle-url: '{bundle-url}'
495       - integration-controller-scope:
496           controller-scope: 'only'
497       - integration-controller-features:
498           controller-features: 'odl-jolokia,{install-features}'
499       - integration-test-options:
500           test-options: '{robot-options}'
501       - integration-stream-test-plan:
502           stream-test-plan: '{project}-{functionality}-{verify-stream}.txt'
503       - integration-test-plan:
504           test-plan: '{project}-{functionality}.txt'
505       - integration-test-suites:
506           test-suites: '{test-suites}'
507       - integration-jdk-version:
508           jdkversion: '{verify-jdkversion}'
509       - distribution-karaf-version:
510           karaf-version: '{verify-karaf-version}'
511       - integration-use-features-boot:
512           use-features-boot: 'True'
513
514     scm:
515       - integration-gerrit-scm:
516           basedir: 'test'
517           refspec: '$GERRIT_REFSPEC'
518           branch: 'master'
519
520     wrappers:
521       - opendaylight-infra-wrappers:
522           build-timeout: '{build-timeout}'
523
524     triggers:
525       - integration-trigger-patch-submitted:
526           gerrit-server-name: '{gerrit-server-name}'
527           project: 'integration/test'
528           branch: 'master'
529           files: 'csit/suites/{project}/**'
530
531     builders:
532       - integration-infra-stack:
533           stack-template: '{stack-template}'
534           vm_0_count: '3'
535           vm_0_flavor: '{odl_system_flavor}'
536           vm_0_image: '{odl_system_image}'
537           vm_1_count: '{tools_system_count}'
538           vm_1_flavor: '{tools_system_flavor}'
539           vm_1_image: '{tools_system_image}'
540       - integration-install-robotframework
541       - inject:
542           properties-file: 'env.properties'
543       - integration-get-slave-addresses
544       - inject:
545           properties-file: 'slave_addresses.txt'
546       - integration-detect-variables
547       - integration-configure-clustering
548       - integration-start-cluster-run-test
549       - integration-cleanup-tmp
550
551     publishers:
552       - integration-robot:
553           unstable-if: 0.0
554           pass-if: 100.0
555       - email-notification:
556           email-recipients: '{email-recipients}'
557           email-prefix: '[{project}]'
558       - integration-csit-archive-build
559       - integration-csit-run-postscript
560       - lf-infra-publish
561
562 - job-template:
563     name: '{prefix}{project}-csit-3node-{functionality}-{install}-{stream}'
564     id: inttest-csit-3node
565     disabled: false
566
567     project-type: freestyle
568     node: centos7-robot-2c-8g
569
570     properties:
571       - opendaylight-infra-properties:
572           build-days-to-keep: '{build-days-to-keep}'
573
574     parameters:
575       - opendaylight-infra-parameters:
576           os-cloud: '{os-cloud}'
577           project: 'integration/test'
578           branch: '{branch}'
579           refspec: 'refs/heads/{branch}'
580           artifacts: '{archive-artifacts}'
581       - integration-distribution-branch:
582           branch: '{branch}'
583       - integration-distribution-stream:
584           stream: '{stream}'
585       - integration-bundle-url:
586           bundle-url: '{bundle-url}'
587       - integration-controller-scope:
588           controller-scope: '{scope}'
589       - integration-controller-features:
590           controller-features: 'odl-jolokia,{install-features}'
591       - integration-test-options:
592           test-options: '{robot-options}'
593       - integration-stream-test-plan:
594           stream-test-plan: '{project}-{functionality}-{stream}.txt'
595       - integration-test-plan:
596           test-plan: '{project}-{functionality}.txt'
597       - integration-test-suites:
598           test-suites: '{test-suites}'
599       - integration-patch-refspec:
600           branch: 'master'
601       - integration-jdk-version:
602           jdkversion: '{jre}'
603       - distribution-karaf-version:
604           karaf-version: '{karaf-version}'
605       - integration-use-features-boot:
606           use-features-boot: 'True'
607
608     scm:
609       - integration-gerrit-scm:
610           basedir: 'test'
611           refspec: '$PATCHREFSPEC'
612           branch: 'master'
613
614     wrappers:
615       - opendaylight-infra-wrappers:
616           build-timeout: '{build-timeout}'
617
618     builders:
619       - integration-infra-stack:
620           stack-template: '{stack-template}'
621           vm_0_count: '3'
622           vm_0_flavor: '{odl_system_flavor}'
623           vm_0_image: '{odl_system_image}'
624           vm_1_count: '{tools_system_count}'
625           vm_1_flavor: '{tools_system_flavor}'
626           vm_1_image: '{tools_system_image}'
627       - integration-install-robotframework
628       - inject:
629           properties-file: 'env.properties'
630       - integration-get-slave-addresses
631       - inject:
632           properties-file: 'slave_addresses.txt'
633       - integration-detect-variables
634       - integration-configure-clustering
635       - integration-start-cluster-run-test
636       - integration-cleanup-tmp
637
638     publishers:
639       - integration-robot:
640           unstable-if: 0.0
641           pass-if: 100.0
642       - email-notification:
643           email-recipients: '{email-recipients}'
644           email-prefix: '[{project}]'
645       - plot:
646           - title: '{01-plot-title}'
647             yaxis: '{01-plot-yaxis}'
648             group: '{01-plot-group}'
649             num-builds: '5400'
650             keep-records: true
651             style: line
652             use-description: false
653             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
654             series:
655               - file: '{01-plot-data-file}'
656                 inclusion-flag: 'off'
657                 display-table: true
658                 format: csv
659           - title: '{02-plot-title}'
660             yaxis: '{02-plot-yaxis}'
661             group: '{02-plot-group}'
662             num-builds: '5400'
663             keep-records: true
664             style: line
665             use-description: false
666             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
667             series:
668               - file: '{02-plot-data-file}'
669                 inclusion-flag: 'off'
670                 display-table: true
671                 format: csv
672       - integration-csit-archive-build
673       - integration-csit-run-postscript
674       - lf-infra-publish
675
676 - job-template:
677     name: '{prefix}{project}-csit-3node-docker-{functionality}-{install}-{stream}'
678     id: inttest-csit-3node-docker
679     disabled: false
680
681     project-type: freestyle
682     node: centos7-robot-2c-8g
683
684     properties:
685       - opendaylight-infra-properties:
686           build-days-to-keep: '{build-days-to-keep}'
687
688     parameters:
689       - opendaylight-infra-parameters:
690           os-cloud: '{os-cloud}'
691           project: 'integration/test'
692           branch: '{branch}'
693           refspec: 'refs/heads/{branch}'
694           artifacts: '{archive-artifacts}'
695       - integration-distribution-branch:
696           branch: '{branch}'
697       - integration-distribution-stream:
698           stream: '{stream}'
699       - integration-bundle-url:
700           bundle-url: '{bundle-url}'
701       - integration-controller-scope:
702           controller-scope: '{scope}'
703       - integration-controller-features:
704           controller-features: 'odl-jolokia,{install-features}'
705       - integration-test-options:
706           test-options: '{robot-options}'
707       - integration-stream-test-plan:
708           stream-test-plan: '{project}-{functionality}-{stream}.txt'
709       - integration-test-plan:
710           test-plan: '{project}-{functionality}.txt'
711       - integration-patch-refspec:
712           branch: 'master'
713       - integration-jdk-version:
714           jdkversion: '{jre}'
715       - distribution-karaf-version:
716           karaf-version: '{karaf-version}'
717       - integration-use-features-boot:
718           use-features-boot: 'True'
719
720     scm:
721       - integration-gerrit-scm:
722           basedir: 'test'
723           refspec: '$PATCHREFSPEC'
724           branch: 'master'
725
726     wrappers:
727       - opendaylight-infra-wrappers:
728           build-timeout: '{build-timeout}'
729
730     builders:
731       - integration-infra-stack:
732           stack-template: '{stack-template}'
733           vm_0_count: '3'
734           vm_0_flavor: '{odl_system_flavor}'
735           vm_0_image: '{odl_system_image}'
736           vm_1_count: '{docker_system_count}'
737           vm_1_flavor: '{docker_system_flavor}'
738           vm_1_image: '{docker_system_image}'
739       - integration-install-robotframework
740       - inject:
741           properties-file: 'env.properties'
742       - integration-get-slave-addresses
743       - inject:
744           properties-file: 'slave_addresses.txt'
745       - integration-detect-variables
746       - integration-configure-clustering
747       - integration-start-cluster-run-test
748       - integration-cleanup-tmp
749
750     publishers:
751       - integration-robot:
752           unstable-if: 0.0
753           pass-if: 100.0
754       - email-notification:
755           email-recipients: '{email-recipients}'
756           email-prefix: '[{project}]'
757       - plot:
758           - title: '{01-plot-title}'
759             yaxis: '{01-plot-yaxis}'
760             group: '{01-plot-group}'
761             num-builds: '5400'
762             keep-records: true
763             style: line
764             use-description: false
765             # yamllint disable-line rule:line-length
766             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
767             series:
768               - file: '{01-plot-data-file}'
769                 inclusion-flag: 'off'
770                 display-table: true
771                 format: csv
772           - title: '{02-plot-title}'
773             yaxis: '{02-plot-yaxis}'
774             group: '{02-plot-group}'
775             num-builds: '5400'
776             keep-records: true
777             style: line
778             use-description: false
779             # yamllint disable-line rule:line-length
780             csv-file-name: '{project}-csit-3node-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
781             series:
782               - file: '{02-plot-data-file}'
783                 inclusion-flag: 'off'
784                 display-table: true
785                 format: csv
786       - integration-csit-archive-build
787       - integration-csit-run-postscript
788       - lf-infra-publish
789
790 - job-template:
791     name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
792     disabled: false
793
794     project-type: freestyle
795     node: centos7-robot-2c-8g
796
797     properties:
798       - opendaylight-infra-properties:
799           build-days-to-keep: '{build-days-to-keep}'
800
801     parameters:
802       - opendaylight-infra-parameters:
803           os-cloud: '{os-cloud}'
804           project: 'integration/test'
805           branch: '{branch}'
806           refspec: 'refs/heads/{branch}'
807           artifacts: '{archive-artifacts}'
808       - integration-distribution-branch:
809           branch: '{branch}'
810       - integration-distribution-stream:
811           stream: '{stream}'
812       - integration-bundle-url:
813           bundle-url: '{bundle-url}'
814       - integration-controller-scope:
815           controller-scope: '{scope}'
816       - integration-controller-features:
817           controller-features: 'odl-jolokia,{install-features}'
818       - integration-test-options:
819           test-options: '{robot-options}'
820       - integration-stream-test-plan:
821           stream-test-plan: '{project}-{functionality}-{stream}.txt'
822       - integration-test-plan:
823           test-plan: '{project}-{functionality}.txt'
824       - integration-test-suites:
825           test-suites: '{test-suites}'
826       - integration-patch-refspec:
827           branch: 'master'
828       - integration-jdk-version:
829           jdkversion: '{jre}'
830       - distribution-karaf-version:
831           karaf-version: '{karaf-version}'
832       - integration-use-features-boot:
833           use-features-boot: 'True'
834
835     scm:
836       - integration-gerrit-scm:
837           basedir: 'test'
838           refspec: '$PATCHREFSPEC'
839           branch: 'master'
840
841     wrappers:
842       - opendaylight-infra-wrappers:
843           build-timeout: '{build-timeout}'
844
845     builders:
846       - integration-infra-stack:
847           stack-template: '{stack-template}'
848           vm_0_count: '3'
849           vm_0_flavor: '{odl_system_flavor}'
850           vm_0_image: '{odl_system_image}'
851           vm_1_count: '{tools_system_count}'
852           vm_1_flavor: '{tools_system_flavor}'
853           vm_1_image: '{tools_system_image}'
854       - integration-install-robotframework
855       - inject:
856           properties-file: 'env.properties'
857       - integration-get-slave-addresses
858       - inject:
859           properties-file: 'slave_addresses.txt'
860       - integration-detect-variables
861       - integration-configure-clustering
862       - integration-start-cluster-run-test
863       - integration-cleanup-tmp
864
865     publishers:
866       - integration-robot:
867           unstable-if: 0.0
868           pass-if: 100.0
869       - email-notification:
870           email-recipients: '{email-recipients}'
871           email-prefix: '[{project}]'
872       - plot:
873           - title: '{01-plot-title}'
874             yaxis: '{01-plot-yaxis}'
875             group: '{01-plot-group}'
876             num-builds: '180'
877             keep-records: true
878             style: line
879             use-description: false
880             # yamllint disable-line rule:line-length
881             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{01-plot-data-file}-history.csv'
882             series:
883               - file: '{01-plot-data-file}'
884                 inclusion-flag: 'off'
885                 display-table: true
886                 format: csv
887           - title: '{02-plot-title}'
888             yaxis: '{02-plot-yaxis}'
889             group: '{02-plot-group}'
890             num-builds: '180'
891             keep-records: true
892             style: line
893             use-description: false
894             # yamllint disable-line rule:line-length
895             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{02-plot-data-file}-history.csv'
896             series:
897               - file: '{02-plot-data-file}'
898                 inclusion-flag: 'off'
899                 display-table: true
900                 format: csv
901           - title: '{03-plot-title}'
902             yaxis: '{03-plot-yaxis}'
903             group: '{03-plot-group}'
904             num-builds: '180'
905             keep-records: true
906             style: line
907             use-description: false
908             # yamllint disable-line rule:line-length
909             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{03-plot-data-file}-03-history.csv'
910             series:
911               - file: '{03-plot-data-file}'
912                 inclusion-flag: '{03-inclusion-flag}'
913                 exclude: '{03-exclude-value}'
914                 format: csv
915           - title: '{04-plot-title}'
916             yaxis: '{04-plot-yaxis}'
917             group: '{04-plot-group}'
918             num-builds: '180'
919             keep-records: true
920             style: line
921             use-description: false
922             # yamllint disable-line rule:line-length
923             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{04-plot-data-file}-04-history.csv'
924             series:
925               - file: '{04-plot-data-file}'
926                 inclusion-flag: '{04-inclusion-flag}'
927                 exclude: '{04-exclude-value}'
928                 format: csv
929           - title: '{05-plot-title}'
930             yaxis: '{05-plot-yaxis}'
931             group: '{05-plot-group}'
932             num-builds: '180'
933             keep-records: true
934             style: line
935             use-description: false
936             # yamllint disable-line rule:line-length
937             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{05-plot-data-file}-05-history.csv'
938             series:
939               - file: '{05-plot-data-file}'
940                 inclusion-flag: '{05-inclusion-flag}'
941                 exclude: '{05-exclude-value}'
942                 format: csv
943           - title: '{06-plot-title}'
944             yaxis: '{06-plot-yaxis}'
945             group: '{06-plot-group}'
946             num-builds: '180'
947             keep-records: true
948             style: line
949             use-description: false
950             # yamllint disable-line rule:line-length
951             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{06-plot-data-file}-06-history.csv'
952             series:
953               - file: '{06-plot-data-file}'
954                 inclusion-flag: '{06-inclusion-flag}'
955                 exclude: '{06-exclude-value}'
956                 format: csv
957           - title: '{07-plot-title}'
958             yaxis: '{07-plot-yaxis}'
959             group: '{07-plot-group}'
960             num-builds: '180'
961             keep-records: true
962             style: line
963             use-description: false
964             # yamllint disable-line rule:line-length
965             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{07-plot-data-file}-07-history.csv'
966             series:
967               - file: '{07-plot-data-file}'
968                 inclusion-flag: '{07-inclusion-flag}'
969                 exclude: '{07-exclude-value}'
970                 format: csv
971           - title: '{08-plot-title}'
972             yaxis: '{08-plot-yaxis}'
973             group: '{08-plot-group}'
974             num-builds: '180'
975             keep-records: true
976             style: line
977             use-description: false
978             # yamllint disable-line rule:line-length
979             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{08-plot-data-file}-08-history.csv'
980             series:
981               - file: '{08-plot-data-file}'
982                 inclusion-flag: '{08-inclusion-flag}'
983                 exclude: '{08-exclude-value}'
984                 format: csv
985           - title: '{09-plot-title}'
986             yaxis: '{09-plot-yaxis}'
987             group: '{09-plot-group}'
988             num-builds: '180'
989             keep-records: true
990             style: line
991             use-description: false
992             # yamllint disable-line rule:line-length
993             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{09-plot-data-file}-09-history.csv'
994             series:
995               - file: '{09-plot-data-file}'
996                 inclusion-flag: '{09-inclusion-flag}'
997                 exclude: '{09-exclude-value}'
998                 format: csv
999           - title: '{10-plot-title}'
1000             yaxis: '{10-plot-yaxis}'
1001             group: '{10-plot-group}'
1002             num-builds: '180'
1003             keep-records: true
1004             style: line
1005             use-description: false
1006             # yamllint disable-line rule:line-length
1007             csv-file-name: '{project}-csit-3node-periodic-{functionality}-{install}-{stream}-{10-plot-data-file}-10-history.csv'
1008             series:
1009               - file: '{10-plot-data-file}'
1010                 inclusion-flag: '{10-inclusion-flag}'
1011                 exclude: '{10-exclude-value}'
1012                 format: csv
1013       - integration-csit-archive-build
1014       - integration-csit-run-postscript
1015       - lf-infra-publish
1016
1017 - job-template:
1018     name: '{prefix}{project}-csit-hwvtep-{topology}-openstack-{openstack}-{functionality}-{stream}'
1019     id: inttest-csit-hwvtep-openstack
1020     disabled: false
1021
1022     project-type: freestyle
1023     node: centos7-robot-2c-8g
1024     concurrent: true
1025
1026     properties:
1027       - opendaylight-infra-properties:
1028           build-days-to-keep: '{build-days-to-keep}'
1029
1030     parameters:
1031       - opendaylight-infra-parameters:
1032           os-cloud: '{os-cloud}'
1033           project: 'integration/test'
1034           branch: '{branch}'
1035           refspec: 'refs/heads/{branch}'
1036           artifacts: '{archive-artifacts}'
1037       - integration-distribution-branch:
1038           branch: '{branch}'
1039       - integration-distribution-stream:
1040           stream: '{stream}'
1041       - integration-bundle-url:
1042           bundle-url: '{bundle-url}'
1043       - integration-controller-features:
1044           controller-features: '{install-features}'
1045       - integration-controller-debug-map:
1046           controller-debug-map: '{debug-map}'
1047       - integration-test-options:
1048           test-options: '{robot-options}'
1049       - integration-test-plan:
1050           test-plan: '{testplan}'
1051       - integration-test-suites:
1052           test-suites: '{test-suites}'
1053       - integration-patch-refspec:
1054           branch: 'master'
1055       - integration-jdk-version:
1056           jdkversion: '{jre}'
1057       - distribution-karaf-version:
1058           karaf-version: '{karaf-version}'
1059       - integration-use-features-boot:
1060           use-features-boot: '{use-features-boot}'
1061       - string:
1062           name: OPENSTACK_BRANCH
1063           default: '{openstack-branch}'
1064           description: 'Openstack version to use with devstack'
1065       - string:
1066           name: DEVSTACK_HASH
1067           default: '{devstack-hash}'
1068           description: 'devstack hash to checkout'
1069       - string:
1070           name: ODL_ML2_DRIVER_REPO
1071           default: '{odl-ml2-driver-repo}'
1072           description: 'URL to fetch networking-odl driver'
1073       - string:
1074           name: ODL_ML2_BRANCH
1075           default: '{odl-ml2-branch}'
1076           description: 'Version of networking-odl to checkout from the repo'
1077       - string:
1078           name: ODL_ML2_DRIVER_VERSION
1079           default: '{odl-ml2-driver-version}'
1080           description: 'Mode of networking-odl (v1 or v2)'
1081       - string:
1082           name: ODL_ML2_PORT_BINDING
1083           default: '{odl-ml2-port-binding}'
1084           description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
1085           network-topology)'
1086       - string:
1087           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
1088           default: '{devstack-kubernetes-plugin-repo}'
1089           description: 'URL to fetch kubernetes devstack plugin'
1090       - string:
1091           name: DEVSTACK_LBAAS_PLUGIN_REPO
1092           default: '{devstack-lbaas-plugin-repo}'
1093           description: 'URL to fetch neutron-lbaas devstack plugin'
1094       - string:
1095           name: DEVSTACK_NETWORKING_SFC_PLUGIN_REPO
1096           default: '{devstack-networking-sfc-plugin-repo}'
1097           description: 'URL to fetch neutron-lbaas devstack plugin'
1098       - string:
1099           name: ODL_ENABLE_L3_FWD
1100           default: '{odl-enable-l3}'
1101           description: 'Enable L3 FWD in ODL for createing br-ex'
1102       - string:
1103           name: IPSEC_VXLAN_TUNNELS_ENABLED
1104           default: '{ipsec-vxlan-tunnels-enabled}'
1105           description: 'Enable ipsec over vxlan support for all controllers and computes'
1106       - string:
1107           name: PUBLIC_BRIDGE
1108           default: '{public-bridge}'
1109           description: 'Specifies public bridge for provider and external networking'
1110       - string:
1111           name: ENABLE_HAPROXY_FOR_NEUTRON
1112           default: '{enable-haproxy}'
1113           description: 'Enable HAProxy for using neutron interface as HA'
1114       - string:
1115           name: ENABLE_OS_SERVICES
1116           default: '{enable-openstack-services}'
1117           description: 'comma separated list of services to enable on controller nodes'
1118       - string:
1119           name: ENABLE_OS_COMPUTE_SERVICES
1120           default: '{enable-openstack-compute-services}'
1121           description: 'comma separated list of services to enable on compute nodes'
1122       - string:
1123           name: ENABLE_OS_PLUGINS
1124           default: '{enable-openstack-plugins}'
1125           description: 'comma seperated list of plugins to enable'
1126       - string:
1127           name: DISABLE_OS_SERVICES
1128           default: '{disable-openstack-services}'
1129           description: 'comma seperated list of services to enable'
1130       - string:
1131           name: TENANT_NETWORK_TYPE
1132           default: '{tenant-network-type}'
1133           description: 'Tenant Network Type supported by the implementation'
1134       - string:
1135           name: SECURITY_GROUP_MODE
1136           default: '{security-group-mode}'
1137           description: 'Security Group Mode to be used in netvirt aclservice config'
1138       - string:
1139           name: PUBLIC_PHYSICAL_NETWORK
1140           default: '{public-physical-network}'
1141           description: 'provider physical network used for flat/vlan networks'
1142       - string:
1143           name: ENABLE_NETWORKING_L2GW
1144           default: '{enable-networking-l2gw}'
1145           description: 'Enable networking L2gw'
1146       - string:
1147           name: NETWORKING_L2GW_DRIVER
1148           default: '{networking-l2gw-repo}'
1149           description: 'URL to fetch networking-l2gw driver'
1150       - string:
1151           name: CREATE_INITIAL_NETWORKS
1152           default: '{create-initial-networks}'
1153           description: 'Toggles the option of letting devstack create initial networks (True/False)'
1154       - string:
1155           name: LBAAS_SERVICE_PROVIDER
1156           default: '{lbaas-service-provider}'
1157           description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
1158           neutron-lbaas'
1159       - string:
1160           name: ODL_SFC_DRIVER
1161           default: '{odl-sfc-driver}'
1162           description: 'The SFC driver to be used in local.conf - only relevant when using networking-sfc'
1163       - string:
1164           name: ODL_SNAT_MODE
1165           default: '{odl-snat-mode}'
1166           description: 'The SNAT mode to be configured - options are conntrack/controller.'
1167     scm:
1168       - integration-gerrit-scm:
1169           basedir: 'test'
1170           refspec: '$PATCHREFSPEC'
1171           branch: 'master'
1172
1173     wrappers:
1174       - opendaylight-infra-wrappers:
1175           build-timeout: '{build-timeout}'
1176
1177     triggers:
1178       - timed: '{schedule}'
1179
1180     builders:
1181       - integration-infra-stack-4-type:
1182           stack-template: '{stack-template}'
1183           vm_0_count: '{odl_system_count}'
1184           vm_0_flavor: '{odl_system_flavor}'
1185           vm_0_image: '{odl_system_image}'
1186           vm_1_count: '{openstack_system_count}'
1187           vm_1_flavor: '{openstack_system_flavor}'
1188           vm_1_image: '{openstack_system_image}'
1189           vm_2_count: '{openstack_system2_count}'
1190           vm_2_flavor: '{openstack_system2_flavor}'
1191           vm_2_image: '{openstack_system2_image}'
1192           vm_3_count: '{tools_system_count}'
1193           vm_3_flavor: '{tools_system_flavor}'
1194           vm_3_image: '{tools_system_image}'
1195       - integration-install-robotframework
1196       - inject:
1197           properties-file: 'env.properties'
1198       - integration-get-slave-addresses
1199       - inject:
1200           properties-file: 'slave_addresses.txt'
1201       - integration-detect-variables
1202       - integration-deploy-controller-run-test
1203       - integration-deploy-openstack-run-test
1204       - integration-cleanup-tmp
1205
1206     publishers:
1207       - integration-robot-tempest:
1208           unstable-if: 0.0
1209           pass-if: 100.0
1210       - email-notification:
1211           email-recipients: '{email-recipients}'
1212           email-prefix: '[{project}]'
1213       - integration-csit-archive-build
1214       - integration-csit-run-postscript
1215       - lf-infra-publish
1216
1217 - job-template:
1218     name: '{prefix}{project}-csit-{topology}-openstack-{openstack}-{functionality}-{stream}'
1219     id: inttest-csit-openstack
1220     disabled: false
1221
1222     project-type: freestyle
1223     node: centos7-robot-2c-8g
1224     concurrent: true
1225
1226     properties:
1227       - opendaylight-infra-properties:
1228           build-days-to-keep: '{build-days-to-keep}'
1229
1230     parameters:
1231       - opendaylight-infra-parameters:
1232           os-cloud: '{os-cloud}'
1233           project: 'integration/test'
1234           branch: '{branch}'
1235           refspec: 'refs/heads/{branch}'
1236           artifacts: '{archive-artifacts}'
1237       - integration-distribution-branch:
1238           branch: '{branch}'
1239       - integration-distribution-stream:
1240           stream: '{stream}'
1241       - integration-bundle-url:
1242           bundle-url: '{bundle-url}'
1243       - integration-controller-features:
1244           controller-features: '{install-features}'
1245       - integration-controller-debug-map:
1246           controller-debug-map: '{debug-map}'
1247       - integration-test-options:
1248           test-options: '{robot-options}'
1249       - integration-test-plan:
1250           test-plan: '{testplan}'
1251       - integration-test-suites:
1252           test-suites: '{test-suites}'
1253       - integration-patch-refspec:
1254           branch: 'master'
1255       - integration-jdk-version:
1256           jdkversion: '{jre}'
1257       - distribution-karaf-version:
1258           karaf-version: '{karaf-version}'
1259       - integration-use-features-boot:
1260           use-features-boot: '{use-features-boot}'
1261       - string:
1262           name: OPENSTACK_BRANCH
1263           default: '{openstack-branch}'
1264           description: 'Openstack version to use with devstack'
1265       - string:
1266           name: DEVSTACK_HASH
1267           default: '{devstack-hash}'
1268           description: 'devstack hash to checkout'
1269       - string:
1270           name: ODL_ML2_DRIVER_REPO
1271           default: '{odl-ml2-driver-repo}'
1272           description: 'URL to fetch networking-odl driver'
1273       - string:
1274           name: ODL_ML2_BRANCH
1275           default: '{odl-ml2-branch}'
1276           description: 'Version of networking-odl to checkout from the repo'
1277       - string:
1278           name: ODL_ML2_DRIVER_VERSION
1279           default: '{odl-ml2-driver-version}'
1280           description: 'Mode of networking-odl (v1 or v2)'
1281       - string:
1282           name: ODL_ML2_PORT_BINDING
1283           default: '{odl-ml2-port-binding}'
1284           description: 'Method of networking-odl port-binding (pseudo-agentdb-binding or legacy-port-binding or
1285           network-topology)'
1286       - string:
1287           name: DEVSTACK_KUBERNETES_PLUGIN_REPO
1288           default: '{devstack-kubernetes-plugin-repo}'
1289           description: 'URL to fetch kubernetes devstack plugin'
1290       - string:
1291           name: DEVSTACK_LBAAS_PLUGIN_REPO
1292           default: '{devstack-lbaas-plugin-repo}'
1293           description: 'URL to fetch neutron-lbaas devstack plugin'
1294       - string:
1295           name: DEVSTACK_NETWORKING_SFC_PLUGIN_REPO
1296           default: '{devstack-networking-sfc-plugin-repo}'
1297           description: 'URL to fetch neutron-lbaas devstack plugin'
1298       - string:
1299           name: ODL_ENABLE_L3_FWD
1300           default: '{odl-enable-l3}'
1301           description: 'Enable L3 FWD in ODL for createing br-ex'
1302       - string:
1303           name: IPSEC_VXLAN_TUNNELS_ENABLED
1304           default: '{ipsec-vxlan-tunnels-enabled}'
1305           description: 'Enable ipsec over vxlan support for all controllers and computes'
1306       - string:
1307           name: PUBLIC_BRIDGE
1308           default: '{public-bridge}'
1309           description: 'Specifies public bridge for provider and external networking'
1310       - string:
1311           name: ENABLE_HAPROXY_FOR_NEUTRON
1312           default: '{enable-haproxy}'
1313           description: 'Enable HAProxy for using neutron interface as HA'
1314       - string:
1315           name: ENABLE_OS_SERVICES
1316           default: '{enable-openstack-services}'
1317           description: 'comma seperated list of services to enable'
1318       - string:
1319           name: ENABLE_OS_COMPUTE_SERVICES
1320           default: '{enable-openstack-compute-services}'
1321           description: 'comma separated list of services to enable on compute nodes'
1322       - string:
1323           name: ENABLE_OS_PLUGINS
1324           default: '{enable-openstack-plugins}'
1325           description: 'comma seperated list of plugins to enable'
1326       - string:
1327           name: DISABLE_OS_SERVICES
1328           default: '{disable-openstack-services}'
1329           description: 'comma seperated list of services to enable'
1330       - string:
1331           name: TENANT_NETWORK_TYPE
1332           default: '{tenant-network-type}'
1333           description: 'Tenant Network Type supported by the implementation'
1334       - string:
1335           name: SECURITY_GROUP_MODE
1336           default: '{security-group-mode}'
1337           description: 'Security Group Mode to be used in netvirt aclservice config'
1338       - string:
1339           name: PUBLIC_PHYSICAL_NETWORK
1340           default: '{public-physical-network}'
1341           description: 'provider physical network used for flat/vlan networks'
1342       - string:
1343           name: ENABLE_NETWORKING_L2GW
1344           default: '{enable-networking-l2gw}'
1345           description: 'Enable networking L2gw'
1346       - string:
1347           name: NETWORKING_L2GW_DRIVER
1348           default: '{networking-l2gw-repo}'
1349           description: 'URL to fetch networking-l2gw driver'
1350       - string:
1351           name: CREATE_INITIAL_NETWORKS
1352           default: '{create-initial-networks}'
1353           description: 'Toggles the option of letting devstack create initial networks (True/False)'
1354       - string:
1355           name: LBAAS_SERVICE_PROVIDER
1356           default: '{lbaas-service-provider}'
1357           description: 'The NEUTRON_LBAAS_SERVICE_PROVIDERV2 value to be used in local.conf - only relevant when using
1358           neutron-lbaas'
1359       - string:
1360           name: NUM_OPENSTACK_SITES
1361           default: '{num-openstack-sites}'
1362           description: 'Number of openstack sites'
1363       - string:
1364           name: ODL_SFC_DRIVER
1365           default: '{odl-sfc-driver}'
1366           description: 'The SFC driver to be used in local.conf - only relevant when using networking-sfc'
1367       - string:
1368           name: ODL_SNAT_MODE
1369           default: '{odl-snat-mode}'
1370           description: 'The SNAT mode to be configured - options are conntrack/controller.'
1371
1372     scm:
1373       - integration-gerrit-scm:
1374           basedir: 'test'
1375           refspec: '$PATCHREFSPEC'
1376           branch: 'master'
1377
1378     wrappers:
1379       - opendaylight-infra-wrappers:
1380           build-timeout: '{build-timeout}'
1381
1382     triggers:
1383       - timed: '{schedule}'
1384
1385     builders:
1386       - integration-infra-stack-3-type:
1387           stack-template: '{stack-template}'
1388           vm_0_count: '{odl_system_count}'
1389           vm_0_flavor: '{odl_system_flavor}'
1390           vm_0_image: '{odl_system_image}'
1391           vm_1_count: '{openstack_system_count}'
1392           vm_1_flavor: '{openstack_system_flavor}'
1393           vm_1_image: '{openstack_system_image}'
1394           vm_2_count: '{openstack_system2_count}'
1395           vm_2_flavor: '{openstack_system2_flavor}'
1396           vm_2_image: '{openstack_system2_image}'
1397       - integration-install-robotframework
1398       - inject:
1399           properties-file: 'env.properties'
1400       - integration-get-slave-addresses
1401       - inject:
1402           properties-file: 'slave_addresses.txt'
1403       - integration-detect-variables
1404       - integration-deploy-controller-run-test
1405       - integration-deploy-openstack-run-test
1406       - integration-cleanup-tmp
1407
1408     publishers:
1409       - integration-robot-tempest:
1410           unstable-if: 0.0
1411           pass-if: 100.0
1412       - email-notification:
1413           email-recipients: '{email-recipients}'
1414           email-prefix: '[{project}]'
1415       - integration-csit-archive-build
1416       - integration-csit-run-postscript
1417       - lf-infra-publish
1418
1419 # Template: {project}-patch-test-{stream}
1420 # Goal: Build a patch and run project specific system test on a distribution containing the change
1421 # Operation: This job template builds a patch, creates a distribution containing the patch, and
1422 # triggers the project system test defined in {csit-list} when gerrit receives test-{project} keyword
1423
1424 - job-template:
1425     name: '{prefix}{project}-patch-test-{feature}-{stream}'
1426     id: inttest-patch-test
1427
1428     project-type: freestyle
1429     node: centos7-builder-2c-8g
1430     concurrent: true
1431     jdk: '{jdk}'
1432
1433     properties:
1434       - opendaylight-infra-properties:
1435           build-days-to-keep: '{build-days-to-keep}'
1436
1437     parameters:
1438       - opendaylight-infra-parameters:
1439           os-cloud: '{os-cloud}'
1440           project: '{project}'
1441           branch: '{branch}'
1442           refspec: 'refs/heads/{branch}'
1443           artifacts: '{archive-artifacts}'
1444       - integration-distribution-branch:
1445           branch: '{branch}'
1446       - distribution-karaf-version:
1447           karaf-version: '{karaf-version}'
1448       - integration-distribution-git-url:
1449           git-url: '{git-url}'
1450       - string:
1451           name: feature
1452           default: 'all'
1453           description: 'Specific feature test for patch'
1454       - maven-exec:
1455           maven-version: mvn33
1456
1457     scm:
1458       - integration-gerrit-scm:
1459           basedir: '{project}'
1460           refspec: '$GERRIT_REFSPEC'
1461           branch: '{branch}'
1462       - integration-distribution-scm:
1463           branch: '{branch}'
1464
1465     wrappers:
1466       - opendaylight-infra-wrappers:
1467           build-timeout: '{build-timeout}'
1468
1469     triggers:
1470       - gerrit:
1471           server-name: '{gerrit-server-name}'
1472           trigger-on:
1473             - comment-added-contains-event:
1474                 comment-contains-value: 'test-{project}-all'
1475             - comment-added-contains-event:
1476                 comment-contains-value: 'test-{project}-{feature}'
1477           projects:
1478             - project-compare-type: 'ANT'
1479               project-pattern: '{project}'
1480               branches:
1481                 - branch-compare-type: 'ANT'
1482                   branch-pattern: '**/{branch}'
1483           skip-vote:
1484             successful: true
1485             failed: true
1486             unstable: true
1487             notbuilt: true
1488
1489     builders:
1490       - integration-rebase-gerrit-patch
1491       - wipe-org-opendaylight-repo
1492       - maven-target:
1493           maven-version: mvn33
1494           pom: '{project}/pom.xml'
1495           goals: |
1496               clean install dependency:tree
1497               -Pq
1498               -Dgitid.skip=false
1499               -DgenerateReports=false
1500               -Dstream={stream}
1501               {opendaylight-infra-mvn-opts}
1502           # TODO: {opendaylight-infra-parallel-mvn-opts}?
1503           java-opts:
1504             - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
1505           settings: integration-settings
1506           settings-type: cfp
1507           global-settings: global-settings
1508           global-settings-type: cfp
1509       - maven-target:
1510           maven-version: mvn33
1511           pom: distribution/pom.xml
1512           goals: |
1513               clean install dependency:tree
1514               -Pq
1515               -Dgitid.skip=false
1516               {opendaylight-infra-parallel-mvn-opts}
1517           java-opts:
1518             - '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
1519           settings: integration-settings
1520           settings-type: cfp
1521           global-settings: global-settings
1522           global-settings-type: cfp
1523       - integration-upload-distribution:
1524           dist-pom: distribution/pom.xml
1525       - trigger-builds:
1526           - project: '{csit-list}'
1527             block: true
1528             predefined-parameters: |
1529               BUNDLE_URL=$BUNDLE_URL
1530               KARAF_VERSION=$KARAF_VERSION
1531
1532     publishers:
1533       - email-notification:
1534           email-recipients: '{email-recipients}'
1535           email-prefix: '[{project}]'