blob: 4c853881bdfa32f0bd3e6cd97d58e1e5b8925d1a [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
82 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
83 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070084 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070085 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070086 build-node: 'onf-pod1-head-node'
87 time-trigger: "H H/4 * * *"
88 olts: 1
89 pons: 16
90 onus: 32
91 withFlows: true
92 provisionSubscribers: true
93 workflow: dt
94 withEapol: false
95 withDhcp: false
96 withIgmp: false
97 openonuAdapterReplicas: 8
98 onosReplicas: 3
99 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200100
Matteo Scandolo272aed42020-05-08 15:05:57 -0700101 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700102 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700103 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700104 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700105 build-node: 'onf-pod1-head-node'
106 time-trigger: "H H/4 * * *"
107 olts: 2
108 pons: 16
109 onus: 32
110 withFlows: false
111 provisionSubscribers: false
112 withEapol: false
113 withDhcp: false
114 withIgmp: false
115 openonuAdapterReplicas: 8
116 onosReplicas: 3
117 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700118
Matteo Scandolocb726432020-06-01 08:49:14 -0700119 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700120 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700121 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700122 build-node: 'onf-pod1-head-node'
123 time-trigger: "H H/4 * * *"
124 olts: 2
125 pons: 16
126 onus: 32
127 withFlows: true
128 provisionSubscribers: false
129 withEapol: true
130 withDhcp: true
131 withIgmp: false
132 openonuAdapterReplicas: 8
133 onosReplicas: 3
134 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700135 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700136
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700137 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700138 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700139 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700140 build-node: 'onf-pod1-head-node'
141 time-trigger: "H H/4 * * *"
142 olts: 2
143 pons: 16
144 onus: 32
145 withFlows: true
146 provisionSubscribers: true
147 withEapol: true
148 withDhcp: true
149 withIgmp: false
150 openonuAdapterReplicas: 8
151 onosReplicas: 3
152 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700153 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700154
155 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
156 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700157 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -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: true
165 workflow: dt
166 withEapol: false
167 withDhcp: false
168 withIgmp: false
169 openonuAdapterReplicas: 8
170 onosReplicas: 3
171 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700172 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700173
Matteo Scandolod43064b2020-07-13 17:18:45 -0700174 # voltha-2.4 Jobs
175 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700176 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700177 build-node: 'onf-pod1-head-node'
178 time-trigger: "H H/4 * * *"
179 olts: 1
180 pons: 16
181 onus: 32
182 withFlows: true
183 provisionSubscribers: true
184 withEapol: true
185 withDhcp: true
186 withIgmp: false
187 openonuAdapterReplicas: 8
188 onosReplicas: 3
189 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700190 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700191 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200192 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700193 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700194 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700195 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700196 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700197 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200198 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700199 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700200
201 - 'voltha-scale-measurements':
202 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
203 build-node: 'onf-pod1-head-node'
204 time-trigger: "H H/4 * * *"
205 olts: 2
206 pons: 16
207 onus: 32
208 withFlows: true
209 provisionSubscribers: true
210 workflow: dt
211 withEapol: false
212 withDhcp: false
213 withIgmp: false
214 openonuAdapterReplicas: 8
215 onosReplicas: 3
216 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700217 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700218 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200219 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700220 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700221 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700222 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700223 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700224 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200225 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700226
Matteo Scandolo272aed42020-05-08 15:05:57 -0700227 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700228 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700229 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700230 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700231 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700232
Matteo Scandolodc930192020-08-27 15:56:16 -0700233 # development matrix
234 - 'voltha-scale-matrix-dev':
235 name: 'voltha-scale-matrix-voltha-2.4-dev'
236 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800237
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700238# list of parameters for the VOLTHA Jobs,
239# used as anchor so that can be shared across multiple jobs
240# to use in a job: `parameters: *voltha-build-job-parameters`
241- voltha-scale-job-parameters: &voltha-scale-job-parameters
242 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700243 parameters:
244 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700245 name: release
246 default: '{release}'
247 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
248
249 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700250 name: buildNode
251 default: '{build-node}'
252 description: 'Name of the Jenkins node to run the job on'
253
254 - string:
255 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700256 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700257 description: 'Log level for all the components'
258
259 - string:
260 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700261 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700262 description: 'Number of ONUs to provision'
263
264 - string:
265 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700266 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700267 description: 'Number of PONs to provision'
268
269 - string:
270 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700271 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700272 description: 'How many BBSim instances to run'
273
274 - string:
275 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700276 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700277 description: 'Which workflow are we testing (att, dt, tt)'
278
279 - bool:
280 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700281 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700282 description: 'Wheter to push flows from ONOS'
283
284 - bool:
285 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700286 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700287 description: 'Wheter to provision subscribers durint the tests'
288
289 - bool:
290 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700291 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700292 description: 'Wheter EAPOL is enabled for the test'
293
294 - bool:
295 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700296 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700297 description: 'Wheter DHCP is enabled for the test'
298
299 - bool:
300 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700301 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700302 description: 'Wheter IGMP is enabled for the test'
303
304 - bool:
305 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700306 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700307 description: 'Wheter Link Discovery is enabled for the test'
308
309 - bool:
310 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700311 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700312 description: 'Option to trigger MIB template command'
313
314 - bool:
315 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700316 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700317 description: 'Option to install Prometheus'
318
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700319 - bool:
320 name: withProfiling
321 default: '{withProfiling}'
322 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
323
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700324 - bool:
325 name: withPcap
326 default: '{withPcap}'
327 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
328
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700329 - string:
330 name: extraHelmFlags
331 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700332 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 -0700333
Matteo Scandolo272aed42020-05-08 15:05:57 -0700334 - string:
335 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700336 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700337 description: 'How many OpenONU adapter instances to run'
338
339 - string:
340 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700341 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700342 description: 'How many ONOSes instances to run'
343
344 - string:
345 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700346 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700347 description: 'How many Atomix instances to run'
348
349 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700350 name: kafkaReplicas
351 default: '{kafkaReplicas}'
352 description: 'How many Kafka instances to run'
353
354 - string:
355 name: etcdReplicas
356 default: '{etcdReplicas}'
357 description: 'How many ETCD instances to run'
358
359 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700360 name: onosStatInterval
361 default: '{onosStatInterval}'
362 description: 'How often ONOS should poll for ports, flows and meters'
363
364 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700365 name: bbsimImg
366 default: '{bbsimImg}'
367 description: 'Custom image selection for BBSIM (repo:tag)'
368
369 - string:
370 name: bbsimChart
371 default: '{bbsimChart}'
372 description: 'BBSim chart name (or location on file system)'
373
374 - string:
375 name: rwCoreImg
376 default: '{rwCoreImg}'
377 description: 'Custom image selection for VOLTHA (repo:tag)'
378
379 - string:
380 name: ofAgentImg
381 default: '{ofAgentImg}'
382 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
383
384 - string:
385 name: volthaChart
386 default: '{volthaChart}'
387 description: 'VOLTHA chart name (or location on file system)'
388
389 - string:
390 name: openoltAdapterImg
391 default: '{openoltAdapterImg}'
392 description: 'Custom image selection for Openolt Adapter (repo:tag)'
393
394 - string:
395 name: openoltAdapterChart
396 default: '{openoltAdapterChart}'
397 description: 'OpenOLT chart name (or location on file system)'
398
399 - string:
400 name: openonuAdapterImg
401 default: '{openonuAdapterImg}'
402 description: 'Custom image selection for Openonu Adapter (repo:tag)'
403
404 - string:
405 name: openonuAdapterChart
406 default: '{openonuAdapterChart}'
407 description: 'OpenONU chart name (or location on file system)'
408
409 - string:
410 name: onosImg
411 default: '{onosImg}'
412 description: 'Custom image selection for Openonu Adapter (repo:tag)'
413
414 - string:
415 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700416 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700417 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
418
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700419 - string:
420 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700421 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700422 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
423
Matteo Scandoloccc06192020-06-22 10:16:17 -0700424 - bool:
425 name: inMemoryEtcdStorage
426 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700427 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700428
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200429 - string:
430 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700431 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200432 description: 'Karaf home'
433
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700434- job-template:
435 id: 'voltha-scale-measurements'
436 name: '{name}'
437 pipeline-script: 'voltha-scale-test.groovy'
438 disabled: '{disable-job}'
439
440 description: |
441 <!-- Managed by Jenkins Job Builder -->
442 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
443 Using pipeline {pipeline-script} <br/><br/>
444 Scale measurements for VOLTHA 2.x
445
446 properties:
447 - cord-infra-properties:
448 build-days-to-keep: 30
449 artifact-num-to-keep: 15
450
451 wrappers:
452 - lf-infra-wrappers:
453 build-timeout: '{build-timeout}'
454 jenkins-ssh-credential: '{jenkins-ssh-credential}'
455
456 # default values
457 release: master
458
459 bbsimImg: voltha/bbsim:master
460 rwCoreImg: voltha/voltha-rw-core:master
461 ofAgentImg: voltha/voltha-ofagent-go:master
462 openoltAdapterImg: voltha/voltha-openolt-adapter:master
463 openonuAdapterImg: voltha/voltha-openonu-adapter:master
464 onosImg: voltha/voltha-onos:master
465
466 bbsimChart: onf/bbsim
467 volthaChart: onf/voltha
468 openoltAdapterChart: onf/voltha-adapter-openolt
469 openonuAdapterChart: onf/voltha-adapter-openonu
470
471 olts: 2
472 pons: 2
473 onus: 2
474 workflow: att
475 withFlows: false
476 provisionSubscribers: false
477 withEapol: true
478 withDhcp: true
479 withIgmp: false
480 withLLDP: false
481 withMibTemplate: true
482 withMonitoring: true
483 withProfiling: false
484 withPcap: false
485 openonuAdapterReplicas: 1
486 onosReplicas: 1
487 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700488 kafkaReplicas: 3
489 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700490 extraHelmFlags: ''
491 onosStatInterval: 5
492 volthaSystemTestsChange: ''
493 kindVolthaChange: ''
494 inMemoryEtcdStorage: true
495 karafHome: 'apache-karaf-4.2.9'
496 logLevel: 'WARN'
497
498 <<: *voltha-scale-job-parameters
499
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 project-type: pipeline
501 concurrent: false
502
503 dsl: !include-raw-escape: pipeline/{pipeline-script}
504
Matteo Scandoloabb83972020-06-25 16:08:23 -0700505 triggers:
506 - timed: |
507 TZ=America/Los_Angeles
508 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700509
510- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700511 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800512 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700513 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800514
515 description: |
516 <!-- Managed by Jenkins Job Builder -->
517 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
518 Using pipeline {pipeline-script} <br/><br/>
519 Scale measurements for VOLTHA 2.x
520
521 properties:
522 - cord-infra-properties:
523 build-days-to-keep: '{build-days-to-keep}'
524 artifact-num-to-keep: '{artifact-num-to-keep}'
525
526 wrappers:
527 - lf-infra-wrappers:
528 build-timeout: '{build-timeout}'
529 jenkins-ssh-credential: '{jenkins-ssh-credential}'
530
Matteo Scandolo0430f672020-05-07 11:50:26 -0700531 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700532 release: master
533
Matteo Scandolo0430f672020-05-07 11:50:26 -0700534 bbsimImg: voltha/bbsim:master
535 rwCoreImg: voltha/voltha-rw-core:master
536 ofAgentImg: voltha/voltha-ofagent-go:master
537 openoltAdapterImg: voltha/voltha-openolt-adapter:master
538 openonuAdapterImg: voltha/voltha-openonu-adapter:master
539 onosImg: voltha/voltha-onos:master
540
541 bbsimChart: onf/bbsim
542 volthaChart: onf/voltha
543 openoltAdapterChart: onf/voltha-adapter-openolt
544 openonuAdapterChart: onf/voltha-adapter-openonu
545
Matteo Scandolo68776b72020-07-21 14:06:06 -0700546 olts: 2
547 pons: 2
548 onus: 2
549 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700550 withFlows: true
551 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700552 withEapol: true
553 withDhcp: true
554 withIgmp: false
555 withLLDP: false
556 withMibTemplate: true
557 withMonitoring: true
558 withProfiling: false
559 withPcap: false
560 openonuAdapterReplicas: 1
561 onosReplicas: 1
562 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700563 kafkaReplicas: 1
564 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700565 extraHelmFlags: ''
566 onosStatInterval: 5
567 volthaSystemTestsChange: ''
568 kindVolthaChange: ''
569 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700570 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700571 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700572
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700573 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200574
Matteo Scandolo51b76302020-02-05 12:07:23 -0800575 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800576 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800577
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700578 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700579
580- job-template:
581 id: 'voltha-scale-matrix-dev'
582 name: '{name}'
583 pipeline-script: 'voltha-scale-matrix.groovy'
584
585 description: |
586 <!-- Managed by Jenkins Job Builder -->
587 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
588 Using pipeline {pipeline-script} <br/><br/>
589 Scale measurements for VOLTHA 2.x
590
591 properties:
592 - cord-infra-properties:
593 build-days-to-keep: '{build-days-to-keep}'
594 artifact-num-to-keep: '{artifact-num-to-keep}'
595
596 wrappers:
597 - lf-infra-wrappers:
598 build-timeout: '{build-timeout}'
599 jenkins-ssh-credential: '{jenkins-ssh-credential}'
600
601 # default values
602 release: master
603 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700604 volthaSystemTestsChange: ''
605 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700606
607 project-type: pipeline
608 concurrent: false
609
610 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700611
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700612 parameters:
613 - string:
614 name: release
615 default: '{release}'
616 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
617
618 - string:
619 name: buildNode
620 default: '{build-node}'
621 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700622
623 - string:
624 name: volthaSystemTestsChange
625 default: '{volthaSystemTestsChange}'
626 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
627
628 - string:
629 name: kindVolthaChange
630 default: '{kindVolthaChange}'
631 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'