blob: 8321ee507f86949d13442048d58734ab95741e4e [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 Scandoloe4b04342020-05-28 07:35:45 -070080
81 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
82 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070083 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070084 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070085 build-node: 'onf-pod1-head-node'
86 time-trigger: "H H/4 * * *"
87 olts: 1
88 pons: 16
89 onus: 32
90 withFlows: true
91 provisionSubscribers: true
92 workflow: dt
93 withEapol: false
94 withDhcp: false
95 withIgmp: false
96 openonuAdapterReplicas: 8
97 onosReplicas: 3
98 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +020099
Matteo Scandolo272aed42020-05-08 15:05:57 -0700100 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700101 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700102 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700103 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700104 build-node: 'onf-pod1-head-node'
105 time-trigger: "H H/4 * * *"
106 olts: 2
107 pons: 16
108 onus: 32
109 withFlows: false
110 provisionSubscribers: false
111 withEapol: false
112 withDhcp: false
113 withIgmp: false
114 openonuAdapterReplicas: 8
115 onosReplicas: 3
116 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700117
Matteo Scandolocb726432020-06-01 08:49:14 -0700118 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700119 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700120 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700121 build-node: 'onf-pod1-head-node'
122 time-trigger: "H H/4 * * *"
123 olts: 2
124 pons: 16
125 onus: 32
126 withFlows: true
127 provisionSubscribers: false
128 withEapol: true
129 withDhcp: true
130 withIgmp: false
131 openonuAdapterReplicas: 8
132 onosReplicas: 3
133 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700134 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700135
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700137 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700138 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700139 build-node: 'onf-pod1-head-node'
140 time-trigger: "H H/4 * * *"
141 olts: 2
142 pons: 16
143 onus: 32
144 withFlows: true
145 provisionSubscribers: true
146 withEapol: true
147 withDhcp: true
148 withIgmp: false
149 openonuAdapterReplicas: 8
150 onosReplicas: 3
151 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700152 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700153
154 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
155 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700156 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700157 build-node: 'onf-pod1-head-node'
158 time-trigger: "H H/4 * * *"
159 olts: 2
160 pons: 16
161 onus: 32
162 withFlows: true
163 provisionSubscribers: true
164 workflow: dt
165 withEapol: false
166 withDhcp: false
167 withIgmp: false
168 openonuAdapterReplicas: 8
169 onosReplicas: 3
170 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700171 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700172
Matteo Scandolod43064b2020-07-13 17:18:45 -0700173 # voltha-2.4 Jobs
174 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700175 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700176 build-node: 'onf-pod1-head-node'
177 time-trigger: "H H/4 * * *"
178 olts: 1
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 Scandolod43064b2020-07-13 17:18:45 -0700190 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200191 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700192 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700193 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700194 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700195 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700196 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200197 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700198 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700199
200 - 'voltha-scale-measurements':
201 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
202 build-node: 'onf-pod1-head-node'
203 time-trigger: "H H/4 * * *"
204 olts: 2
205 pons: 16
206 onus: 32
207 withFlows: true
208 provisionSubscribers: true
209 workflow: dt
210 withEapol: false
211 withDhcp: false
212 withIgmp: false
213 openonuAdapterReplicas: 8
214 onosReplicas: 3
215 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700216 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700217 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200218 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700219 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700220 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700221 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700222 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700223 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200224 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700225
Matteo Scandolo272aed42020-05-08 15:05:57 -0700226 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700227 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700228 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700229 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700230 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700231
Matteo Scandolo51b76302020-02-05 12:07:23 -0800232
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700233# list of parameters for the VOLTHA Jobs,
234# used as anchor so that can be shared across multiple jobs
235# to use in a job: `parameters: *voltha-build-job-parameters`
236- voltha-scale-job-parameters: &voltha-scale-job-parameters
237 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700238 parameters:
239 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700240 name: release
241 default: '{release}'
242 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
243
244 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700245 name: buildNode
246 default: '{build-node}'
247 description: 'Name of the Jenkins node to run the job on'
248
249 - string:
250 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700251 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700252 description: 'Log level for all the components'
253
254 - string:
255 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700256 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700257 description: 'Number of ONUs to provision'
258
259 - string:
260 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700261 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700262 description: 'Number of PONs to provision'
263
264 - string:
265 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700266 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700267 description: 'How many BBSim instances to run'
268
269 - string:
270 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700271 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700272 description: 'Which workflow are we testing (att, dt, tt)'
273
274 - bool:
275 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700276 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700277 description: 'Wheter to push flows from ONOS'
278
279 - bool:
280 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700281 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700282 description: 'Wheter to provision subscribers durint the tests'
283
284 - bool:
285 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700286 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700287 description: 'Wheter EAPOL is enabled for the test'
288
289 - bool:
290 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700291 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700292 description: 'Wheter DHCP is enabled for the test'
293
294 - bool:
295 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700296 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700297 description: 'Wheter IGMP is enabled for the test'
298
299 - bool:
300 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700301 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700302 description: 'Wheter Link Discovery is enabled for the test'
303
304 - bool:
305 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700306 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700307 description: 'Option to trigger MIB template command'
308
309 - bool:
310 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700311 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700312 description: 'Option to install Prometheus'
313
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700314 - bool:
315 name: withProfiling
316 default: '{withProfiling}'
317 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
318
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700319 - bool:
320 name: withPcap
321 default: '{withPcap}'
322 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
323
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700324 - string:
325 name: extraHelmFlags
326 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700327 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 -0700328
Matteo Scandolo272aed42020-05-08 15:05:57 -0700329 - string:
330 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700331 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700332 description: 'How many OpenONU adapter instances to run'
333
334 - string:
335 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700336 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700337 description: 'How many ONOSes instances to run'
338
339 - string:
340 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700341 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700342 description: 'How many Atomix instances to run'
343
344 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700345 name: kafkaReplicas
346 default: '{kafkaReplicas}'
347 description: 'How many Kafka instances to run'
348
349 - string:
350 name: etcdReplicas
351 default: '{etcdReplicas}'
352 description: 'How many ETCD instances to run'
353
354 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700355 name: onosStatInterval
356 default: '{onosStatInterval}'
357 description: 'How often ONOS should poll for ports, flows and meters'
358
359 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700360 name: bbsimImg
361 default: '{bbsimImg}'
362 description: 'Custom image selection for BBSIM (repo:tag)'
363
364 - string:
365 name: bbsimChart
366 default: '{bbsimChart}'
367 description: 'BBSim chart name (or location on file system)'
368
369 - string:
370 name: rwCoreImg
371 default: '{rwCoreImg}'
372 description: 'Custom image selection for VOLTHA (repo:tag)'
373
374 - string:
375 name: ofAgentImg
376 default: '{ofAgentImg}'
377 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
378
379 - string:
380 name: volthaChart
381 default: '{volthaChart}'
382 description: 'VOLTHA chart name (or location on file system)'
383
384 - string:
385 name: openoltAdapterImg
386 default: '{openoltAdapterImg}'
387 description: 'Custom image selection for Openolt Adapter (repo:tag)'
388
389 - string:
390 name: openoltAdapterChart
391 default: '{openoltAdapterChart}'
392 description: 'OpenOLT chart name (or location on file system)'
393
394 - string:
395 name: openonuAdapterImg
396 default: '{openonuAdapterImg}'
397 description: 'Custom image selection for Openonu Adapter (repo:tag)'
398
399 - string:
400 name: openonuAdapterChart
401 default: '{openonuAdapterChart}'
402 description: 'OpenONU chart name (or location on file system)'
403
404 - string:
405 name: onosImg
406 default: '{onosImg}'
407 description: 'Custom image selection for Openonu Adapter (repo:tag)'
408
409 - string:
410 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700411 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700412 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
413
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700414 - string:
415 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700416 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700417 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
418
Matteo Scandoloccc06192020-06-22 10:16:17 -0700419 - bool:
420 name: inMemoryEtcdStorage
421 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700422 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700423
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200424 - string:
425 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700426 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200427 description: 'Karaf home'
428
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700429- job-template:
430 id: 'voltha-scale-measurements'
431 name: '{name}'
432 pipeline-script: 'voltha-scale-test.groovy'
433 disabled: '{disable-job}'
434
435 description: |
436 <!-- Managed by Jenkins Job Builder -->
437 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
438 Using pipeline {pipeline-script} <br/><br/>
439 Scale measurements for VOLTHA 2.x
440
441 properties:
442 - cord-infra-properties:
443 build-days-to-keep: 30
444 artifact-num-to-keep: 15
445
446 wrappers:
447 - lf-infra-wrappers:
448 build-timeout: '{build-timeout}'
449 jenkins-ssh-credential: '{jenkins-ssh-credential}'
450
451 # default values
452 release: master
453
454 bbsimImg: voltha/bbsim:master
455 rwCoreImg: voltha/voltha-rw-core:master
456 ofAgentImg: voltha/voltha-ofagent-go:master
457 openoltAdapterImg: voltha/voltha-openolt-adapter:master
458 openonuAdapterImg: voltha/voltha-openonu-adapter:master
459 onosImg: voltha/voltha-onos:master
460
461 bbsimChart: onf/bbsim
462 volthaChart: onf/voltha
463 openoltAdapterChart: onf/voltha-adapter-openolt
464 openonuAdapterChart: onf/voltha-adapter-openonu
465
466 olts: 2
467 pons: 2
468 onus: 2
469 workflow: att
470 withFlows: false
471 provisionSubscribers: false
472 withEapol: true
473 withDhcp: true
474 withIgmp: false
475 withLLDP: false
476 withMibTemplate: true
477 withMonitoring: true
478 withProfiling: false
479 withPcap: false
480 openonuAdapterReplicas: 1
481 onosReplicas: 1
482 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700483 kafkaReplicas: 3
484 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700485 extraHelmFlags: ''
486 onosStatInterval: 5
487 volthaSystemTestsChange: ''
488 kindVolthaChange: ''
489 inMemoryEtcdStorage: true
490 karafHome: 'apache-karaf-4.2.9'
491 logLevel: 'WARN'
492
493 <<: *voltha-scale-job-parameters
494
Matteo Scandolo272aed42020-05-08 15:05:57 -0700495 project-type: pipeline
496 concurrent: false
497
498 dsl: !include-raw-escape: pipeline/{pipeline-script}
499
Matteo Scandoloabb83972020-06-25 16:08:23 -0700500 triggers:
501 - timed: |
502 TZ=America/Los_Angeles
503 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700504
505- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700506 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800507 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700508 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800509
510 description: |
511 <!-- Managed by Jenkins Job Builder -->
512 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
513 Using pipeline {pipeline-script} <br/><br/>
514 Scale measurements for VOLTHA 2.x
515
516 properties:
517 - cord-infra-properties:
518 build-days-to-keep: '{build-days-to-keep}'
519 artifact-num-to-keep: '{artifact-num-to-keep}'
520
521 wrappers:
522 - lf-infra-wrappers:
523 build-timeout: '{build-timeout}'
524 jenkins-ssh-credential: '{jenkins-ssh-credential}'
525
Matteo Scandolo0430f672020-05-07 11:50:26 -0700526 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700527 release: master
528
Matteo Scandolo0430f672020-05-07 11:50:26 -0700529 bbsimImg: voltha/bbsim:master
530 rwCoreImg: voltha/voltha-rw-core:master
531 ofAgentImg: voltha/voltha-ofagent-go:master
532 openoltAdapterImg: voltha/voltha-openolt-adapter:master
533 openonuAdapterImg: voltha/voltha-openonu-adapter:master
534 onosImg: voltha/voltha-onos:master
535
536 bbsimChart: onf/bbsim
537 volthaChart: onf/voltha
538 openoltAdapterChart: onf/voltha-adapter-openolt
539 openonuAdapterChart: onf/voltha-adapter-openonu
540
Matteo Scandolo68776b72020-07-21 14:06:06 -0700541 olts: 2
542 pons: 2
543 onus: 2
544 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700545 withFlows: true
546 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700547 withEapol: true
548 withDhcp: true
549 withIgmp: false
550 withLLDP: false
551 withMibTemplate: true
552 withMonitoring: true
553 withProfiling: false
554 withPcap: false
555 openonuAdapterReplicas: 1
556 onosReplicas: 1
557 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700558 kafkaReplicas: 1
559 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700560 extraHelmFlags: ''
561 onosStatInterval: 5
562 volthaSystemTestsChange: ''
563 kindVolthaChange: ''
564 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700565 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700566 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700567
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700568 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200569
Matteo Scandolo51b76302020-02-05 12:07:23 -0800570 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800571 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800572
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700573 dsl: !include-raw-escape: pipeline/{pipeline-script}