blob: bf958ba98feed486c91f34f9cee9d04e0c2229e6 [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 Scandolo393add12020-05-08 18:03:17 -0700286
Matteo Scandolo272aed42020-05-08 15:05:57 -0700287 parameters:
288 - string:
289 name: buildNode
290 default: '{build-node}'
291 description: 'Name of the Jenkins node to run the job on'
292
293 - string:
294 name: logLevel
295 default: 'WARN'
296 description: 'Log level for all the components'
297
298 - string:
299 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700300 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700301 description: 'Number of ONUs to provision'
302
303 - string:
304 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700305 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700306 description: 'Number of PONs to provision'
307
308 - string:
309 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700310 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700311 description: 'How many BBSim instances to run'
312
313 - string:
314 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700315 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700316 description: 'Which workflow are we testing (att, dt, tt)'
317
318 - bool:
319 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700320 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700321 description: 'Wheter to push flows from ONOS'
322
323 - bool:
324 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700325 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700326 description: 'Wheter to provision subscribers durint the tests'
327
328 - bool:
329 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700330 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700331 description: 'Wheter EAPOL is enabled for the test'
332
333 - bool:
334 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700335 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700336 description: 'Wheter DHCP is enabled for the test'
337
338 - bool:
339 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700340 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700341 description: 'Wheter IGMP is enabled for the test'
342
343 - bool:
344 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700345 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700346 description: 'Wheter Link Discovery is enabled for the test'
347
348 - bool:
349 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700350 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700351 description: 'Option to trigger MIB template command'
352
353 - bool:
354 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700355 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700356 description: 'Option to install Prometheus'
357
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700358 - bool:
359 name: withProfiling
360 default: '{withProfiling}'
361 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
362
363 - string:
364 name: extraHelmFlags
365 default: '{extraHelmFlags}'
366 description: 'Any extra helm parameters you want (passed to every helm install command)'
367
Matteo Scandolo272aed42020-05-08 15:05:57 -0700368 - string:
369 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700370 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700371 description: 'How many OpenONU adapter instances to run'
372
373 - string:
374 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700375 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700376 description: 'How many ONOSes instances to run'
377
378 - string:
379 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700380 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700381 description: 'How many Atomix instances to run'
382
383 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700384 name: onosStatInterval
385 default: '{onosStatInterval}'
386 description: 'How often ONOS should poll for ports, flows and meters'
387
388 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700389 name: bbsimImg
390 default: '{bbsimImg}'
391 description: 'Custom image selection for BBSIM (repo:tag)'
392
393 - string:
394 name: bbsimChart
395 default: '{bbsimChart}'
396 description: 'BBSim chart name (or location on file system)'
397
398 - string:
399 name: rwCoreImg
400 default: '{rwCoreImg}'
401 description: 'Custom image selection for VOLTHA (repo:tag)'
402
403 - string:
404 name: ofAgentImg
405 default: '{ofAgentImg}'
406 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
407
408 - string:
409 name: volthaChart
410 default: '{volthaChart}'
411 description: 'VOLTHA chart name (or location on file system)'
412
413 - string:
414 name: openoltAdapterImg
415 default: '{openoltAdapterImg}'
416 description: 'Custom image selection for Openolt Adapter (repo:tag)'
417
418 - string:
419 name: openoltAdapterChart
420 default: '{openoltAdapterChart}'
421 description: 'OpenOLT chart name (or location on file system)'
422
423 - string:
424 name: openonuAdapterImg
425 default: '{openonuAdapterImg}'
426 description: 'Custom image selection for Openonu Adapter (repo:tag)'
427
428 - string:
429 name: openonuAdapterChart
430 default: '{openonuAdapterChart}'
431 description: 'OpenONU chart name (or location on file system)'
432
433 - string:
434 name: onosImg
435 default: '{onosImg}'
436 description: 'Custom image selection for Openonu Adapter (repo:tag)'
437
438 - string:
439 name: volthaSystemTestsChange
440 default: ''
441 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
442
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700443 - string:
444 name: kindVolthaChange
445 default: ''
446 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
447
Matteo Scandolo272aed42020-05-08 15:05:57 -0700448 project-type: pipeline
449 concurrent: false
450
451 dsl: !include-raw-escape: pipeline/{pipeline-script}
452
Matteo Scandolo679ced22020-05-19 15:15:58 -0700453 # triggers:
454 # - timed: |
455 # TZ=America/Los_Angeles
456 # {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700457
458- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700459 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800460 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700461 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800462
463 description: |
464 <!-- Managed by Jenkins Job Builder -->
465 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
466 Using pipeline {pipeline-script} <br/><br/>
467 Scale measurements for VOLTHA 2.x
468
469 properties:
470 - cord-infra-properties:
471 build-days-to-keep: '{build-days-to-keep}'
472 artifact-num-to-keep: '{artifact-num-to-keep}'
473
474 wrappers:
475 - lf-infra-wrappers:
476 build-timeout: '{build-timeout}'
477 jenkins-ssh-credential: '{jenkins-ssh-credential}'
478
Matteo Scandolo0430f672020-05-07 11:50:26 -0700479 # default values
480 bbsimImg: voltha/bbsim:master
481 rwCoreImg: voltha/voltha-rw-core:master
482 ofAgentImg: voltha/voltha-ofagent-go:master
483 openoltAdapterImg: voltha/voltha-openolt-adapter:master
484 openonuAdapterImg: voltha/voltha-openonu-adapter:master
485 onosImg: voltha/voltha-onos:master
486
487 bbsimChart: onf/bbsim
488 volthaChart: onf/voltha
489 openoltAdapterChart: onf/voltha-adapter-openolt
490 openonuAdapterChart: onf/voltha-adapter-openonu
491
Matteo Scandolo51b76302020-02-05 12:07:23 -0800492 parameters:
493 - string:
494 name: buildNode
495 default: '{build-node}'
496 description: 'Name of the Jenkins node to run the job on'
497
498 - string:
Matteo Scandolo330f7522020-03-17 17:15:53 -0700499 name: logLevel
500 default: 'WARN'
501 description: 'Log level for all the components'
502
503 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700504 name: onus
505 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800506 description: 'Number of ONUs to provision'
507
508 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700509 name: pons
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700510 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800511 description: 'Number of PONs to provision'
512
Matteo Scandolo0430f672020-05-07 11:50:26 -0700513 - string:
514 name: olts
515 default: 2
516 description: 'How many BBSim instances to run'
517
518 - string:
519 name: workflow
520 default: att
521 description: 'Which workflow are we testing (att, dt, tt)'
522
523 - bool:
524 name: withFlows
525 default: false
526 description: 'Wheter to push flows from ONOS'
527
528 - bool:
529 name: provisionSubscribers
530 default: false
531 description: 'Wheter to provision subscribers durint the tests'
532
533 - bool:
534 name: withEapol
535 default: true
536 description: 'Wheter EAPOL is enabled for the test'
537
538 - bool:
539 name: withDhcp
540 default: true
541 description: 'Wheter DHCP is enabled for the test'
542
543 - bool:
544 name: withIgmp
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700545 default: false
Matteo Scandolo0430f672020-05-07 11:50:26 -0700546 description: 'Wheter IGMP is enabled for the test'
547
548 - bool:
549 name: withLLDP
550 default: false
551 description: 'Wheter Link Discovery is enabled for the test'
552
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800553 - bool:
554 name: withMibTemplate
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700555 default: true
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800556 description: 'Option to trigger MIB template command'
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800557
Matteo Scandolo0430f672020-05-07 11:50:26 -0700558 - bool:
559 name: withMonitoring
560 default: true
561 description: 'Option to install Prometheus'
562
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700563 - bool:
564 name: withProfiling
565 default: false
566 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
567
568 - string:
569 name: extraHelmFlags
570 default: ' '
571 description: 'Any extra helm parameters you want (passed to every helm install command)'
572
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800573 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700574 name: openonuAdapterReplicas
575 default: 1
576 description: 'How many OpenONU adapter instances to run'
577
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700578 # 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 -0700579 - string:
580 name: onosReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700581 default: 1
Matteo Scandolo0430f672020-05-07 11:50:26 -0700582 description: 'How many ONOSes instances to run'
583
584 - string:
585 name: atomixReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700586 default: 0
Matteo Scandolo0430f672020-05-07 11:50:26 -0700587 description: 'How many Atomix instances to run'
588
589 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700590 name: onosStatInterval
591 default: 5
592 description: 'How often ONOS should poll for ports, flows and meters'
593
594 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700595 name: bbsimImg
596 default: '{bbsimImg}'
597 description: 'Custom image selection for BBSIM (repo:tag)'
598
599 - string:
600 name: bbsimChart
601 default: '{bbsimChart}'
602 description: 'BBSim chart name (or location on file system)'
603
604 - string:
605 name: rwCoreImg
606 default: '{rwCoreImg}'
607 description: 'Custom image selection for VOLTHA (repo:tag)'
608
609 - string:
610 name: ofAgentImg
611 default: '{ofAgentImg}'
612 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
613
614 - string:
615 name: volthaChart
616 default: '{volthaChart}'
617 description: 'VOLTHA chart name (or location on file system)'
618
619 - string:
620 name: openoltAdapterImg
621 default: '{openoltAdapterImg}'
622 description: 'Custom image selection for Openolt Adapter (repo:tag)'
623
624 - string:
625 name: openoltAdapterChart
626 default: '{openoltAdapterChart}'
627 description: 'OpenOLT chart name (or location on file system)'
628
629 - string:
630 name: openonuAdapterImg
631 default: '{openonuAdapterImg}'
632 description: 'Custom image selection for Openonu Adapter (repo:tag)'
633
634 - string:
635 name: openonuAdapterChart
636 default: '{openonuAdapterChart}'
637 description: 'OpenONU chart name (or location on file system)'
638
639 - string:
640 name: onosImg
641 default: '{onosImg}'
642 description: 'Custom image selection for Openonu Adapter (repo:tag)'
Matteo Scandolof87e1da2020-04-16 16:13:31 -0700643
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700644 - string:
645 name: volthaSystemTestsChange
646 default: ''
647 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
648
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700649 - string:
650 name: kindVolthaChange
651 default: ''
652 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
653
Matteo Scandolo51b76302020-02-05 12:07:23 -0800654 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800655 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800656
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700657 dsl: !include-raw-escape: pipeline/{pipeline-script}