blob: 9da42b3d2047b8708995eb0952bd55a1d3cb1f3a [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'
15 build-node: 'onf-pod1-head-node'
16 time-trigger: "H H/4 * * *"
17 olts: 1
18 pons: 16
19 onus: 64
20 withFlows: false
21 provisionSubscribers: false
22 withEapol: false
23 withDhcp: false
24 withIgmp: false
25 openonuAdapterReplicas: 1
26 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
27 extraHelmFlags: '--set use_openonu_adapter_go=true'
Andrea Campanella350c6102020-10-01 09:56:40 +020028
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020029 - 'voltha-scale-measurements':
30 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
31 build-node: 'onf-pod1-head-node'
32 time-trigger: "H H/4 * * *"
33 olts: 2
34 pons: 16
35 onus: 32
36 withFlows: true
37 provisionSubscribers: true
38 workflow: dt
39 withEapol: false
40 withDhcp: false
41 withIgmp: false
42 onosReplicas: 3
43 atomixReplicas: 3
44 openonuAdapterReplicas: 1
45 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
46 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070047
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070048 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070049 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070050 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070051 build-node: 'onf-pod1-head-node'
52 time-trigger: "H H/4 * * *"
53 olts: 1
54 pons: 16
55 onus: 32
56 withFlows: true
57 provisionSubscribers: true
58 withEapol: true
59 withDhcp: true
60 withIgmp: false
61 openonuAdapterReplicas: 8
62 onosReplicas: 3
63 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070064 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070065 withPcap: true
Matteo Scandolo67d4e1b2020-10-05 11:05:36 -070066 bbsimImg: matteoscandolo/bbsim:flow-decomposition
67 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Matteo Scandoloe4b04342020-05-28 07:35:45 -070068
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070069 - 'voltha-scale-measurements':
70 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
71 build-node: 'onf-pod1-head-node'
72 time-trigger: "H H/4 * * *"
73 olts: 1
74 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 workflow: tt
79 withEapol: false
80 withDhcp: true
81 withIgmp: true
82 openonuAdapterReplicas: 8
83 onosReplicas: 3
84 atomixReplicas: 3
85 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo79184172020-09-17 10:16:42 -070086 withPcap: true
Matteo Scandolo67d4e1b2020-10-05 11:05:36 -070087 bbsimImg: matteoscandolo/bbsim:flow-decomposition
88 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070089
Matteo Scandoloe4b04342020-05-28 07:35:45 -070090 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070091 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070092 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070093 build-node: 'onf-pod1-head-node'
94 time-trigger: "H H/4 * * *"
95 olts: 1
96 pons: 16
97 onus: 32
98 withFlows: true
99 provisionSubscribers: true
100 workflow: dt
101 withEapol: false
102 withDhcp: false
103 withIgmp: false
104 openonuAdapterReplicas: 8
105 onosReplicas: 3
106 atomixReplicas: 3
Matteo Scandolo67d4e1b2020-10-05 11:05:36 -0700107 bbsimImg: matteoscandolo/bbsim:flow-decomposition
108 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200109
Matteo Scandolo272aed42020-05-08 15:05:57 -0700110 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700111 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700112 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700113 build-node: 'onf-pod1-head-node'
114 time-trigger: "H H/4 * * *"
115 olts: 2
116 pons: 16
117 onus: 32
118 withFlows: true
119 provisionSubscribers: true
120 withEapol: true
121 withDhcp: true
122 withIgmp: false
123 openonuAdapterReplicas: 8
124 onosReplicas: 3
125 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700126 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700127 withPcap: true
Matteo Scandolo67d4e1b2020-10-05 11:05:36 -0700128 bbsimImg: matteoscandolo/bbsim:flow-decomposition
129 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700130
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700131 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700132 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700133 build-node: 'onf-pod1-head-node'
134 time-trigger: "H H/4 * * *"
135 olts: 2
136 pons: 16
137 onus: 32
138 withFlows: true
139 provisionSubscribers: true
140 workflow: dt
141 withEapol: false
142 withDhcp: false
143 withIgmp: false
144 openonuAdapterReplicas: 8
145 onosReplicas: 3
146 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700147 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo67d4e1b2020-10-05 11:05:36 -0700148 bbsimImg: matteoscandolo/bbsim:flow-decomposition
149 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Matteo Scandolo272aed42020-05-08 15:05:57 -0700150
Matteo Scandolo031bd982020-09-16 10:03:47 -0700151 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700152 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700153 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700154 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 withEapol: true
162 withDhcp: true
163 withIgmp: false
164 openonuAdapterReplicas: 8
165 onosReplicas: 3
166 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700167 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700168 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700169 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700170 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700171 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700172 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700173 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200174 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700175 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700176
177 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700178 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700179 build-node: 'onf-pod1-head-node'
180 time-trigger: "H H/4 * * *"
181 olts: 2
182 pons: 16
183 onus: 32
184 withFlows: true
185 provisionSubscribers: true
186 workflow: dt
187 withEapol: false
188 withDhcp: false
189 withIgmp: false
190 openonuAdapterReplicas: 8
191 onosReplicas: 3
192 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700193 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700194 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700195 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700196 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700197 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700198 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700199 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200200 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700201
Matteo Scandolo031bd982020-09-16 10:03:47 -0700202 - 'voltha-scale-measurements':
203 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
204 build-node: 'onf-pod1-head-node'
205 time-trigger: "H H/4 * * *"
206 olts: 1
207 pons: 16
208 onus: 32
209 withFlows: true
210 provisionSubscribers: true
211 workflow: tt
212 withEapol: false
213 withDhcp: true
214 withIgmp: true
215 openonuAdapterReplicas: 8
216 onosReplicas: 3
217 atomixReplicas: 3
218 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
219 release: voltha-2.5
220 bbsimImg: ''
221 rwCoreImg: ''
222 ofAgentImg: ''
223 openoltAdapterImg: ''
224 openonuAdapterImg: ''
225 onosImg: ''
226 withPcap: true
227
Matteo Scandolo272aed42020-05-08 15:05:57 -0700228 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700229 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700230 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700231 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700232 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700233
Matteo Scandolodc930192020-08-27 15:56:16 -0700234 # development matrix
235 - 'voltha-scale-matrix-dev':
236 name: 'voltha-scale-matrix-voltha-2.4-dev'
237 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800238
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700239# list of parameters for the VOLTHA Jobs,
240# used as anchor so that can be shared across multiple jobs
241# to use in a job: `parameters: *voltha-build-job-parameters`
242- voltha-scale-job-parameters: &voltha-scale-job-parameters
243 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700244 parameters:
245 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700246 name: release
247 default: '{release}'
248 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
249
250 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700251 name: buildNode
252 default: '{build-node}'
253 description: 'Name of the Jenkins node to run the job on'
254
255 - string:
256 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700257 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700258 description: 'Log level for all the components'
259
260 - string:
261 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700262 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700263 description: 'Number of ONUs to provision'
264
265 - string:
266 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700267 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700268 description: 'Number of PONs to provision'
269
270 - string:
271 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700272 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700273 description: 'How many BBSim instances to run'
274
275 - string:
276 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700277 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700278 description: 'Which workflow are we testing (att, dt, tt)'
279
280 - bool:
281 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700282 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700283 description: 'Wheter to push flows from ONOS'
284
285 - bool:
286 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700287 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700288 description: 'Wheter to provision subscribers durint the tests'
289
290 - bool:
291 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700292 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700293 description: 'Wheter EAPOL is enabled for the test'
294
295 - bool:
296 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700297 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700298 description: 'Wheter DHCP is enabled for the test'
299
300 - bool:
301 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700302 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700303 description: 'Wheter IGMP is enabled for the test'
304
305 - bool:
306 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700307 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700308 description: 'Wheter Link Discovery is enabled for the test'
309
310 - bool:
311 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700312 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'Option to trigger MIB template command'
314
315 - bool:
316 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'Option to install Prometheus'
319
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700320 - bool:
321 name: withProfiling
322 default: '{withProfiling}'
323 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
324
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700325 - bool:
326 name: withPcap
327 default: '{withPcap}'
328 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
329
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700330 - string:
331 name: extraHelmFlags
332 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700333 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 -0700334
Matteo Scandolo272aed42020-05-08 15:05:57 -0700335 - string:
336 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'How many OpenONU adapter instances to run'
339
340 - string:
341 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'How many ONOSes instances to run'
344
345 - string:
346 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'How many Atomix instances to run'
349
350 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700351 name: kafkaReplicas
352 default: '{kafkaReplicas}'
353 description: 'How many Kafka instances to run'
354
355 - string:
356 name: etcdReplicas
357 default: '{etcdReplicas}'
358 description: 'How many ETCD instances to run'
359
360 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700361 name: onosStatInterval
362 default: '{onosStatInterval}'
363 description: 'How often ONOS should poll for ports, flows and meters'
364
365 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700366 name: bbsimImg
367 default: '{bbsimImg}'
368 description: 'Custom image selection for BBSIM (repo:tag)'
369
370 - string:
371 name: bbsimChart
372 default: '{bbsimChart}'
373 description: 'BBSim chart name (or location on file system)'
374
375 - string:
376 name: rwCoreImg
377 default: '{rwCoreImg}'
378 description: 'Custom image selection for VOLTHA (repo:tag)'
379
380 - string:
381 name: ofAgentImg
382 default: '{ofAgentImg}'
383 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
384
385 - string:
386 name: volthaChart
387 default: '{volthaChart}'
388 description: 'VOLTHA chart name (or location on file system)'
389
390 - string:
391 name: openoltAdapterImg
392 default: '{openoltAdapterImg}'
393 description: 'Custom image selection for Openolt Adapter (repo:tag)'
394
395 - string:
396 name: openoltAdapterChart
397 default: '{openoltAdapterChart}'
398 description: 'OpenOLT chart name (or location on file system)'
399
400 - string:
401 name: openonuAdapterImg
402 default: '{openonuAdapterImg}'
403 description: 'Custom image selection for Openonu Adapter (repo:tag)'
404
405 - string:
406 name: openonuAdapterChart
407 default: '{openonuAdapterChart}'
408 description: 'OpenONU chart name (or location on file system)'
409
410 - string:
411 name: onosImg
412 default: '{onosImg}'
413 description: 'Custom image selection for Openonu Adapter (repo:tag)'
414
415 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700416 name: onosChart
417 default: '{onosChart}'
418 description: 'ONOS chart name (or location on file system)'
419
420 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700421 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700422 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700423 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
424
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700425 - string:
426 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700427 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700428 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
429
Matteo Scandoloccc06192020-06-22 10:16:17 -0700430 - bool:
431 name: inMemoryEtcdStorage
432 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700433 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700434
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200435 - string:
436 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700437 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200438 description: 'Karaf home'
439
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700440- job-template:
441 id: 'voltha-scale-measurements'
442 name: '{name}'
443 pipeline-script: 'voltha-scale-test.groovy'
444 disabled: '{disable-job}'
445
446 description: |
447 <!-- Managed by Jenkins Job Builder -->
448 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
449 Using pipeline {pipeline-script} <br/><br/>
450 Scale measurements for VOLTHA 2.x
451
452 properties:
453 - cord-infra-properties:
454 build-days-to-keep: 30
455 artifact-num-to-keep: 15
456
457 wrappers:
458 - lf-infra-wrappers:
459 build-timeout: '{build-timeout}'
460 jenkins-ssh-credential: '{jenkins-ssh-credential}'
461
462 # default values
463 release: master
464
465 bbsimImg: voltha/bbsim:master
466 rwCoreImg: voltha/voltha-rw-core:master
467 ofAgentImg: voltha/voltha-ofagent-go:master
468 openoltAdapterImg: voltha/voltha-openolt-adapter:master
469 openonuAdapterImg: voltha/voltha-openonu-adapter:master
470 onosImg: voltha/voltha-onos:master
471
472 bbsimChart: onf/bbsim
473 volthaChart: onf/voltha
474 openoltAdapterChart: onf/voltha-adapter-openolt
475 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700476 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700477
478 olts: 2
479 pons: 2
480 onus: 2
481 workflow: att
482 withFlows: false
483 provisionSubscribers: false
484 withEapol: true
485 withDhcp: true
486 withIgmp: false
487 withLLDP: false
488 withMibTemplate: true
489 withMonitoring: true
490 withProfiling: false
491 withPcap: false
492 openonuAdapterReplicas: 1
493 onosReplicas: 1
494 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700495 kafkaReplicas: 3
496 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700497 extraHelmFlags: ''
498 onosStatInterval: 5
499 volthaSystemTestsChange: ''
500 kindVolthaChange: ''
501 inMemoryEtcdStorage: true
502 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700503 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700504
505 <<: *voltha-scale-job-parameters
506
Matteo Scandolo272aed42020-05-08 15:05:57 -0700507 project-type: pipeline
508 concurrent: false
509
510 dsl: !include-raw-escape: pipeline/{pipeline-script}
511
Matteo Scandoloabb83972020-06-25 16:08:23 -0700512 triggers:
513 - timed: |
514 TZ=America/Los_Angeles
515 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516
517- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700518 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800519 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700520 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800521
522 description: |
523 <!-- Managed by Jenkins Job Builder -->
524 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
525 Using pipeline {pipeline-script} <br/><br/>
526 Scale measurements for VOLTHA 2.x
527
528 properties:
529 - cord-infra-properties:
530 build-days-to-keep: '{build-days-to-keep}'
531 artifact-num-to-keep: '{artifact-num-to-keep}'
532
533 wrappers:
534 - lf-infra-wrappers:
535 build-timeout: '{build-timeout}'
536 jenkins-ssh-credential: '{jenkins-ssh-credential}'
537
Matteo Scandolo0430f672020-05-07 11:50:26 -0700538 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700539 release: master
540
Matteo Scandolo0430f672020-05-07 11:50:26 -0700541 bbsimImg: voltha/bbsim:master
542 rwCoreImg: voltha/voltha-rw-core:master
543 ofAgentImg: voltha/voltha-ofagent-go:master
544 openoltAdapterImg: voltha/voltha-openolt-adapter:master
545 openonuAdapterImg: voltha/voltha-openonu-adapter:master
546 onosImg: voltha/voltha-onos:master
547
548 bbsimChart: onf/bbsim
549 volthaChart: onf/voltha
550 openoltAdapterChart: onf/voltha-adapter-openolt
551 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700552 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700553
Matteo Scandolo68776b72020-07-21 14:06:06 -0700554 olts: 2
555 pons: 2
556 onus: 2
557 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700558 withFlows: true
559 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700560 withEapol: true
561 withDhcp: true
562 withIgmp: false
563 withLLDP: false
564 withMibTemplate: true
565 withMonitoring: true
566 withProfiling: false
567 withPcap: false
568 openonuAdapterReplicas: 1
569 onosReplicas: 1
570 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700571 kafkaReplicas: 1
572 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700573 extraHelmFlags: ''
574 onosStatInterval: 5
575 volthaSystemTestsChange: ''
576 kindVolthaChange: ''
577 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700578 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700579 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700580
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700581 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200582
Matteo Scandolo51b76302020-02-05 12:07:23 -0800583 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800584 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800585
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700586 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700587
588- job-template:
589 id: 'voltha-scale-matrix-dev'
590 name: '{name}'
591 pipeline-script: 'voltha-scale-matrix.groovy'
592
593 description: |
594 <!-- Managed by Jenkins Job Builder -->
595 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
596 Using pipeline {pipeline-script} <br/><br/>
597 Scale measurements for VOLTHA 2.x
598
599 properties:
600 - cord-infra-properties:
601 build-days-to-keep: '{build-days-to-keep}'
602 artifact-num-to-keep: '{artifact-num-to-keep}'
603
604 wrappers:
605 - lf-infra-wrappers:
606 build-timeout: '{build-timeout}'
607 jenkins-ssh-credential: '{jenkins-ssh-credential}'
608
609 # default values
610 release: master
611 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700612 volthaSystemTestsChange: ''
613 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700614
615 project-type: pipeline
616 concurrent: false
617
618 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700619
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700620 parameters:
621 - string:
622 name: release
623 default: '{release}'
624 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
625
626 - string:
627 name: buildNode
628 default: '{build-node}'
629 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700630
631 - string:
632 name: volthaSystemTestsChange
633 default: '{volthaSystemTestsChange}'
634 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
635
636 - string:
637 name: kindVolthaChange
638 default: '{kindVolthaChange}'
639 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'