blob: 636717b3cf4ffba6f2c7498290846dde707df038 [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
11 # needed for comparison with the openonu-go adapter
Matteo Scandolo679ced22020-05-19 15:15:58 -070012 # - 'voltha-scale-measurements':
13 # name: 'voltha-scale-measurements-1-2-32-activation-no-mib'
14 # build-node: 'onf-pod1-head-node'
15 # time-trigger: "H H/4 * * *"
16 # olts: 1
17 # pons: 2
18 # onus: 32
19 # withFlows: false
20 # provisionSubscribers: false
21 # withEapol: false
22 # withDhcp: false
23 # withIgmp: false
24 # withMibTemplate: false
Matteo Scandolo272aed42020-05-08 15:05:57 -070025
26 # jobs for 200 ONUs with a single openonu-adapter
Matteo Scandolo679ced22020-05-19 15:15:58 -070027 # - 'voltha-scale-measurements':
28 # name: 'voltha-scale-measurements-1-10-20-activation'
29 # build-node: 'onf-pod1-head-node'
30 # time-trigger: "H H/4 * * *"
31 # olts: 1
32 # pons: 10
33 # onus: 20
34 # withFlows: false
35 # provisionSubscribers: false
36 # withEapol: false
37 # withDhcp: false
38 # withIgmp: false
39 # - 'voltha-scale-measurements':
40 # name: 'voltha-scale-measurements-1-10-20-att-flows'
41 # build-node: 'onf-pod1-head-node'
42 # time-trigger: "H H/4 * * *"
43 # olts: 1
44 # pons: 10
45 # onus: 20
46 # withFlows: true
47 # provisionSubscribers: false
48 # withEapol: true
49 # withDhcp: true
50 # withIgmp: false
51 # extraHelmFlags: '--set auth=false '
52 # - 'voltha-scale-measurements':
53 # name: 'voltha-scale-measurements-1-10-20-att-subscribers'
54 # build-node: 'onf-pod1-head-node'
55 # time-trigger: "H H/4 * * *"
56 # olts: 1
57 # pons: 10
58 # onus: 20
59 # withFlows: true
60 # provisionSubscribers: true
61 # withEapol: true
62 # withDhcp: true
63 # withIgmp: false
64 # - 'voltha-scale-measurements':
65 # name: 'voltha-scale-measurements-1-10-20-att-subscribers-profiled'
66 # build-node: 'onf-pod1-head-node'
67 # time-trigger: "H H/4 * * *"
68 # olts: 1
69 # pons: 10
70 # onus: 20
71 # withFlows: true
72 # provisionSubscribers: true
73 # withEapol: true
74 # withDhcp: true
75 # withIgmp: false
76 # withProfiling: true
77 # extraHelmFlags: '--set profiler.enabled=true '
78 # rwCoreImg: voltha/voltha-rw-core:master-profile
79 # openoltAdapterImg: voltha/voltha-openolt-adapter:master-profile
80 # ofAgentImg: voltha/voltha-ofagent-go:master-profile
81 #
82 # # jobs for DT with 200 ONUs with a single openonu-adapter
83 # - 'voltha-scale-measurements':
84 # name: 'voltha-scale-measurements-1-10-20-dt-subscribers'
85 # build-node: 'onf-pod1-head-node'
86 # time-trigger: "H H/4 * * *"
87 # olts: 1
88 # pons: 10
89 # onus: 20
90 # withFlows: true
91 # provisionSubscribers: true
92 # workflow: dt
93 # withEapol: false
94 # withDhcp: false
95 # withIgmp: false
Matteo Scandolo3136cca2020-05-15 14:14:27 -070096
Matteo Scandolo272aed42020-05-08 15:05:57 -070097 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS
Matteo Scandolo679ced22020-05-19 15:15:58 -070098 # - 'voltha-scale-measurements':
99 # name: 'voltha-scale-measurements-1-16-32-activation'
100 # build-node: 'onf-pod1-head-node'
101 # time-trigger: "H H/4 * * *"
102 # olts: 1
103 # pons: 16
104 # onus: 32
105 # withFlows: false
106 # provisionSubscribers: false
107 # withEapol: false
108 # withDhcp: false
109 # withIgmp: false
110 # openonuAdapterReplicas: 8
111 # onosReplicas: 3
112 # atomixReplicas: 3
Matteo Scandolo272aed42020-05-08 15:05:57 -0700113 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700114 name: 'voltha-scale-measurements-1-16-32-att-flows'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700115 build-node: 'onf-pod1-head-node'
116 time-trigger: "H H/4 * * *"
117 olts: 1
118 pons: 16
119 onus: 32
120 withFlows: true
121 provisionSubscribers: false
122 withEapol: true
123 withDhcp: true
124 withIgmp: false
125 openonuAdapterReplicas: 8
126 onosReplicas: 3
127 atomixReplicas: 3
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700128 extraHelmFlags: '--set auth=false --set memoryLimit=8192Mi '
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700129 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700130
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700131
132 - 'voltha-scale-measurements':
133 name: 'voltha-scale-measurements-1-16-32-att-subscribers'
134 build-node: 'onf-pod1-head-node'
135 time-trigger: "H H/4 * * *"
136 olts: 1
137 pons: 16
138 onus: 32
139 withFlows: true
140 provisionSubscribers: true
141 withEapol: true
142 withDhcp: true
143 withIgmp: false
144 openonuAdapterReplicas: 8
145 onosReplicas: 3
146 atomixReplicas: 3
147 extraHelmFlags: '--set memoryLimit=8192Mi '
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700148 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700149
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700150
151 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
152 - 'voltha-scale-measurements':
153 name: 'voltha-scale-measurements-1-16-32-dt-subscribers'
154 build-node: 'onf-pod1-head-node'
155 time-trigger: "H H/4 * * *"
156 olts: 1
157 pons: 16
158 onus: 32
159 withFlows: true
160 provisionSubscribers: true
161 workflow: dt
162 withEapol: false
163 withDhcp: false
164 withIgmp: false
165 openonuAdapterReplicas: 8
166 onosReplicas: 3
167 atomixReplicas: 3
168 extraHelmFlags: '--set memoryLimit=8192Mi '
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700169 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700170
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200171
Matteo Scandolo272aed42020-05-08 15:05:57 -0700172 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700173 - 'voltha-scale-measurements':
174 disabled: true
175 name: 'voltha-scale-measurements-2-16-32-activation'
176 build-node: 'onf-pod1-head-node'
177 time-trigger: "H H/4 * * *"
178 olts: 2
179 pons: 16
180 onus: 32
181 withFlows: false
182 provisionSubscribers: false
183 withEapol: false
184 withDhcp: false
185 withIgmp: false
186 openonuAdapterReplicas: 8
187 onosReplicas: 3
188 atomixReplicas: 3
Matteo Scandolo81ca7ec2020-06-02 16:11:31 -0700189 extraHelmFlags: '--set memoryLimit=8192Mi '
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700190 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700191
Matteo Scandolocb726432020-06-01 08:49:14 -0700192 - 'voltha-scale-measurements':
193 disabled: true
194 name: 'voltha-scale-measurements-2-16-32-att-flows'
195 build-node: 'onf-pod1-head-node'
196 time-trigger: "H H/4 * * *"
197 olts: 2
198 pons: 16
199 onus: 32
200 withFlows: true
201 provisionSubscribers: false
202 withEapol: true
203 withDhcp: true
204 withIgmp: false
205 openonuAdapterReplicas: 8
206 onosReplicas: 3
207 atomixReplicas: 3
Matteo Scandolo81ca7ec2020-06-02 16:11:31 -0700208 extraHelmFlags: '--set memoryLimit=8192Mi --set auth=false '
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700209 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700210
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700211 - 'voltha-scale-measurements':
212 disabled: true
213 name: 'voltha-scale-measurements-2-16-32-att-subscribers'
214 build-node: 'onf-pod1-head-node'
215 time-trigger: "H H/4 * * *"
216 olts: 2
217 pons: 16
218 onus: 32
219 withFlows: true
220 provisionSubscribers: true
221 withEapol: true
222 withDhcp: true
223 withIgmp: false
224 openonuAdapterReplicas: 8
225 onosReplicas: 3
226 atomixReplicas: 3
227 extraHelmFlags: '--set memoryLimit=8192Mi '
228 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
229
230 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
231 - 'voltha-scale-measurements':
232 name: 'voltha-scale-measurements-2-16-32-dt-subscribers'
233 build-node: 'onf-pod1-head-node'
234 time-trigger: "H H/4 * * *"
235 olts: 2
236 pons: 16
237 onus: 32
238 withFlows: true
239 provisionSubscribers: true
240 workflow: dt
241 withEapol: false
242 withDhcp: false
243 withIgmp: false
244 openonuAdapterReplicas: 8
245 onosReplicas: 3
246 atomixReplicas: 3
247 extraHelmFlags: '--set memoryLimit=8192Mi '
248 onosImg: andreacampanella/voltha-onos:meter-queue-final-3
Matteo Scandolo272aed42020-05-08 15:05:57 -0700249
250 # development pipeline
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700251 - 'voltha-scale-measurements-dev':
Matteo Scandolo22b5d912020-02-25 15:21:19 -0800252 name: 'voltha-scale-measurements-dev'
Shrey Baid4c108ad2020-03-10 15:21:13 -0700253 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700254
Matteo Scandolo51b76302020-02-05 12:07:23 -0800255
256- job-template:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700257 id: 'voltha-scale-measurements'
258 name: '{name}'
259 pipeline-script: 'voltha-scale-test.groovy'
260
261 description: |
262 <!-- Managed by Jenkins Job Builder -->
263 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
264 Using pipeline {pipeline-script} <br/><br/>
265 Scale measurements for VOLTHA 2.x
266
267 properties:
268 - cord-infra-properties:
269 build-days-to-keep: '{build-days-to-keep}'
270 artifact-num-to-keep: '{artifact-num-to-keep}'
271
272 wrappers:
273 - lf-infra-wrappers:
274 build-timeout: '{build-timeout}'
275 jenkins-ssh-credential: '{jenkins-ssh-credential}'
276
277 # default values
278 bbsimImg: voltha/bbsim:master
279 rwCoreImg: voltha/voltha-rw-core:master
280 ofAgentImg: voltha/voltha-ofagent-go:master
281 openoltAdapterImg: voltha/voltha-openolt-adapter:master
282 openonuAdapterImg: voltha/voltha-openonu-adapter:master
283 onosImg: voltha/voltha-onos:master
284
285 bbsimChart: onf/bbsim
286 volthaChart: onf/voltha
287 openoltAdapterChart: onf/voltha-adapter-openolt
288 openonuAdapterChart: onf/voltha-adapter-openonu
289
Matteo Scandolo393add12020-05-08 18:03:17 -0700290 olts: 2
291 pons: 2
292 onus: 2
293 workflow: att
294 withFlows: false
295 provisionSubscribers: false
296 withEapol: true
297 withDhcp: true
298 withIgmp: false
299 withLLDP: false
300 withMibTemplate: true
301 withMonitoring: true
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700302 withProfiling: false
Matteo Scandolo393add12020-05-08 18:03:17 -0700303 openonuAdapterReplicas: 1
304 onosReplicas: 1
305 atomixReplicas: 0
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700306 extraHelmFlags: ''
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700307 onosStatInterval: 5
Matteo Scandolofae22812020-06-03 15:02:27 -0700308 volthaSystemTestsChange: ''
309 kindVolthaChange: ''
Matteo Scandolo393add12020-05-08 18:03:17 -0700310
Matteo Scandolo272aed42020-05-08 15:05:57 -0700311 parameters:
312 - string:
313 name: buildNode
314 default: '{build-node}'
315 description: 'Name of the Jenkins node to run the job on'
316
317 - string:
318 name: logLevel
319 default: 'WARN'
320 description: 'Log level for all the components'
321
322 - string:
323 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700324 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700325 description: 'Number of ONUs to provision'
326
327 - string:
328 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700329 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700330 description: 'Number of PONs to provision'
331
332 - string:
333 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700334 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700335 description: 'How many BBSim instances to run'
336
337 - string:
338 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700339 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700340 description: 'Which workflow are we testing (att, dt, tt)'
341
342 - bool:
343 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700344 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700345 description: 'Wheter to push flows from ONOS'
346
347 - bool:
348 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700349 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700350 description: 'Wheter to provision subscribers durint the tests'
351
352 - bool:
353 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700354 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700355 description: 'Wheter EAPOL is enabled for the test'
356
357 - bool:
358 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700359 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700360 description: 'Wheter DHCP is enabled for the test'
361
362 - bool:
363 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700364 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700365 description: 'Wheter IGMP is enabled for the test'
366
367 - bool:
368 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700369 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700370 description: 'Wheter Link Discovery is enabled for the test'
371
372 - bool:
373 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700374 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700375 description: 'Option to trigger MIB template command'
376
377 - bool:
378 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700379 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700380 description: 'Option to install Prometheus'
381
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700382 - bool:
383 name: withProfiling
384 default: '{withProfiling}'
385 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
386
387 - string:
388 name: extraHelmFlags
389 default: '{extraHelmFlags}'
390 description: 'Any extra helm parameters you want (passed to every helm install command)'
391
Matteo Scandolo272aed42020-05-08 15:05:57 -0700392 - string:
393 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700394 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700395 description: 'How many OpenONU adapter instances to run'
396
397 - string:
398 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700399 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700400 description: 'How many ONOSes instances to run'
401
402 - string:
403 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700404 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700405 description: 'How many Atomix instances to run'
406
407 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700408 name: onosStatInterval
409 default: '{onosStatInterval}'
410 description: 'How often ONOS should poll for ports, flows and meters'
411
412 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700413 name: bbsimImg
414 default: '{bbsimImg}'
415 description: 'Custom image selection for BBSIM (repo:tag)'
416
417 - string:
418 name: bbsimChart
419 default: '{bbsimChart}'
420 description: 'BBSim chart name (or location on file system)'
421
422 - string:
423 name: rwCoreImg
424 default: '{rwCoreImg}'
425 description: 'Custom image selection for VOLTHA (repo:tag)'
426
427 - string:
428 name: ofAgentImg
429 default: '{ofAgentImg}'
430 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
431
432 - string:
433 name: volthaChart
434 default: '{volthaChart}'
435 description: 'VOLTHA chart name (or location on file system)'
436
437 - string:
438 name: openoltAdapterImg
439 default: '{openoltAdapterImg}'
440 description: 'Custom image selection for Openolt Adapter (repo:tag)'
441
442 - string:
443 name: openoltAdapterChart
444 default: '{openoltAdapterChart}'
445 description: 'OpenOLT chart name (or location on file system)'
446
447 - string:
448 name: openonuAdapterImg
449 default: '{openonuAdapterImg}'
450 description: 'Custom image selection for Openonu Adapter (repo:tag)'
451
452 - string:
453 name: openonuAdapterChart
454 default: '{openonuAdapterChart}'
455 description: 'OpenONU chart name (or location on file system)'
456
457 - string:
458 name: onosImg
459 default: '{onosImg}'
460 description: 'Custom image selection for Openonu Adapter (repo:tag)'
461
462 - string:
463 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700464 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
466
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700467 - string:
468 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700469 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700470 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
471
Matteo Scandolo272aed42020-05-08 15:05:57 -0700472 project-type: pipeline
473 concurrent: false
474
475 dsl: !include-raw-escape: pipeline/{pipeline-script}
476
Matteo Scandolo679ced22020-05-19 15:15:58 -0700477 # triggers:
478 # - timed: |
479 # TZ=America/Los_Angeles
480 # {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481
482- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700483 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800484 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700485 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800486
487 description: |
488 <!-- Managed by Jenkins Job Builder -->
489 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
490 Using pipeline {pipeline-script} <br/><br/>
491 Scale measurements for VOLTHA 2.x
492
493 properties:
494 - cord-infra-properties:
495 build-days-to-keep: '{build-days-to-keep}'
496 artifact-num-to-keep: '{artifact-num-to-keep}'
497
498 wrappers:
499 - lf-infra-wrappers:
500 build-timeout: '{build-timeout}'
501 jenkins-ssh-credential: '{jenkins-ssh-credential}'
502
Matteo Scandolo0430f672020-05-07 11:50:26 -0700503 # default values
504 bbsimImg: voltha/bbsim:master
505 rwCoreImg: voltha/voltha-rw-core:master
506 ofAgentImg: voltha/voltha-ofagent-go:master
507 openoltAdapterImg: voltha/voltha-openolt-adapter:master
508 openonuAdapterImg: voltha/voltha-openonu-adapter:master
509 onosImg: voltha/voltha-onos:master
510
511 bbsimChart: onf/bbsim
512 volthaChart: onf/voltha
513 openoltAdapterChart: onf/voltha-adapter-openolt
514 openonuAdapterChart: onf/voltha-adapter-openonu
515
Matteo Scandolo51b76302020-02-05 12:07:23 -0800516 parameters:
517 - string:
518 name: buildNode
519 default: '{build-node}'
520 description: 'Name of the Jenkins node to run the job on'
521
522 - string:
Matteo Scandolo330f7522020-03-17 17:15:53 -0700523 name: logLevel
524 default: 'WARN'
525 description: 'Log level for all the components'
526
527 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700528 name: onus
529 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800530 description: 'Number of ONUs to provision'
531
532 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700533 name: pons
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700534 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800535 description: 'Number of PONs to provision'
536
Matteo Scandolo0430f672020-05-07 11:50:26 -0700537 - string:
538 name: olts
539 default: 2
540 description: 'How many BBSim instances to run'
541
542 - string:
543 name: workflow
544 default: att
545 description: 'Which workflow are we testing (att, dt, tt)'
546
547 - bool:
548 name: withFlows
549 default: false
550 description: 'Wheter to push flows from ONOS'
551
552 - bool:
553 name: provisionSubscribers
554 default: false
555 description: 'Wheter to provision subscribers durint the tests'
556
557 - bool:
558 name: withEapol
559 default: true
560 description: 'Wheter EAPOL is enabled for the test'
561
562 - bool:
563 name: withDhcp
564 default: true
565 description: 'Wheter DHCP is enabled for the test'
566
567 - bool:
568 name: withIgmp
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700569 default: false
Matteo Scandolo0430f672020-05-07 11:50:26 -0700570 description: 'Wheter IGMP is enabled for the test'
571
572 - bool:
573 name: withLLDP
574 default: false
575 description: 'Wheter Link Discovery is enabled for the test'
576
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800577 - bool:
578 name: withMibTemplate
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700579 default: true
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800580 description: 'Option to trigger MIB template command'
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800581
Matteo Scandolo0430f672020-05-07 11:50:26 -0700582 - bool:
583 name: withMonitoring
584 default: true
585 description: 'Option to install Prometheus'
586
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700587 - bool:
588 name: withProfiling
589 default: false
590 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
591
592 - string:
593 name: extraHelmFlags
594 default: ' '
595 description: 'Any extra helm parameters you want (passed to every helm install command)'
596
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800597 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700598 name: openonuAdapterReplicas
599 default: 1
600 description: 'How many OpenONU adapter instances to run'
601
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700602 # the dev node is single node cluster, we can't install a clustered ONOS because of the contraints
Matteo Scandolo0430f672020-05-07 11:50:26 -0700603 - string:
604 name: onosReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700605 default: 1
Matteo Scandolo0430f672020-05-07 11:50:26 -0700606 description: 'How many ONOSes instances to run'
607
608 - string:
609 name: atomixReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700610 default: 0
Matteo Scandolo0430f672020-05-07 11:50:26 -0700611 description: 'How many Atomix instances to run'
612
613 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700614 name: onosStatInterval
615 default: 5
616 description: 'How often ONOS should poll for ports, flows and meters'
617
618 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700619 name: bbsimImg
620 default: '{bbsimImg}'
621 description: 'Custom image selection for BBSIM (repo:tag)'
622
623 - string:
624 name: bbsimChart
625 default: '{bbsimChart}'
626 description: 'BBSim chart name (or location on file system)'
627
628 - string:
629 name: rwCoreImg
630 default: '{rwCoreImg}'
631 description: 'Custom image selection for VOLTHA (repo:tag)'
632
633 - string:
634 name: ofAgentImg
635 default: '{ofAgentImg}'
636 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
637
638 - string:
639 name: volthaChart
640 default: '{volthaChart}'
641 description: 'VOLTHA chart name (or location on file system)'
642
643 - string:
644 name: openoltAdapterImg
645 default: '{openoltAdapterImg}'
646 description: 'Custom image selection for Openolt Adapter (repo:tag)'
647
648 - string:
649 name: openoltAdapterChart
650 default: '{openoltAdapterChart}'
651 description: 'OpenOLT chart name (or location on file system)'
652
653 - string:
654 name: openonuAdapterImg
655 default: '{openonuAdapterImg}'
656 description: 'Custom image selection for Openonu Adapter (repo:tag)'
657
658 - string:
659 name: openonuAdapterChart
660 default: '{openonuAdapterChart}'
661 description: 'OpenONU chart name (or location on file system)'
662
663 - string:
664 name: onosImg
665 default: '{onosImg}'
666 description: 'Custom image selection for Openonu Adapter (repo:tag)'
Matteo Scandolof87e1da2020-04-16 16:13:31 -0700667
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700668 - string:
669 name: volthaSystemTestsChange
670 default: ''
671 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
672
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700673 - string:
674 name: kindVolthaChange
675 default: ''
676 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
677
Matteo Scandolo51b76302020-02-05 12:07:23 -0800678 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800679 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800680
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700681 dsl: !include-raw-escape: pipeline/{pipeline-script}