blob: 039e1f3a720a22435223d4bd390cb3a5014b671e [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
130 kindVolthaChange: refs/changes/32/19132/1
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
149 kindVolthaChange: refs/changes/32/19132/1
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
170 kindVolthaChange: refs/changes/32/19132/1
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
191 kindVolthaChange: refs/changes/32/19132/1
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
210 kindVolthaChange: refs/changes/32/19132/1
Matteo Scandolo679ced22020-05-19 15:15:58 -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
Matteo Scandolo272aed42020-05-08 15:05:57 -0700227
228 # development pipeline
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700229 - 'voltha-scale-measurements-dev':
Matteo Scandolo22b5d912020-02-25 15:21:19 -0800230 name: 'voltha-scale-measurements-dev'
Shrey Baid4c108ad2020-03-10 15:21:13 -0700231 build-node: 'voltha-scale'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700232 kindVolthaChange: refs/changes/32/19132/1
Matteo Scandolo51b76302020-02-05 12:07:23 -0800233
234- job-template:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700235 id: 'voltha-scale-measurements'
236 name: '{name}'
237 pipeline-script: 'voltha-scale-test.groovy'
238
239 description: |
240 <!-- Managed by Jenkins Job Builder -->
241 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
242 Using pipeline {pipeline-script} <br/><br/>
243 Scale measurements for VOLTHA 2.x
244
245 properties:
246 - cord-infra-properties:
247 build-days-to-keep: '{build-days-to-keep}'
248 artifact-num-to-keep: '{artifact-num-to-keep}'
249
250 wrappers:
251 - lf-infra-wrappers:
252 build-timeout: '{build-timeout}'
253 jenkins-ssh-credential: '{jenkins-ssh-credential}'
254
255 # default values
256 bbsimImg: voltha/bbsim:master
257 rwCoreImg: voltha/voltha-rw-core:master
258 ofAgentImg: voltha/voltha-ofagent-go:master
259 openoltAdapterImg: voltha/voltha-openolt-adapter:master
260 openonuAdapterImg: voltha/voltha-openonu-adapter:master
261 onosImg: voltha/voltha-onos:master
262
263 bbsimChart: onf/bbsim
264 volthaChart: onf/voltha
265 openoltAdapterChart: onf/voltha-adapter-openolt
266 openonuAdapterChart: onf/voltha-adapter-openonu
267
Matteo Scandolo393add12020-05-08 18:03:17 -0700268 olts: 2
269 pons: 2
270 onus: 2
271 workflow: att
272 withFlows: false
273 provisionSubscribers: false
274 withEapol: true
275 withDhcp: true
276 withIgmp: false
277 withLLDP: false
278 withMibTemplate: true
279 withMonitoring: true
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700280 withProfiling: false
Matteo Scandolo393add12020-05-08 18:03:17 -0700281 openonuAdapterReplicas: 1
282 onosReplicas: 1
283 atomixReplicas: 0
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700284 extraHelmFlags: ''
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700285 onosStatInterval: 5
Matteo Scandolofae22812020-06-03 15:02:27 -0700286 volthaSystemTestsChange: ''
287 kindVolthaChange: ''
Matteo Scandolo393add12020-05-08 18:03:17 -0700288
Matteo Scandolo272aed42020-05-08 15:05:57 -0700289 parameters:
290 - string:
291 name: buildNode
292 default: '{build-node}'
293 description: 'Name of the Jenkins node to run the job on'
294
295 - string:
296 name: logLevel
297 default: 'WARN'
298 description: 'Log level for all the components'
299
300 - string:
301 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700302 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700303 description: 'Number of ONUs to provision'
304
305 - string:
306 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700307 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700308 description: 'Number of PONs to provision'
309
310 - string:
311 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700312 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'How many BBSim instances to run'
314
315 - string:
316 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'Which workflow are we testing (att, dt, tt)'
319
320 - bool:
321 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700322 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700323 description: 'Wheter to push flows from ONOS'
324
325 - bool:
326 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700327 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 description: 'Wheter to provision subscribers durint the tests'
329
330 - bool:
331 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700332 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700333 description: 'Wheter EAPOL is enabled for the test'
334
335 - bool:
336 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'Wheter DHCP is enabled for the test'
339
340 - bool:
341 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'Wheter IGMP is enabled for the test'
344
345 - bool:
346 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'Wheter Link Discovery is enabled for the test'
349
350 - bool:
351 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700352 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700353 description: 'Option to trigger MIB template command'
354
355 - bool:
356 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700357 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700358 description: 'Option to install Prometheus'
359
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700360 - bool:
361 name: withProfiling
362 default: '{withProfiling}'
363 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
364
365 - string:
366 name: extraHelmFlags
367 default: '{extraHelmFlags}'
368 description: 'Any extra helm parameters you want (passed to every helm install command)'
369
Matteo Scandolo272aed42020-05-08 15:05:57 -0700370 - string:
371 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700372 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700373 description: 'How many OpenONU adapter instances to run'
374
375 - string:
376 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700377 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700378 description: 'How many ONOSes instances to run'
379
380 - string:
381 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700382 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700383 description: 'How many Atomix instances to run'
384
385 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700386 name: onosStatInterval
387 default: '{onosStatInterval}'
388 description: 'How often ONOS should poll for ports, flows and meters'
389
390 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700391 name: bbsimImg
392 default: '{bbsimImg}'
393 description: 'Custom image selection for BBSIM (repo:tag)'
394
395 - string:
396 name: bbsimChart
397 default: '{bbsimChart}'
398 description: 'BBSim chart name (or location on file system)'
399
400 - string:
401 name: rwCoreImg
402 default: '{rwCoreImg}'
403 description: 'Custom image selection for VOLTHA (repo:tag)'
404
405 - string:
406 name: ofAgentImg
407 default: '{ofAgentImg}'
408 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
409
410 - string:
411 name: volthaChart
412 default: '{volthaChart}'
413 description: 'VOLTHA chart name (or location on file system)'
414
415 - string:
416 name: openoltAdapterImg
417 default: '{openoltAdapterImg}'
418 description: 'Custom image selection for Openolt Adapter (repo:tag)'
419
420 - string:
421 name: openoltAdapterChart
422 default: '{openoltAdapterChart}'
423 description: 'OpenOLT chart name (or location on file system)'
424
425 - string:
426 name: openonuAdapterImg
427 default: '{openonuAdapterImg}'
428 description: 'Custom image selection for Openonu Adapter (repo:tag)'
429
430 - string:
431 name: openonuAdapterChart
432 default: '{openonuAdapterChart}'
433 description: 'OpenONU chart name (or location on file system)'
434
435 - string:
436 name: onosImg
437 default: '{onosImg}'
438 description: 'Custom image selection for Openonu Adapter (repo:tag)'
439
440 - string:
441 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700442 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700443 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
444
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700445 - string:
446 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700447 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700448 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
449
Matteo Scandolo272aed42020-05-08 15:05:57 -0700450 project-type: pipeline
451 concurrent: false
452
453 dsl: !include-raw-escape: pipeline/{pipeline-script}
454
Matteo Scandolo679ced22020-05-19 15:15:58 -0700455 # triggers:
456 # - timed: |
457 # TZ=America/Los_Angeles
458 # {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459
460- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700461 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800462 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700463 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800464
465 description: |
466 <!-- Managed by Jenkins Job Builder -->
467 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
468 Using pipeline {pipeline-script} <br/><br/>
469 Scale measurements for VOLTHA 2.x
470
471 properties:
472 - cord-infra-properties:
473 build-days-to-keep: '{build-days-to-keep}'
474 artifact-num-to-keep: '{artifact-num-to-keep}'
475
476 wrappers:
477 - lf-infra-wrappers:
478 build-timeout: '{build-timeout}'
479 jenkins-ssh-credential: '{jenkins-ssh-credential}'
480
Matteo Scandolo0430f672020-05-07 11:50:26 -0700481 # default values
482 bbsimImg: voltha/bbsim:master
483 rwCoreImg: voltha/voltha-rw-core:master
484 ofAgentImg: voltha/voltha-ofagent-go:master
485 openoltAdapterImg: voltha/voltha-openolt-adapter:master
486 openonuAdapterImg: voltha/voltha-openonu-adapter:master
487 onosImg: voltha/voltha-onos:master
488
489 bbsimChart: onf/bbsim
490 volthaChart: onf/voltha
491 openoltAdapterChart: onf/voltha-adapter-openolt
492 openonuAdapterChart: onf/voltha-adapter-openonu
493
Matteo Scandolo51b76302020-02-05 12:07:23 -0800494 parameters:
495 - string:
496 name: buildNode
497 default: '{build-node}'
498 description: 'Name of the Jenkins node to run the job on'
499
500 - string:
Matteo Scandolo330f7522020-03-17 17:15:53 -0700501 name: logLevel
502 default: 'WARN'
503 description: 'Log level for all the components'
504
505 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700506 name: onus
507 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800508 description: 'Number of ONUs to provision'
509
510 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700511 name: pons
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700512 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800513 description: 'Number of PONs to provision'
514
Matteo Scandolo0430f672020-05-07 11:50:26 -0700515 - string:
516 name: olts
517 default: 2
518 description: 'How many BBSim instances to run'
519
520 - string:
521 name: workflow
522 default: att
523 description: 'Which workflow are we testing (att, dt, tt)'
524
525 - bool:
526 name: withFlows
527 default: false
528 description: 'Wheter to push flows from ONOS'
529
530 - bool:
531 name: provisionSubscribers
532 default: false
533 description: 'Wheter to provision subscribers durint the tests'
534
535 - bool:
536 name: withEapol
537 default: true
538 description: 'Wheter EAPOL is enabled for the test'
539
540 - bool:
541 name: withDhcp
542 default: true
543 description: 'Wheter DHCP is enabled for the test'
544
545 - bool:
546 name: withIgmp
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700547 default: false
Matteo Scandolo0430f672020-05-07 11:50:26 -0700548 description: 'Wheter IGMP is enabled for the test'
549
550 - bool:
551 name: withLLDP
552 default: false
553 description: 'Wheter Link Discovery is enabled for the test'
554
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800555 - bool:
556 name: withMibTemplate
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700557 default: true
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800558 description: 'Option to trigger MIB template command'
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800559
Matteo Scandolo0430f672020-05-07 11:50:26 -0700560 - bool:
561 name: withMonitoring
562 default: true
563 description: 'Option to install Prometheus'
564
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700565 - bool:
566 name: withProfiling
567 default: false
568 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
569
570 - string:
571 name: extraHelmFlags
572 default: ' '
573 description: 'Any extra helm parameters you want (passed to every helm install command)'
574
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800575 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700576 name: openonuAdapterReplicas
577 default: 1
578 description: 'How many OpenONU adapter instances to run'
579
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700580 # 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 -0700581 - string:
582 name: onosReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700583 default: 1
Matteo Scandolo0430f672020-05-07 11:50:26 -0700584 description: 'How many ONOSes instances to run'
585
586 - string:
587 name: atomixReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700588 default: 0
Matteo Scandolo0430f672020-05-07 11:50:26 -0700589 description: 'How many Atomix instances to run'
590
591 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700592 name: onosStatInterval
593 default: 5
594 description: 'How often ONOS should poll for ports, flows and meters'
595
596 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700597 name: bbsimImg
598 default: '{bbsimImg}'
599 description: 'Custom image selection for BBSIM (repo:tag)'
600
601 - string:
602 name: bbsimChart
603 default: '{bbsimChart}'
604 description: 'BBSim chart name (or location on file system)'
605
606 - string:
607 name: rwCoreImg
608 default: '{rwCoreImg}'
609 description: 'Custom image selection for VOLTHA (repo:tag)'
610
611 - string:
612 name: ofAgentImg
613 default: '{ofAgentImg}'
614 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
615
616 - string:
617 name: volthaChart
618 default: '{volthaChart}'
619 description: 'VOLTHA chart name (or location on file system)'
620
621 - string:
622 name: openoltAdapterImg
623 default: '{openoltAdapterImg}'
624 description: 'Custom image selection for Openolt Adapter (repo:tag)'
625
626 - string:
627 name: openoltAdapterChart
628 default: '{openoltAdapterChart}'
629 description: 'OpenOLT chart name (or location on file system)'
630
631 - string:
632 name: openonuAdapterImg
633 default: '{openonuAdapterImg}'
634 description: 'Custom image selection for Openonu Adapter (repo:tag)'
635
636 - string:
637 name: openonuAdapterChart
638 default: '{openonuAdapterChart}'
639 description: 'OpenONU chart name (or location on file system)'
640
641 - string:
642 name: onosImg
643 default: '{onosImg}'
644 description: 'Custom image selection for Openonu Adapter (repo:tag)'
Matteo Scandolof87e1da2020-04-16 16:13:31 -0700645
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700646 - string:
647 name: volthaSystemTestsChange
648 default: ''
649 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
650
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700651 - string:
652 name: kindVolthaChange
653 default: ''
654 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
655
Matteo Scandolo51b76302020-02-05 12:07:23 -0800656 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800657 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800658
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700659 dsl: !include-raw-escape: pipeline/{pipeline-script}