blob: a40d7fe7ab446983816053a25e4a754a1678747f [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'
28
29 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070030 name: 'voltha-scale-measurements-master-1-16-32-activation'
Matteo Scandolob4f81882020-07-30 09:45:15 -070031 'disable-job': true
Matteo Scandolob46bc402020-06-11 13:59:44 -070032 build-node: 'onf-pod1-head-node'
33 time-trigger: "H H/4 * * *"
34 olts: 1
35 pons: 16
36 onus: 32
37 withFlows: false
38 provisionSubscribers: false
39 withEapol: false
40 withDhcp: false
41 withIgmp: false
42 openonuAdapterReplicas: 8
43 onosReplicas: 3
44 atomixReplicas: 3
Matteo Scandolob46bc402020-06-11 13:59:44 -070045
Matteo Scandolo272aed42020-05-08 15:05:57 -070046 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070047 name: 'voltha-scale-measurements-master-1-16-32-att-flows'
Matteo Scandolob4f81882020-07-30 09:45:15 -070048 'disable-job': true
Matteo Scandolo272aed42020-05-08 15:05:57 -070049 build-node: 'onf-pod1-head-node'
50 time-trigger: "H H/4 * * *"
51 olts: 1
52 pons: 16
53 onus: 32
54 withFlows: true
55 provisionSubscribers: false
56 withEapol: true
57 withDhcp: true
58 withIgmp: false
59 openonuAdapterReplicas: 8
60 onosReplicas: 3
61 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070062 extraHelmFlags: '--set auth=false '
Matteo Scandoloe4b04342020-05-28 07:35:45 -070063
64 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070065 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070066 build-node: 'onf-pod1-head-node'
67 time-trigger: "H H/4 * * *"
68 olts: 1
69 pons: 16
70 onus: 32
71 withFlows: true
72 provisionSubscribers: true
73 withEapol: true
74 withDhcp: true
75 withIgmp: false
76 openonuAdapterReplicas: 8
77 onosReplicas: 3
78 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070079 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070080 withPcap: true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070081
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070082 - 'voltha-scale-measurements':
83 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
84 build-node: 'onf-pod1-head-node'
85 time-trigger: "H H/4 * * *"
86 olts: 1
87 pons: 16
88 onus: 32
89 withFlows: true
90 provisionSubscribers: true
91 workflow: tt
92 withEapol: false
93 withDhcp: true
94 withIgmp: true
95 openonuAdapterReplicas: 8
96 onosReplicas: 3
97 atomixReplicas: 3
98 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo79184172020-09-17 10:16:42 -070099 withPcap: true
Matteo Scandoloa7600f12020-09-21 16:09:27 -0700100 ofAgentImg: 'matteoscandolo/voltha-ofagent-go:flow-chunk'
101 onosImg: 'matteoscandolo/voltha-onos:dhcp'
Matteo Scandolo79184172020-09-17 10:16:42 -0700102 logLevel: INFO
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700103
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700104 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
105 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700106 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700107 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700108 build-node: 'onf-pod1-head-node'
109 time-trigger: "H H/4 * * *"
110 olts: 1
111 pons: 16
112 onus: 32
113 withFlows: true
114 provisionSubscribers: true
115 workflow: dt
116 withEapol: false
117 withDhcp: false
118 withIgmp: false
119 openonuAdapterReplicas: 8
120 onosReplicas: 3
121 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200122
Matteo Scandolo272aed42020-05-08 15:05:57 -0700123 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700124 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700125 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700126 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700127 build-node: 'onf-pod1-head-node'
128 time-trigger: "H H/4 * * *"
129 olts: 2
130 pons: 16
131 onus: 32
132 withFlows: false
133 provisionSubscribers: false
134 withEapol: false
135 withDhcp: false
136 withIgmp: false
137 openonuAdapterReplicas: 8
138 onosReplicas: 3
139 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700140
Matteo Scandolocb726432020-06-01 08:49:14 -0700141 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700142 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700143 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700144 build-node: 'onf-pod1-head-node'
145 time-trigger: "H H/4 * * *"
146 olts: 2
147 pons: 16
148 onus: 32
149 withFlows: true
150 provisionSubscribers: false
151 withEapol: true
152 withDhcp: true
153 withIgmp: false
154 openonuAdapterReplicas: 8
155 onosReplicas: 3
156 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700157 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700158
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700159 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700160 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700161 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700162 build-node: 'onf-pod1-head-node'
163 time-trigger: "H H/4 * * *"
164 olts: 2
165 pons: 16
166 onus: 32
167 withFlows: true
168 provisionSubscribers: true
169 withEapol: true
170 withDhcp: true
171 withIgmp: false
172 openonuAdapterReplicas: 8
173 onosReplicas: 3
174 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700175 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700176
177 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
178 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700179 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700180 build-node: 'onf-pod1-head-node'
181 time-trigger: "H H/4 * * *"
182 olts: 2
183 pons: 16
184 onus: 32
185 withFlows: true
186 provisionSubscribers: true
187 workflow: dt
188 withEapol: false
189 withDhcp: false
190 withIgmp: false
191 openonuAdapterReplicas: 8
192 onosReplicas: 3
193 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700194 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700195
Matteo Scandolo031bd982020-09-16 10:03:47 -0700196 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700197 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700198 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700199 build-node: 'onf-pod1-head-node'
200 time-trigger: "H H/4 * * *"
201 olts: 1
202 pons: 16
203 onus: 32
204 withFlows: true
205 provisionSubscribers: true
206 withEapol: true
207 withDhcp: true
208 withIgmp: false
209 openonuAdapterReplicas: 8
210 onosReplicas: 3
211 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700212 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700213 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700214 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700215 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700216 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700217 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700218 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200219 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700220 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700221
222 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700223 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700224 build-node: 'onf-pod1-head-node'
225 time-trigger: "H H/4 * * *"
226 olts: 2
227 pons: 16
228 onus: 32
229 withFlows: true
230 provisionSubscribers: true
231 workflow: dt
232 withEapol: false
233 withDhcp: false
234 withIgmp: false
235 openonuAdapterReplicas: 8
236 onosReplicas: 3
237 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700238 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700239 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700240 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700241 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700242 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700243 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700244 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200245 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700246
Matteo Scandolo031bd982020-09-16 10:03:47 -0700247 - 'voltha-scale-measurements':
248 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
249 build-node: 'onf-pod1-head-node'
250 time-trigger: "H H/4 * * *"
251 olts: 1
252 pons: 16
253 onus: 32
254 withFlows: true
255 provisionSubscribers: true
256 workflow: tt
257 withEapol: false
258 withDhcp: true
259 withIgmp: true
260 openonuAdapterReplicas: 8
261 onosReplicas: 3
262 atomixReplicas: 3
263 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
264 release: voltha-2.5
265 bbsimImg: ''
266 rwCoreImg: ''
267 ofAgentImg: ''
268 openoltAdapterImg: ''
269 openonuAdapterImg: ''
270 onosImg: ''
271 withPcap: true
272
Matteo Scandolo272aed42020-05-08 15:05:57 -0700273 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700274 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700275 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700276 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700277 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700278
Matteo Scandolodc930192020-08-27 15:56:16 -0700279 # development matrix
280 - 'voltha-scale-matrix-dev':
281 name: 'voltha-scale-matrix-voltha-2.4-dev'
282 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800283
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700284# list of parameters for the VOLTHA Jobs,
285# used as anchor so that can be shared across multiple jobs
286# to use in a job: `parameters: *voltha-build-job-parameters`
287- voltha-scale-job-parameters: &voltha-scale-job-parameters
288 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700289 parameters:
290 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700291 name: release
292 default: '{release}'
293 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
294
295 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700296 name: buildNode
297 default: '{build-node}'
298 description: 'Name of the Jenkins node to run the job on'
299
300 - string:
301 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700302 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700303 description: 'Log level for all the components'
304
305 - string:
306 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700307 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700308 description: 'Number of ONUs to provision'
309
310 - string:
311 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700312 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'Number of PONs to provision'
314
315 - string:
316 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'How many BBSim instances to run'
319
320 - string:
321 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700322 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700323 description: 'Which workflow are we testing (att, dt, tt)'
324
325 - bool:
326 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700327 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 description: 'Wheter to push flows from ONOS'
329
330 - bool:
331 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700332 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700333 description: 'Wheter to provision subscribers durint the tests'
334
335 - bool:
336 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'Wheter EAPOL is enabled for the test'
339
340 - bool:
341 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'Wheter DHCP is enabled for the test'
344
345 - bool:
346 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'Wheter IGMP is enabled for the test'
349
350 - bool:
351 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700352 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700353 description: 'Wheter Link Discovery is enabled for the test'
354
355 - bool:
356 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700357 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700358 description: 'Option to trigger MIB template command'
359
360 - bool:
361 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700362 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700363 description: 'Option to install Prometheus'
364
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700365 - bool:
366 name: withProfiling
367 default: '{withProfiling}'
368 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
369
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700370 - bool:
371 name: withPcap
372 default: '{withPcap}'
373 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
374
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700375 - string:
376 name: extraHelmFlags
377 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700378 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 -0700379
Matteo Scandolo272aed42020-05-08 15:05:57 -0700380 - string:
381 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700382 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700383 description: 'How many OpenONU adapter instances to run'
384
385 - string:
386 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700387 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700388 description: 'How many ONOSes instances to run'
389
390 - string:
391 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700392 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700393 description: 'How many Atomix instances to run'
394
395 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700396 name: kafkaReplicas
397 default: '{kafkaReplicas}'
398 description: 'How many Kafka instances to run'
399
400 - string:
401 name: etcdReplicas
402 default: '{etcdReplicas}'
403 description: 'How many ETCD instances to run'
404
405 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700406 name: onosStatInterval
407 default: '{onosStatInterval}'
408 description: 'How often ONOS should poll for ports, flows and meters'
409
410 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700411 name: bbsimImg
412 default: '{bbsimImg}'
413 description: 'Custom image selection for BBSIM (repo:tag)'
414
415 - string:
416 name: bbsimChart
417 default: '{bbsimChart}'
418 description: 'BBSim chart name (or location on file system)'
419
420 - string:
421 name: rwCoreImg
422 default: '{rwCoreImg}'
423 description: 'Custom image selection for VOLTHA (repo:tag)'
424
425 - string:
426 name: ofAgentImg
427 default: '{ofAgentImg}'
428 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
429
430 - string:
431 name: volthaChart
432 default: '{volthaChart}'
433 description: 'VOLTHA chart name (or location on file system)'
434
435 - string:
436 name: openoltAdapterImg
437 default: '{openoltAdapterImg}'
438 description: 'Custom image selection for Openolt Adapter (repo:tag)'
439
440 - string:
441 name: openoltAdapterChart
442 default: '{openoltAdapterChart}'
443 description: 'OpenOLT chart name (or location on file system)'
444
445 - string:
446 name: openonuAdapterImg
447 default: '{openonuAdapterImg}'
448 description: 'Custom image selection for Openonu Adapter (repo:tag)'
449
450 - string:
451 name: openonuAdapterChart
452 default: '{openonuAdapterChart}'
453 description: 'OpenONU chart name (or location on file system)'
454
455 - string:
456 name: onosImg
457 default: '{onosImg}'
458 description: 'Custom image selection for Openonu Adapter (repo:tag)'
459
460 - string:
461 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700462 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700463 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
464
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700465 - string:
466 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700467 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700468 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
469
Matteo Scandoloccc06192020-06-22 10:16:17 -0700470 - bool:
471 name: inMemoryEtcdStorage
472 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700473 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700474
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200475 - string:
476 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700477 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200478 description: 'Karaf home'
479
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700480- job-template:
481 id: 'voltha-scale-measurements'
482 name: '{name}'
483 pipeline-script: 'voltha-scale-test.groovy'
484 disabled: '{disable-job}'
485
486 description: |
487 <!-- Managed by Jenkins Job Builder -->
488 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
489 Using pipeline {pipeline-script} <br/><br/>
490 Scale measurements for VOLTHA 2.x
491
492 properties:
493 - cord-infra-properties:
494 build-days-to-keep: 30
495 artifact-num-to-keep: 15
496
497 wrappers:
498 - lf-infra-wrappers:
499 build-timeout: '{build-timeout}'
500 jenkins-ssh-credential: '{jenkins-ssh-credential}'
501
502 # default values
503 release: master
504
505 bbsimImg: voltha/bbsim:master
506 rwCoreImg: voltha/voltha-rw-core:master
507 ofAgentImg: voltha/voltha-ofagent-go:master
508 openoltAdapterImg: voltha/voltha-openolt-adapter:master
509 openonuAdapterImg: voltha/voltha-openonu-adapter:master
510 onosImg: voltha/voltha-onos:master
511
512 bbsimChart: onf/bbsim
513 volthaChart: onf/voltha
514 openoltAdapterChart: onf/voltha-adapter-openolt
515 openonuAdapterChart: onf/voltha-adapter-openonu
516
517 olts: 2
518 pons: 2
519 onus: 2
520 workflow: att
521 withFlows: false
522 provisionSubscribers: false
523 withEapol: true
524 withDhcp: true
525 withIgmp: false
526 withLLDP: false
527 withMibTemplate: true
528 withMonitoring: true
529 withProfiling: false
530 withPcap: false
531 openonuAdapterReplicas: 1
532 onosReplicas: 1
533 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700534 kafkaReplicas: 3
535 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700536 extraHelmFlags: ''
537 onosStatInterval: 5
538 volthaSystemTestsChange: ''
539 kindVolthaChange: ''
540 inMemoryEtcdStorage: true
541 karafHome: 'apache-karaf-4.2.9'
542 logLevel: 'WARN'
543
544 <<: *voltha-scale-job-parameters
545
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546 project-type: pipeline
547 concurrent: false
548
549 dsl: !include-raw-escape: pipeline/{pipeline-script}
550
Matteo Scandoloabb83972020-06-25 16:08:23 -0700551 triggers:
552 - timed: |
553 TZ=America/Los_Angeles
554 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555
556- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700557 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800558 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700559 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800560
561 description: |
562 <!-- Managed by Jenkins Job Builder -->
563 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
564 Using pipeline {pipeline-script} <br/><br/>
565 Scale measurements for VOLTHA 2.x
566
567 properties:
568 - cord-infra-properties:
569 build-days-to-keep: '{build-days-to-keep}'
570 artifact-num-to-keep: '{artifact-num-to-keep}'
571
572 wrappers:
573 - lf-infra-wrappers:
574 build-timeout: '{build-timeout}'
575 jenkins-ssh-credential: '{jenkins-ssh-credential}'
576
Matteo Scandolo0430f672020-05-07 11:50:26 -0700577 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700578 release: master
579
Matteo Scandolo0430f672020-05-07 11:50:26 -0700580 bbsimImg: voltha/bbsim:master
581 rwCoreImg: voltha/voltha-rw-core:master
582 ofAgentImg: voltha/voltha-ofagent-go:master
583 openoltAdapterImg: voltha/voltha-openolt-adapter:master
584 openonuAdapterImg: voltha/voltha-openonu-adapter:master
585 onosImg: voltha/voltha-onos:master
586
587 bbsimChart: onf/bbsim
588 volthaChart: onf/voltha
589 openoltAdapterChart: onf/voltha-adapter-openolt
590 openonuAdapterChart: onf/voltha-adapter-openonu
591
Matteo Scandolo68776b72020-07-21 14:06:06 -0700592 olts: 2
593 pons: 2
594 onus: 2
595 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700596 withFlows: true
597 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700598 withEapol: true
599 withDhcp: true
600 withIgmp: false
601 withLLDP: false
602 withMibTemplate: true
603 withMonitoring: true
604 withProfiling: false
605 withPcap: false
606 openonuAdapterReplicas: 1
607 onosReplicas: 1
608 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700609 kafkaReplicas: 1
610 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700611 extraHelmFlags: ''
612 onosStatInterval: 5
613 volthaSystemTestsChange: ''
614 kindVolthaChange: ''
615 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700616 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700617 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700618
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700619 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200620
Matteo Scandolo51b76302020-02-05 12:07:23 -0800621 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800622 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800623
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700624 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700625
626- job-template:
627 id: 'voltha-scale-matrix-dev'
628 name: '{name}'
629 pipeline-script: 'voltha-scale-matrix.groovy'
630
631 description: |
632 <!-- Managed by Jenkins Job Builder -->
633 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
634 Using pipeline {pipeline-script} <br/><br/>
635 Scale measurements for VOLTHA 2.x
636
637 properties:
638 - cord-infra-properties:
639 build-days-to-keep: '{build-days-to-keep}'
640 artifact-num-to-keep: '{artifact-num-to-keep}'
641
642 wrappers:
643 - lf-infra-wrappers:
644 build-timeout: '{build-timeout}'
645 jenkins-ssh-credential: '{jenkins-ssh-credential}'
646
647 # default values
648 release: master
649 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700650 volthaSystemTestsChange: ''
651 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700652
653 project-type: pipeline
654 concurrent: false
655
656 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700657
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700658 parameters:
659 - string:
660 name: release
661 default: '{release}'
662 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
663
664 - string:
665 name: buildNode
666 default: '{build-node}'
667 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700668
669 - string:
670 name: volthaSystemTestsChange
671 default: '{volthaSystemTestsChange}'
672 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
673
674 - string:
675 name: kindVolthaChange
676 default: '{kindVolthaChange}'
677 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'