blob: a1a94de8e5aadb3c9551e81a0ab194d3566d97fd [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':
Matteo Scandolo346a34c2020-09-02 18:33:32 -070083 name: 'voltha-scale-measurements-master-2-8-32-tt-subscribers'
84 build-node: 'onf-pod1-head-node'
85 time-trigger: "H H/4 * * *"
86 olts: 2
87 pons: 4
88 onus: 8
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 Scandolo346a34c2020-09-02 18:33:32 -070099
100 - 'voltha-scale-measurements':
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700101 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
102 build-node: 'onf-pod1-head-node'
103 time-trigger: "H H/4 * * *"
104 olts: 1
105 pons: 16
106 onus: 32
107 withFlows: true
108 provisionSubscribers: true
109 workflow: tt
110 withEapol: false
111 withDhcp: true
112 withIgmp: true
113 openonuAdapterReplicas: 8
114 onosReplicas: 3
115 atomixReplicas: 3
116 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700117
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700118 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
119 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700120 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700121 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700122 build-node: 'onf-pod1-head-node'
123 time-trigger: "H H/4 * * *"
124 olts: 1
125 pons: 16
126 onus: 32
127 withFlows: true
128 provisionSubscribers: true
129 workflow: dt
130 withEapol: false
131 withDhcp: false
132 withIgmp: false
133 openonuAdapterReplicas: 8
134 onosReplicas: 3
135 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200136
Matteo Scandolo272aed42020-05-08 15:05:57 -0700137 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700138 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700139 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700140 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700141 build-node: 'onf-pod1-head-node'
142 time-trigger: "H H/4 * * *"
143 olts: 2
144 pons: 16
145 onus: 32
146 withFlows: false
147 provisionSubscribers: false
148 withEapol: false
149 withDhcp: false
150 withIgmp: false
151 openonuAdapterReplicas: 8
152 onosReplicas: 3
153 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700154
Matteo Scandolocb726432020-06-01 08:49:14 -0700155 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700156 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700157 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700158 build-node: 'onf-pod1-head-node'
159 time-trigger: "H H/4 * * *"
160 olts: 2
161 pons: 16
162 onus: 32
163 withFlows: true
164 provisionSubscribers: false
165 withEapol: true
166 withDhcp: true
167 withIgmp: false
168 openonuAdapterReplicas: 8
169 onosReplicas: 3
170 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700171 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700172
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700173 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700174 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700175 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700176 build-node: 'onf-pod1-head-node'
177 time-trigger: "H H/4 * * *"
178 olts: 2
179 pons: 16
180 onus: 32
181 withFlows: true
182 provisionSubscribers: true
183 withEapol: true
184 withDhcp: true
185 withIgmp: false
186 openonuAdapterReplicas: 8
187 onosReplicas: 3
188 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700189 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700190
191 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
192 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700193 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700194 build-node: 'onf-pod1-head-node'
195 time-trigger: "H H/4 * * *"
196 olts: 2
197 pons: 16
198 onus: 32
199 withFlows: true
200 provisionSubscribers: true
201 workflow: dt
202 withEapol: false
203 withDhcp: false
204 withIgmp: false
205 openonuAdapterReplicas: 8
206 onosReplicas: 3
207 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700208 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700209
Matteo Scandolod43064b2020-07-13 17:18:45 -0700210 # voltha-2.4 Jobs
211 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700212 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700213 build-node: 'onf-pod1-head-node'
214 time-trigger: "H H/4 * * *"
215 olts: 1
216 pons: 16
217 onus: 32
218 withFlows: true
219 provisionSubscribers: true
220 withEapol: true
221 withDhcp: true
222 withIgmp: false
223 openonuAdapterReplicas: 8
224 onosReplicas: 3
225 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700226 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700227 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200228 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700229 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700230 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700231 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700232 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700233 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200234 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700235 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700236
237 - 'voltha-scale-measurements':
238 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
239 build-node: 'onf-pod1-head-node'
240 time-trigger: "H H/4 * * *"
241 olts: 2
242 pons: 16
243 onus: 32
244 withFlows: true
245 provisionSubscribers: true
246 workflow: dt
247 withEapol: false
248 withDhcp: false
249 withIgmp: false
250 openonuAdapterReplicas: 8
251 onosReplicas: 3
252 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700253 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700254 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200255 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700256 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700257 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700258 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700259 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700260 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200261 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700262
Matteo Scandolo272aed42020-05-08 15:05:57 -0700263 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700264 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700265 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700266 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700267 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700268
Matteo Scandolodc930192020-08-27 15:56:16 -0700269 # development matrix
270 - 'voltha-scale-matrix-dev':
271 name: 'voltha-scale-matrix-voltha-2.4-dev'
272 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800273
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700274# list of parameters for the VOLTHA Jobs,
275# used as anchor so that can be shared across multiple jobs
276# to use in a job: `parameters: *voltha-build-job-parameters`
277- voltha-scale-job-parameters: &voltha-scale-job-parameters
278 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700279 parameters:
280 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700281 name: release
282 default: '{release}'
283 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
284
285 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700286 name: buildNode
287 default: '{build-node}'
288 description: 'Name of the Jenkins node to run the job on'
289
290 - string:
291 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700292 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700293 description: 'Log level for all the components'
294
295 - string:
296 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700297 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700298 description: 'Number of ONUs to provision'
299
300 - string:
301 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700302 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700303 description: 'Number of PONs to provision'
304
305 - string:
306 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700307 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700308 description: 'How many BBSim instances to run'
309
310 - string:
311 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700312 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'Which workflow are we testing (att, dt, tt)'
314
315 - bool:
316 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'Wheter to push flows from ONOS'
319
320 - bool:
321 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700322 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700323 description: 'Wheter to provision subscribers durint the tests'
324
325 - bool:
326 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700327 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 description: 'Wheter EAPOL is enabled for the test'
329
330 - bool:
331 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700332 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700333 description: 'Wheter DHCP is enabled for the test'
334
335 - bool:
336 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'Wheter IGMP is enabled for the test'
339
340 - bool:
341 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'Wheter Link Discovery is enabled for the test'
344
345 - bool:
346 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'Option to trigger MIB template command'
349
350 - bool:
351 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700352 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700353 description: 'Option to install Prometheus'
354
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700355 - bool:
356 name: withProfiling
357 default: '{withProfiling}'
358 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
359
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700360 - bool:
361 name: withPcap
362 default: '{withPcap}'
363 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
364
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700365 - string:
366 name: extraHelmFlags
367 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700368 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 -0700369
Matteo Scandolo272aed42020-05-08 15:05:57 -0700370 - string:
371 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700372 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700373 description: 'How many OpenONU adapter instances to run'
374
375 - string:
376 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700377 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700378 description: 'How many ONOSes instances to run'
379
380 - string:
381 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700382 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700383 description: 'How many Atomix instances to run'
384
385 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700386 name: kafkaReplicas
387 default: '{kafkaReplicas}'
388 description: 'How many Kafka instances to run'
389
390 - string:
391 name: etcdReplicas
392 default: '{etcdReplicas}'
393 description: 'How many ETCD instances to run'
394
395 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700396 name: onosStatInterval
397 default: '{onosStatInterval}'
398 description: 'How often ONOS should poll for ports, flows and meters'
399
400 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700401 name: bbsimImg
402 default: '{bbsimImg}'
403 description: 'Custom image selection for BBSIM (repo:tag)'
404
405 - string:
406 name: bbsimChart
407 default: '{bbsimChart}'
408 description: 'BBSim chart name (or location on file system)'
409
410 - string:
411 name: rwCoreImg
412 default: '{rwCoreImg}'
413 description: 'Custom image selection for VOLTHA (repo:tag)'
414
415 - string:
416 name: ofAgentImg
417 default: '{ofAgentImg}'
418 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
419
420 - string:
421 name: volthaChart
422 default: '{volthaChart}'
423 description: 'VOLTHA chart name (or location on file system)'
424
425 - string:
426 name: openoltAdapterImg
427 default: '{openoltAdapterImg}'
428 description: 'Custom image selection for Openolt Adapter (repo:tag)'
429
430 - string:
431 name: openoltAdapterChart
432 default: '{openoltAdapterChart}'
433 description: 'OpenOLT chart name (or location on file system)'
434
435 - string:
436 name: openonuAdapterImg
437 default: '{openonuAdapterImg}'
438 description: 'Custom image selection for Openonu Adapter (repo:tag)'
439
440 - string:
441 name: openonuAdapterChart
442 default: '{openonuAdapterChart}'
443 description: 'OpenONU chart name (or location on file system)'
444
445 - string:
446 name: onosImg
447 default: '{onosImg}'
448 description: 'Custom image selection for Openonu Adapter (repo:tag)'
449
450 - string:
451 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700452 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700453 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
454
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700455 - string:
456 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700457 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700458 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
459
Matteo Scandoloccc06192020-06-22 10:16:17 -0700460 - bool:
461 name: inMemoryEtcdStorage
462 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700463 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700464
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200465 - string:
466 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700467 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200468 description: 'Karaf home'
469
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700470- job-template:
471 id: 'voltha-scale-measurements'
472 name: '{name}'
473 pipeline-script: 'voltha-scale-test.groovy'
474 disabled: '{disable-job}'
475
476 description: |
477 <!-- Managed by Jenkins Job Builder -->
478 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
479 Using pipeline {pipeline-script} <br/><br/>
480 Scale measurements for VOLTHA 2.x
481
482 properties:
483 - cord-infra-properties:
484 build-days-to-keep: 30
485 artifact-num-to-keep: 15
486
487 wrappers:
488 - lf-infra-wrappers:
489 build-timeout: '{build-timeout}'
490 jenkins-ssh-credential: '{jenkins-ssh-credential}'
491
492 # default values
493 release: master
494
495 bbsimImg: voltha/bbsim:master
496 rwCoreImg: voltha/voltha-rw-core:master
497 ofAgentImg: voltha/voltha-ofagent-go:master
498 openoltAdapterImg: voltha/voltha-openolt-adapter:master
499 openonuAdapterImg: voltha/voltha-openonu-adapter:master
500 onosImg: voltha/voltha-onos:master
501
502 bbsimChart: onf/bbsim
503 volthaChart: onf/voltha
504 openoltAdapterChart: onf/voltha-adapter-openolt
505 openonuAdapterChart: onf/voltha-adapter-openonu
506
507 olts: 2
508 pons: 2
509 onus: 2
510 workflow: att
511 withFlows: false
512 provisionSubscribers: false
513 withEapol: true
514 withDhcp: true
515 withIgmp: false
516 withLLDP: false
517 withMibTemplate: true
518 withMonitoring: true
519 withProfiling: false
520 withPcap: false
521 openonuAdapterReplicas: 1
522 onosReplicas: 1
523 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700524 kafkaReplicas: 3
525 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700526 extraHelmFlags: ''
527 onosStatInterval: 5
528 volthaSystemTestsChange: ''
529 kindVolthaChange: ''
530 inMemoryEtcdStorage: true
531 karafHome: 'apache-karaf-4.2.9'
532 logLevel: 'WARN'
533
534 <<: *voltha-scale-job-parameters
535
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 project-type: pipeline
537 concurrent: false
538
539 dsl: !include-raw-escape: pipeline/{pipeline-script}
540
Matteo Scandoloabb83972020-06-25 16:08:23 -0700541 triggers:
542 - timed: |
543 TZ=America/Los_Angeles
544 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545
546- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700547 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800548 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700549 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800550
551 description: |
552 <!-- Managed by Jenkins Job Builder -->
553 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
554 Using pipeline {pipeline-script} <br/><br/>
555 Scale measurements for VOLTHA 2.x
556
557 properties:
558 - cord-infra-properties:
559 build-days-to-keep: '{build-days-to-keep}'
560 artifact-num-to-keep: '{artifact-num-to-keep}'
561
562 wrappers:
563 - lf-infra-wrappers:
564 build-timeout: '{build-timeout}'
565 jenkins-ssh-credential: '{jenkins-ssh-credential}'
566
Matteo Scandolo0430f672020-05-07 11:50:26 -0700567 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700568 release: master
569
Matteo Scandolo0430f672020-05-07 11:50:26 -0700570 bbsimImg: voltha/bbsim:master
571 rwCoreImg: voltha/voltha-rw-core:master
572 ofAgentImg: voltha/voltha-ofagent-go:master
573 openoltAdapterImg: voltha/voltha-openolt-adapter:master
574 openonuAdapterImg: voltha/voltha-openonu-adapter:master
575 onosImg: voltha/voltha-onos:master
576
577 bbsimChart: onf/bbsim
578 volthaChart: onf/voltha
579 openoltAdapterChart: onf/voltha-adapter-openolt
580 openonuAdapterChart: onf/voltha-adapter-openonu
581
Matteo Scandolo68776b72020-07-21 14:06:06 -0700582 olts: 2
583 pons: 2
584 onus: 2
585 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700586 withFlows: true
587 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700588 withEapol: true
589 withDhcp: true
590 withIgmp: false
591 withLLDP: false
592 withMibTemplate: true
593 withMonitoring: true
594 withProfiling: false
595 withPcap: false
596 openonuAdapterReplicas: 1
597 onosReplicas: 1
598 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700599 kafkaReplicas: 1
600 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700601 extraHelmFlags: ''
602 onosStatInterval: 5
603 volthaSystemTestsChange: ''
604 kindVolthaChange: ''
605 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700606 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700607 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700608
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700609 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200610
Matteo Scandolo51b76302020-02-05 12:07:23 -0800611 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800612 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800613
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700614 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700615
616- job-template:
617 id: 'voltha-scale-matrix-dev'
618 name: '{name}'
619 pipeline-script: 'voltha-scale-matrix.groovy'
620
621 description: |
622 <!-- Managed by Jenkins Job Builder -->
623 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
624 Using pipeline {pipeline-script} <br/><br/>
625 Scale measurements for VOLTHA 2.x
626
627 properties:
628 - cord-infra-properties:
629 build-days-to-keep: '{build-days-to-keep}'
630 artifact-num-to-keep: '{artifact-num-to-keep}'
631
632 wrappers:
633 - lf-infra-wrappers:
634 build-timeout: '{build-timeout}'
635 jenkins-ssh-credential: '{jenkins-ssh-credential}'
636
637 # default values
638 release: master
639 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700640 volthaSystemTestsChange: ''
641 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700642
643 project-type: pipeline
644 concurrent: false
645
646 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700647
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700648 parameters:
649 - string:
650 name: release
651 default: '{release}'
652 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
653
654 - string:
655 name: buildNode
656 default: '{build-node}'
657 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700658
659 - string:
660 name: volthaSystemTestsChange
661 default: '{volthaSystemTestsChange}'
662 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
663
664 - string:
665 name: kindVolthaChange
666 default: '{kindVolthaChange}'
667 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'