blob: 2ee561a8f4794cdf1fe5e92f7fa0c762412f654d [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>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandoloca097652020-08-14 09:49:23 -070012 # OpenONU GO Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070014 name: 'voltha-openonu-go-scale-measurements-master-1-16-64-activation'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070015 'disable-job': true
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 1
19 pons: 16
20 onus: 64
21 withFlows: false
22 provisionSubscribers: false
23 withEapol: false
24 withDhcp: false
25 withIgmp: false
26 openonuAdapterReplicas: 1
27 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
28 extraHelmFlags: '--set use_openonu_adapter_go=true'
Andrea Campanella350c6102020-10-01 09:56:40 +020029
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020030 - 'voltha-scale-measurements':
31 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070032 'disable-job': true
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
35 olts: 2
36 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 workflow: dt
41 withEapol: false
42 withDhcp: false
43 withIgmp: false
44 onosReplicas: 3
45 atomixReplicas: 3
46 openonuAdapterReplicas: 1
47 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
48 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070049
Matteo Scandolo8df57162020-10-06 14:43:53 -070050 # this job will be used to test custom images without disrupting tests on master
51 - 'voltha-scale-measurements':
52 name: 'voltha-scale-measurements-master-experimental'
53 build-node: 'onf-pod1-head-node'
54 time-trigger: "H H/4 * * *"
55 olts: 1
56 pons: 16
57 onus: 32
58 withFlows: true
59 provisionSubscribers: true
60 withEapol: true
61 withDhcp: true
62 withIgmp: false
63 openonuAdapterReplicas: 8
64 onosReplicas: 3
65 atomixReplicas: 3
66 extraHelmFlags: ' '
67 withPcap: true
68 bbsimImg: matteoscandolo/bbsim:flow-decomposition
69 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Matteo Scandoloc348aea2020-10-07 13:36:04 -070070 # rwCoreImg: matteoscandolo/voltha-rw-core:flow-wait
71 ofAgentImg: matteoscandolo/voltha-ofagent-go:flow-stats
72
Matteo Scandolo8df57162020-10-06 14:43:53 -070073
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070074 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070075 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070076 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070077 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070078 build-node: 'onf-pod1-head-node'
79 time-trigger: "H H/4 * * *"
80 olts: 1
81 pons: 16
82 onus: 32
83 withFlows: true
84 provisionSubscribers: true
85 withEapol: true
86 withDhcp: true
87 withIgmp: false
88 openonuAdapterReplicas: 8
89 onosReplicas: 3
90 atomixReplicas: 3
Matteo Scandolo8df57162020-10-06 14:43:53 -070091 extraHelmFlags: '--set defaults.rw_core.timeout=30s --set authRetry:true,dhcpRetry=true '
Matteo Scandolo91337832020-08-25 18:39:33 -070092 withPcap: true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070093
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070094 - 'voltha-scale-measurements':
95 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070096 'disable-job': true
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070097 build-node: 'onf-pod1-head-node'
98 time-trigger: "H H/4 * * *"
99 olts: 1
100 pons: 16
101 onus: 32
102 withFlows: true
103 provisionSubscribers: true
104 workflow: tt
105 withEapol: false
106 withDhcp: true
107 withIgmp: true
108 openonuAdapterReplicas: 8
109 onosReplicas: 3
110 atomixReplicas: 3
Matteo Scandolo8df57162020-10-06 14:43:53 -0700111 extraHelmFlags: '--set defaults.rw_core.timeout=30s --set dhcpRetry=true '
Matteo Scandolo79184172020-09-17 10:16:42 -0700112 withPcap: true
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700113
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700114 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700115 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700116 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700117 build-node: 'onf-pod1-head-node'
118 time-trigger: "H H/4 * * *"
119 olts: 1
120 pons: 16
121 onus: 32
122 withFlows: true
123 provisionSubscribers: true
124 workflow: dt
125 withEapol: false
126 withDhcp: false
127 withIgmp: false
128 openonuAdapterReplicas: 8
129 onosReplicas: 3
130 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200131
Matteo Scandolo272aed42020-05-08 15:05:57 -0700132 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700133 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700134 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700135 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 build-node: 'onf-pod1-head-node'
137 time-trigger: "H H/4 * * *"
138 olts: 2
139 pons: 16
140 onus: 32
141 withFlows: true
142 provisionSubscribers: true
143 withEapol: true
144 withDhcp: true
145 withIgmp: false
146 openonuAdapterReplicas: 8
147 onosReplicas: 3
148 atomixReplicas: 3
Matteo Scandolo8df57162020-10-06 14:43:53 -0700149 extraHelmFlags: '--set defaults.rw_core.timeout=30s --set authRetry=true,dhcpRetry=true '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700150 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700151
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700152 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700153 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700154 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700155 build-node: 'onf-pod1-head-node'
156 time-trigger: "H H/4 * * *"
157 olts: 2
158 pons: 16
159 onus: 32
160 withFlows: true
161 provisionSubscribers: true
162 workflow: dt
163 withEapol: false
164 withDhcp: false
165 withIgmp: false
166 openonuAdapterReplicas: 8
167 onosReplicas: 3
168 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700169 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700170
Matteo Scandolo031bd982020-09-16 10:03:47 -0700171 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700173 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700174 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700175 build-node: 'onf-pod1-head-node'
176 time-trigger: "H H/4 * * *"
177 olts: 1
178 pons: 16
179 onus: 32
180 withFlows: true
181 provisionSubscribers: true
182 withEapol: true
183 withDhcp: true
184 withIgmp: false
185 openonuAdapterReplicas: 8
186 onosReplicas: 3
187 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700188 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700189 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700190 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700191 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700192 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700193 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700194 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200195 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700196 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700197
198 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700199 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700200 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700201 build-node: 'onf-pod1-head-node'
202 time-trigger: "H H/4 * * *"
203 olts: 2
204 pons: 16
205 onus: 32
206 withFlows: true
207 provisionSubscribers: true
208 workflow: dt
209 withEapol: false
210 withDhcp: false
211 withIgmp: false
212 openonuAdapterReplicas: 8
213 onosReplicas: 3
214 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700215 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700216 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700217 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700218 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700219 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700220 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700221 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200222 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700223
Matteo Scandolo031bd982020-09-16 10:03:47 -0700224 - 'voltha-scale-measurements':
225 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700226 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700227 build-node: 'onf-pod1-head-node'
228 time-trigger: "H H/4 * * *"
229 olts: 1
230 pons: 16
231 onus: 32
232 withFlows: true
233 provisionSubscribers: true
234 workflow: tt
235 withEapol: false
236 withDhcp: true
237 withIgmp: true
238 openonuAdapterReplicas: 8
239 onosReplicas: 3
240 atomixReplicas: 3
241 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
242 release: voltha-2.5
243 bbsimImg: ''
244 rwCoreImg: ''
245 ofAgentImg: ''
246 openoltAdapterImg: ''
247 openonuAdapterImg: ''
248 onosImg: ''
249 withPcap: true
250
Matteo Scandolo272aed42020-05-08 15:05:57 -0700251 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700252 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700253 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700254 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700255 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700256
Matteo Scandolodc930192020-08-27 15:56:16 -0700257 # development matrix
258 - 'voltha-scale-matrix-dev':
259 name: 'voltha-scale-matrix-voltha-2.4-dev'
260 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800261
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700262# list of parameters for the VOLTHA Jobs,
263# used as anchor so that can be shared across multiple jobs
264# to use in a job: `parameters: *voltha-build-job-parameters`
265- voltha-scale-job-parameters: &voltha-scale-job-parameters
266 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700267 parameters:
268 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700269 name: release
270 default: '{release}'
271 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
272
273 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700274 name: buildNode
275 default: '{build-node}'
276 description: 'Name of the Jenkins node to run the job on'
277
278 - string:
279 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700280 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 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
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700348 - bool:
349 name: withPcap
350 default: '{withPcap}'
351 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
352
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700353 - string:
354 name: extraHelmFlags
355 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700356 description: 'Any extra helm parameters you want (passed to every helm install command, not available if release != master)'
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700357
Matteo Scandolo272aed42020-05-08 15:05:57 -0700358 - string:
359 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700360 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700361 description: 'How many OpenONU adapter instances to run'
362
363 - string:
364 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700365 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700366 description: 'How many ONOSes instances to run'
367
368 - string:
369 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700370 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700371 description: 'How many Atomix instances to run'
372
373 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700374 name: kafkaReplicas
375 default: '{kafkaReplicas}'
376 description: 'How many Kafka instances to run'
377
378 - string:
379 name: etcdReplicas
380 default: '{etcdReplicas}'
381 description: 'How many ETCD 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:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700439 name: onosChart
440 default: '{onosChart}'
441 description: 'ONOS chart name (or location on file system)'
442
443 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700444 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700445 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700446 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
447
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700448 - string:
449 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700450 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700451 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
452
Matteo Scandoloccc06192020-06-22 10:16:17 -0700453 - bool:
454 name: inMemoryEtcdStorage
455 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700456 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700457
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200458 - string:
459 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700460 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200461 description: 'Karaf home'
462
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700463- job-template:
464 id: 'voltha-scale-measurements'
465 name: '{name}'
466 pipeline-script: 'voltha-scale-test.groovy'
467 disabled: '{disable-job}'
468
469 description: |
470 <!-- Managed by Jenkins Job Builder -->
471 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
472 Using pipeline {pipeline-script} <br/><br/>
473 Scale measurements for VOLTHA 2.x
474
475 properties:
476 - cord-infra-properties:
477 build-days-to-keep: 30
478 artifact-num-to-keep: 15
479
480 wrappers:
481 - lf-infra-wrappers:
482 build-timeout: '{build-timeout}'
483 jenkins-ssh-credential: '{jenkins-ssh-credential}'
484
485 # default values
486 release: master
487
488 bbsimImg: voltha/bbsim:master
489 rwCoreImg: voltha/voltha-rw-core:master
490 ofAgentImg: voltha/voltha-ofagent-go:master
491 openoltAdapterImg: voltha/voltha-openolt-adapter:master
492 openonuAdapterImg: voltha/voltha-openonu-adapter:master
493 onosImg: voltha/voltha-onos:master
494
495 bbsimChart: onf/bbsim
496 volthaChart: onf/voltha
497 openoltAdapterChart: onf/voltha-adapter-openolt
498 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700499 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700500
501 olts: 2
502 pons: 2
503 onus: 2
504 workflow: att
505 withFlows: false
506 provisionSubscribers: false
507 withEapol: true
508 withDhcp: true
509 withIgmp: false
510 withLLDP: false
511 withMibTemplate: true
512 withMonitoring: true
513 withProfiling: false
514 withPcap: false
515 openonuAdapterReplicas: 1
516 onosReplicas: 1
517 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700518 kafkaReplicas: 3
519 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700520 extraHelmFlags: ''
521 onosStatInterval: 5
522 volthaSystemTestsChange: ''
523 kindVolthaChange: ''
524 inMemoryEtcdStorage: true
525 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700526 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700527
528 <<: *voltha-scale-job-parameters
529
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 project-type: pipeline
531 concurrent: false
532
533 dsl: !include-raw-escape: pipeline/{pipeline-script}
534
Matteo Scandoloabb83972020-06-25 16:08:23 -0700535 triggers:
536 - timed: |
537 TZ=America/Los_Angeles
538 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700539
540- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700541 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800542 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700543 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800544
545 description: |
546 <!-- Managed by Jenkins Job Builder -->
547 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
548 Using pipeline {pipeline-script} <br/><br/>
549 Scale measurements for VOLTHA 2.x
550
551 properties:
552 - cord-infra-properties:
553 build-days-to-keep: '{build-days-to-keep}'
554 artifact-num-to-keep: '{artifact-num-to-keep}'
555
556 wrappers:
557 - lf-infra-wrappers:
558 build-timeout: '{build-timeout}'
559 jenkins-ssh-credential: '{jenkins-ssh-credential}'
560
Matteo Scandolo0430f672020-05-07 11:50:26 -0700561 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700562 release: master
563
Matteo Scandolo0430f672020-05-07 11:50:26 -0700564 bbsimImg: voltha/bbsim:master
565 rwCoreImg: voltha/voltha-rw-core:master
566 ofAgentImg: voltha/voltha-ofagent-go:master
567 openoltAdapterImg: voltha/voltha-openolt-adapter:master
568 openonuAdapterImg: voltha/voltha-openonu-adapter:master
569 onosImg: voltha/voltha-onos:master
570
571 bbsimChart: onf/bbsim
572 volthaChart: onf/voltha
573 openoltAdapterChart: onf/voltha-adapter-openolt
574 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700575 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700576
Matteo Scandolo68776b72020-07-21 14:06:06 -0700577 olts: 2
578 pons: 2
579 onus: 2
580 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700581 withFlows: true
582 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700583 withEapol: true
584 withDhcp: true
585 withIgmp: false
586 withLLDP: false
587 withMibTemplate: true
588 withMonitoring: true
589 withProfiling: false
590 withPcap: false
591 openonuAdapterReplicas: 1
592 onosReplicas: 1
593 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700594 kafkaReplicas: 1
595 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700596 extraHelmFlags: ''
597 onosStatInterval: 5
598 volthaSystemTestsChange: ''
599 kindVolthaChange: ''
600 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700601 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700602 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700603
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700604 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200605
Matteo Scandolo51b76302020-02-05 12:07:23 -0800606 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800607 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800608
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700609 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700610
611- job-template:
612 id: 'voltha-scale-matrix-dev'
613 name: '{name}'
614 pipeline-script: 'voltha-scale-matrix.groovy'
615
616 description: |
617 <!-- Managed by Jenkins Job Builder -->
618 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
619 Using pipeline {pipeline-script} <br/><br/>
620 Scale measurements for VOLTHA 2.x
621
622 properties:
623 - cord-infra-properties:
624 build-days-to-keep: '{build-days-to-keep}'
625 artifact-num-to-keep: '{artifact-num-to-keep}'
626
627 wrappers:
628 - lf-infra-wrappers:
629 build-timeout: '{build-timeout}'
630 jenkins-ssh-credential: '{jenkins-ssh-credential}'
631
632 # default values
633 release: master
634 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700635 volthaSystemTestsChange: ''
636 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700637
638 project-type: pipeline
639 concurrent: false
640
641 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700642
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700643 parameters:
644 - string:
645 name: release
646 default: '{release}'
647 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
648
649 - string:
650 name: buildNode
651 default: '{build-node}'
652 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700653
654 - string:
655 name: volthaSystemTestsChange
656 default: '{volthaSystemTestsChange}'
657 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
658
659 - string:
660 name: kindVolthaChange
661 default: '{kindVolthaChange}'
662 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'