blob: f2e4b4d519ebc5db583270f5359f0fc4286c34eb [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
12 - 'voltha-scale-measurements':
13 name: 'voltha-scale-measurements-1-2-32-activation-no-mib'
Matteo Scandolo268f3222020-04-24 15:19:25 -070014 build-node: 'onf-pod1-head-node'
15 time-trigger: "H H/4 * * *"
Matteo Scandolo272aed42020-05-08 15:05:57 -070016 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
25
26 # jobs for 200 ONUs with a single openonu-adapter
27 - 'voltha-scale-measurements':
28 name: 'voltha-scale-measurements-1-10-20-activation'
Matteo Scandolo3e0e0402020-04-27 16:07:05 -070029 build-node: 'onf-pod1-head-node'
30 time-trigger: "H H/4 * * *"
Matteo Scandolo272aed42020-05-08 15:05:57 -070031 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':
Matteo Scandolo3136cca2020-05-15 14:14:27 -070040 name: 'voltha-scale-measurements-1-10-20-att-flows'
Matteo Scandolo272aed42020-05-08 15:05:57 -070041 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
Matteo Scandolo3136cca2020-05-15 14:14:27 -070051 extraHelmFlags: '--set auth=false '
Matteo Scandolo272aed42020-05-08 15:05:57 -070052 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -070053 name: 'voltha-scale-measurements-1-10-20-att-subscribers'
Matteo Scandolo272aed42020-05-08 15:05:57 -070054 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
Matteo Scandoloa731f8f2020-05-11 10:27:26 -070064 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -070065 name: 'voltha-scale-measurements-1-10-20-att-subscribers-profiled'
Matteo Scandoloa731f8f2020-05-11 10:27:26 -070066 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 '
Matteo Scandolo0dc72af2020-05-12 10:14:57 -070078 rwCoreImg: voltha/voltha-rw-core:master-profile
79 openoltAdapterImg: voltha/voltha-openolt-adapter:master-profile
Matteo Scandolo525bc452020-05-15 10:43:28 -070080 ofAgentImg: voltha/voltha-ofagent-go:master-profile
Matteo Scandolo272aed42020-05-08 15:05:57 -070081
Matteo Scandolo3136cca2020-05-15 14:14:27 -070082 # 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
96
Matteo Scandolo272aed42020-05-08 15:05:57 -070097 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS
98 - '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
113 - '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 Scandolo3136cca2020-05-15 14:14:27 -0700128 extraHelmFlags: '--set auth=false '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700129 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700130 name: 'voltha-scale-measurements-1-16-32-att-subscribers'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700131 build-node: 'onf-pod1-head-node'
132 time-trigger: "H H/4 * * *"
133 olts: 1
134 pons: 16
135 onus: 32
136 withFlows: true
137 provisionSubscribers: true
138 withEapol: true
139 withDhcp: true
140 withIgmp: false
141 openonuAdapterReplicas: 8
142 onosReplicas: 3
143 atomixReplicas: 3
144
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200145 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
146 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700147 name: 'voltha-scale-measurements-1-16-32-dt-subscribers'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200148 build-node: 'onf-pod1-head-node'
149 time-trigger: "H H/4 * * *"
150 olts: 1
151 pons: 16
152 onus: 32
153 withFlows: true
154 provisionSubscribers: true
155 workflow: dt
156 withEapol: false
157 withDhcp: false
158 withIgmp: false
159 openonuAdapterReplicas: 8
160 onosReplicas: 3
161 atomixReplicas: 3
162
Matteo Scandolo272aed42020-05-08 15:05:57 -0700163 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
164 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700165 disabled: true
Matteo Scandolo272aed42020-05-08 15:05:57 -0700166 name: 'voltha-scale-measurements-2-16-32-activation'
167 build-node: 'onf-pod1-head-node'
168 time-trigger: "H H/4 * * *"
169 olts: 2
170 pons: 16
171 onus: 32
172 withFlows: false
173 provisionSubscribers: false
174 withEapol: false
175 withDhcp: false
176 withIgmp: false
177 openonuAdapterReplicas: 8
178 onosReplicas: 3
179 atomixReplicas: 3
180 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700181 disabled: true
182 name: 'voltha-scale-measurements-2-16-32-att-flows'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700183 build-node: 'onf-pod1-head-node'
184 time-trigger: "H H/4 * * *"
185 olts: 2
186 pons: 16
187 onus: 32
188 withFlows: true
189 provisionSubscribers: false
190 withEapol: true
191 withDhcp: true
192 withIgmp: false
193 openonuAdapterReplicas: 8
194 onosReplicas: 3
195 atomixReplicas: 3
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700196 extraHelmFlags: '--set auth=false '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700197 - 'voltha-scale-measurements':
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700198 disabled: true
199 name: 'voltha-scale-measurements-2-16-32-att-subscribers'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700200 build-node: 'onf-pod1-head-node'
201 time-trigger: "H H/4 * * *"
202 olts: 2
203 pons: 16
204 onus: 32
205 withFlows: true
206 provisionSubscribers: true
207 withEapol: true
208 withDhcp: true
209 withIgmp: false
210 openonuAdapterReplicas: 8
211 onosReplicas: 3
212 atomixReplicas: 3
213
214 # development pipeline
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700215 - 'voltha-scale-measurements-dev':
Matteo Scandolo22b5d912020-02-25 15:21:19 -0800216 name: 'voltha-scale-measurements-dev'
Shrey Baid4c108ad2020-03-10 15:21:13 -0700217 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800218
219- job-template:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700220 id: 'voltha-scale-measurements'
221 name: '{name}'
222 pipeline-script: 'voltha-scale-test.groovy'
223
224 description: |
225 <!-- Managed by Jenkins Job Builder -->
226 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
227 Using pipeline {pipeline-script} <br/><br/>
228 Scale measurements for VOLTHA 2.x
229
230 properties:
231 - cord-infra-properties:
232 build-days-to-keep: '{build-days-to-keep}'
233 artifact-num-to-keep: '{artifact-num-to-keep}'
234
235 wrappers:
236 - lf-infra-wrappers:
237 build-timeout: '{build-timeout}'
238 jenkins-ssh-credential: '{jenkins-ssh-credential}'
239
240 # default values
241 bbsimImg: voltha/bbsim:master
242 rwCoreImg: voltha/voltha-rw-core:master
243 ofAgentImg: voltha/voltha-ofagent-go:master
244 openoltAdapterImg: voltha/voltha-openolt-adapter:master
245 openonuAdapterImg: voltha/voltha-openonu-adapter:master
246 onosImg: voltha/voltha-onos:master
247
248 bbsimChart: onf/bbsim
249 volthaChart: onf/voltha
250 openoltAdapterChart: onf/voltha-adapter-openolt
251 openonuAdapterChart: onf/voltha-adapter-openonu
252
Matteo Scandolo393add12020-05-08 18:03:17 -0700253 olts: 2
254 pons: 2
255 onus: 2
256 workflow: att
257 withFlows: false
258 provisionSubscribers: false
259 withEapol: true
260 withDhcp: true
261 withIgmp: false
262 withLLDP: false
263 withMibTemplate: true
264 withMonitoring: true
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700265 withProfiling: false
Matteo Scandolo393add12020-05-08 18:03:17 -0700266 openonuAdapterReplicas: 1
267 onosReplicas: 1
268 atomixReplicas: 0
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700269 extraHelmFlags: ''
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700270 onosStatInterval: 5
Matteo Scandolo393add12020-05-08 18:03:17 -0700271
Matteo Scandolo272aed42020-05-08 15:05:57 -0700272 parameters:
273 - string:
274 name: buildNode
275 default: '{build-node}'
276 description: 'Name of the Jenkins node to run the job on'
277
278 - string:
279 name: logLevel
280 default: 'WARN'
281 description: 'Log level for all the components'
282
283 - string:
284 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700285 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700286 description: 'Number of ONUs to provision'
287
288 - string:
289 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700290 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700291 description: 'Number of PONs to provision'
292
293 - string:
294 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700295 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700296 description: 'How many BBSim instances to run'
297
298 - string:
299 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700300 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700301 description: 'Which workflow are we testing (att, dt, tt)'
302
303 - bool:
304 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700305 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700306 description: 'Wheter to push flows from ONOS'
307
308 - bool:
309 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700310 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700311 description: 'Wheter to provision subscribers durint the tests'
312
313 - bool:
314 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700315 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700316 description: 'Wheter EAPOL is enabled for the test'
317
318 - bool:
319 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700320 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700321 description: 'Wheter DHCP is enabled for the test'
322
323 - bool:
324 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700325 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700326 description: 'Wheter IGMP is enabled for the test'
327
328 - bool:
329 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700330 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700331 description: 'Wheter Link Discovery is enabled for the test'
332
333 - bool:
334 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700335 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700336 description: 'Option to trigger MIB template command'
337
338 - bool:
339 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700340 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700341 description: 'Option to install Prometheus'
342
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700343 - bool:
344 name: withProfiling
345 default: '{withProfiling}'
346 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
347
348 - string:
349 name: extraHelmFlags
350 default: '{extraHelmFlags}'
351 description: 'Any extra helm parameters you want (passed to every helm install command)'
352
Matteo Scandolo272aed42020-05-08 15:05:57 -0700353 - string:
354 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700355 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700356 description: 'How many OpenONU adapter instances to run'
357
358 - string:
359 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700360 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700361 description: 'How many ONOSes instances to run'
362
363 - string:
364 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700365 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700366 description: 'How many Atomix instances to run'
367
368 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700369 name: onosStatInterval
370 default: '{onosStatInterval}'
371 description: 'How often ONOS should poll for ports, flows and meters'
372
373 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700374 name: bbsimImg
375 default: '{bbsimImg}'
376 description: 'Custom image selection for BBSIM (repo:tag)'
377
378 - string:
379 name: bbsimChart
380 default: '{bbsimChart}'
381 description: 'BBSim chart name (or location on file system)'
382
383 - string:
384 name: rwCoreImg
385 default: '{rwCoreImg}'
386 description: 'Custom image selection for VOLTHA (repo:tag)'
387
388 - string:
389 name: ofAgentImg
390 default: '{ofAgentImg}'
391 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
392
393 - string:
394 name: volthaChart
395 default: '{volthaChart}'
396 description: 'VOLTHA chart name (or location on file system)'
397
398 - string:
399 name: openoltAdapterImg
400 default: '{openoltAdapterImg}'
401 description: 'Custom image selection for Openolt Adapter (repo:tag)'
402
403 - string:
404 name: openoltAdapterChart
405 default: '{openoltAdapterChart}'
406 description: 'OpenOLT chart name (or location on file system)'
407
408 - string:
409 name: openonuAdapterImg
410 default: '{openonuAdapterImg}'
411 description: 'Custom image selection for Openonu Adapter (repo:tag)'
412
413 - string:
414 name: openonuAdapterChart
415 default: '{openonuAdapterChart}'
416 description: 'OpenONU chart name (or location on file system)'
417
418 - string:
419 name: onosImg
420 default: '{onosImg}'
421 description: 'Custom image selection for Openonu Adapter (repo:tag)'
422
423 - string:
424 name: volthaSystemTestsChange
425 default: ''
426 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
427
428 project-type: pipeline
429 concurrent: false
430
431 dsl: !include-raw-escape: pipeline/{pipeline-script}
432
433 triggers:
434 - timed: |
435 TZ=America/Los_Angeles
436 {time-trigger}
437
438- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700439 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800440 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700441 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800442
443 description: |
444 <!-- Managed by Jenkins Job Builder -->
445 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
446 Using pipeline {pipeline-script} <br/><br/>
447 Scale measurements for VOLTHA 2.x
448
449 properties:
450 - cord-infra-properties:
451 build-days-to-keep: '{build-days-to-keep}'
452 artifact-num-to-keep: '{artifact-num-to-keep}'
453
454 wrappers:
455 - lf-infra-wrappers:
456 build-timeout: '{build-timeout}'
457 jenkins-ssh-credential: '{jenkins-ssh-credential}'
458
Matteo Scandolo0430f672020-05-07 11:50:26 -0700459 # default values
460 bbsimImg: voltha/bbsim:master
461 rwCoreImg: voltha/voltha-rw-core:master
462 ofAgentImg: voltha/voltha-ofagent-go:master
463 openoltAdapterImg: voltha/voltha-openolt-adapter:master
464 openonuAdapterImg: voltha/voltha-openonu-adapter:master
465 onosImg: voltha/voltha-onos:master
466
467 bbsimChart: onf/bbsim
468 volthaChart: onf/voltha
469 openoltAdapterChart: onf/voltha-adapter-openolt
470 openonuAdapterChart: onf/voltha-adapter-openonu
471
Matteo Scandolo51b76302020-02-05 12:07:23 -0800472 parameters:
473 - string:
474 name: buildNode
475 default: '{build-node}'
476 description: 'Name of the Jenkins node to run the job on'
477
478 - string:
Matteo Scandolo330f7522020-03-17 17:15:53 -0700479 name: logLevel
480 default: 'WARN'
481 description: 'Log level for all the components'
482
483 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700484 name: onus
485 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800486 description: 'Number of ONUs to provision'
487
488 - string:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700489 name: pons
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700490 default: 2
Matteo Scandolo51b76302020-02-05 12:07:23 -0800491 description: 'Number of PONs to provision'
492
Matteo Scandolo0430f672020-05-07 11:50:26 -0700493 - string:
494 name: olts
495 default: 2
496 description: 'How many BBSim instances to run'
497
498 - string:
499 name: workflow
500 default: att
501 description: 'Which workflow are we testing (att, dt, tt)'
502
503 - bool:
504 name: withFlows
505 default: false
506 description: 'Wheter to push flows from ONOS'
507
508 - bool:
509 name: provisionSubscribers
510 default: false
511 description: 'Wheter to provision subscribers durint the tests'
512
513 - bool:
514 name: withEapol
515 default: true
516 description: 'Wheter EAPOL is enabled for the test'
517
518 - bool:
519 name: withDhcp
520 default: true
521 description: 'Wheter DHCP is enabled for the test'
522
523 - bool:
524 name: withIgmp
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700525 default: false
Matteo Scandolo0430f672020-05-07 11:50:26 -0700526 description: 'Wheter IGMP is enabled for the test'
527
528 - bool:
529 name: withLLDP
530 default: false
531 description: 'Wheter Link Discovery is enabled for the test'
532
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800533 - bool:
534 name: withMibTemplate
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700535 default: true
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800536 description: 'Option to trigger MIB template command'
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800537
Matteo Scandolo0430f672020-05-07 11:50:26 -0700538 - bool:
539 name: withMonitoring
540 default: true
541 description: 'Option to install Prometheus'
542
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700543 - bool:
544 name: withProfiling
545 default: false
546 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
547
548 - string:
549 name: extraHelmFlags
550 default: ' '
551 description: 'Any extra helm parameters you want (passed to every helm install command)'
552
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800553 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700554 name: openonuAdapterReplicas
555 default: 1
556 description: 'How many OpenONU adapter instances to run'
557
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700558 # 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 -0700559 - string:
560 name: onosReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700561 default: 1
Matteo Scandolo0430f672020-05-07 11:50:26 -0700562 description: 'How many ONOSes instances to run'
563
564 - string:
565 name: atomixReplicas
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700566 default: 0
Matteo Scandolo0430f672020-05-07 11:50:26 -0700567 description: 'How many Atomix instances to run'
568
569 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700570 name: onosStatInterval
571 default: 5
572 description: 'How often ONOS should poll for ports, flows and meters'
573
574 - string:
Matteo Scandolo0430f672020-05-07 11:50:26 -0700575 name: bbsimImg
576 default: '{bbsimImg}'
577 description: 'Custom image selection for BBSIM (repo:tag)'
578
579 - string:
580 name: bbsimChart
581 default: '{bbsimChart}'
582 description: 'BBSim chart name (or location on file system)'
583
584 - string:
585 name: rwCoreImg
586 default: '{rwCoreImg}'
587 description: 'Custom image selection for VOLTHA (repo:tag)'
588
589 - string:
590 name: ofAgentImg
591 default: '{ofAgentImg}'
592 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
593
594 - string:
595 name: volthaChart
596 default: '{volthaChart}'
597 description: 'VOLTHA chart name (or location on file system)'
598
599 - string:
600 name: openoltAdapterImg
601 default: '{openoltAdapterImg}'
602 description: 'Custom image selection for Openolt Adapter (repo:tag)'
603
604 - string:
605 name: openoltAdapterChart
606 default: '{openoltAdapterChart}'
607 description: 'OpenOLT chart name (or location on file system)'
608
609 - string:
610 name: openonuAdapterImg
611 default: '{openonuAdapterImg}'
612 description: 'Custom image selection for Openonu Adapter (repo:tag)'
613
614 - string:
615 name: openonuAdapterChart
616 default: '{openonuAdapterChart}'
617 description: 'OpenONU chart name (or location on file system)'
618
619 - string:
620 name: onosImg
621 default: '{onosImg}'
622 description: 'Custom image selection for Openonu Adapter (repo:tag)'
Matteo Scandolof87e1da2020-04-16 16:13:31 -0700623
Matteo Scandolob70b3e02020-05-07 11:50:26 -0700624 - string:
625 name: volthaSystemTestsChange
626 default: ''
627 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
628
Matteo Scandolo51b76302020-02-05 12:07:23 -0800629 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800630 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800631
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700632 dsl: !include-raw-escape: pipeline/{pipeline-script}