blob: c11be1cd686e6690b3ca59be703b948295716f57 [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 Scandolo7dc5b452020-07-27 07:36:11 -070012 # jobs for 256 ONUs with a 1 openonu-adapter
13 - 'voltha-scale-measurements':
14 name: 'voltha-openonu-go-scale-measurements-master-1-8-32-activation'
Matteo Scandolob4f81882020-07-30 09:45:15 -070015 'disable-job': true
Matteo Scandolo7dc5b452020-07-27 07:36:11 -070016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 1
19 pons: 8
20 onus: 32
21 withFlows: false
22 provisionSubscribers: false
23 withEapol: false
24 withDhcp: false
25 withIgmp: false
26 openonuAdapterReplicas: 1
27 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
28 extraHelmFlags: '--set use_openonu_adapter_go=true'
29
30 - 'voltha-scale-measurements':
31 name: 'voltha-openonu-scale-measurements-master-1-8-32-activation'
Matteo Scandolob4f81882020-07-30 09:45:15 -070032 'disable-job': true
Matteo Scandolo7dc5b452020-07-27 07:36:11 -070033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
35 olts: 1
36 pons: 8
37 onus: 32
38 withFlows: false
39 provisionSubscribers: false
40 withEapol: false
41 withDhcp: false
42 withIgmp: false
43 openonuAdapterReplicas: 1
44 openonuAdapterImg: voltha/voltha-openonu-adapter:master
45
Matteo Scandolob46bc402020-06-11 13:59:44 -070046 - 'voltha-scale-measurements':
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070047 name: 'voltha-openonu-go-scale-measurements-master-1-16-64-activation'
48 build-node: 'onf-pod1-head-node'
49 time-trigger: "H H/4 * * *"
50 olts: 1
51 pons: 16
52 onus: 64
53 withFlows: false
54 provisionSubscribers: false
55 withEapol: false
56 withDhcp: false
57 withIgmp: false
58 openonuAdapterReplicas: 1
59 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
60 extraHelmFlags: '--set use_openonu_adapter_go=true'
61
62 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070063 name: 'voltha-scale-measurements-master-1-16-32-activation'
Matteo Scandolob4f81882020-07-30 09:45:15 -070064 'disable-job': true
Matteo Scandolob46bc402020-06-11 13:59:44 -070065 build-node: 'onf-pod1-head-node'
66 time-trigger: "H H/4 * * *"
67 olts: 1
68 pons: 16
69 onus: 32
70 withFlows: false
71 provisionSubscribers: false
72 withEapol: false
73 withDhcp: false
74 withIgmp: false
75 openonuAdapterReplicas: 8
76 onosReplicas: 3
77 atomixReplicas: 3
Matteo Scandolob46bc402020-06-11 13:59:44 -070078
Matteo Scandolo272aed42020-05-08 15:05:57 -070079 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070080 name: 'voltha-scale-measurements-master-1-16-32-att-flows'
Matteo Scandolob4f81882020-07-30 09:45:15 -070081 'disable-job': true
Matteo Scandolo272aed42020-05-08 15:05:57 -070082 build-node: 'onf-pod1-head-node'
83 time-trigger: "H H/4 * * *"
84 olts: 1
85 pons: 16
86 onus: 32
87 withFlows: true
88 provisionSubscribers: false
89 withEapol: true
90 withDhcp: true
91 withIgmp: false
92 openonuAdapterReplicas: 8
93 onosReplicas: 3
94 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070095 extraHelmFlags: '--set auth=false '
Matteo Scandoloe4b04342020-05-28 07:35:45 -070096
97 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070098 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070099 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700100 build-node: 'onf-pod1-head-node'
101 time-trigger: "H H/4 * * *"
102 olts: 1
103 pons: 16
104 onus: 32
105 withFlows: true
106 provisionSubscribers: true
107 withEapol: true
108 withDhcp: true
109 withIgmp: false
110 openonuAdapterReplicas: 8
111 onosReplicas: 3
112 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700113 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700114
115 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
116 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700117 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700118 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700119 build-node: 'onf-pod1-head-node'
120 time-trigger: "H H/4 * * *"
121 olts: 1
122 pons: 16
123 onus: 32
124 withFlows: true
125 provisionSubscribers: true
126 workflow: dt
127 withEapol: false
128 withDhcp: false
129 withIgmp: false
130 openonuAdapterReplicas: 8
131 onosReplicas: 3
132 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200133
Matteo Scandolo272aed42020-05-08 15:05:57 -0700134 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700135 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700136 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700137 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700138 build-node: 'onf-pod1-head-node'
139 time-trigger: "H H/4 * * *"
140 olts: 2
141 pons: 16
142 onus: 32
143 withFlows: false
144 provisionSubscribers: false
145 withEapol: false
146 withDhcp: false
147 withIgmp: false
148 openonuAdapterReplicas: 8
149 onosReplicas: 3
150 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700151
Matteo Scandolocb726432020-06-01 08:49:14 -0700152 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700153 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700154 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700155 build-node: 'onf-pod1-head-node'
156 time-trigger: "H H/4 * * *"
157 olts: 2
158 pons: 16
159 onus: 32
160 withFlows: true
161 provisionSubscribers: false
162 withEapol: true
163 withDhcp: true
164 withIgmp: false
165 openonuAdapterReplicas: 8
166 onosReplicas: 3
167 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700168 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700169
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700170 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700171 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700173 build-node: 'onf-pod1-head-node'
174 time-trigger: "H H/4 * * *"
175 olts: 2
176 pons: 16
177 onus: 32
178 withFlows: true
179 provisionSubscribers: true
180 withEapol: true
181 withDhcp: true
182 withIgmp: false
183 openonuAdapterReplicas: 8
184 onosReplicas: 3
185 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700186 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700187
188 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
189 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700190 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700191 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700192 build-node: 'onf-pod1-head-node'
193 time-trigger: "H H/4 * * *"
194 olts: 2
195 pons: 16
196 onus: 32
197 withFlows: true
198 provisionSubscribers: true
199 workflow: dt
200 withEapol: false
201 withDhcp: false
202 withIgmp: false
203 openonuAdapterReplicas: 8
204 onosReplicas: 3
205 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700206 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700207
Matteo Scandolod43064b2020-07-13 17:18:45 -0700208 # voltha-2.4 Jobs
209 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700210 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700211 build-node: 'onf-pod1-head-node'
212 time-trigger: "H H/4 * * *"
213 olts: 1
214 pons: 16
215 onus: 32
216 withFlows: true
217 provisionSubscribers: true
218 withEapol: true
219 withDhcp: true
220 withIgmp: false
221 openonuAdapterReplicas: 8
222 onosReplicas: 3
223 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700224 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700225 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200226 karafHome: apache-karaf-4.2.8
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700227 logLevel: INFO
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700228 bbsimImg: ''
Matteo Scandolo0b623ed2020-08-06 13:40:48 -0700229 rwCoreImg: 'matteoscandolo/voltha-rw-core:voltha-2.4-dev'
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700230 ofAgentImg: ''
Matteo Scandolo7e8a6962020-08-04 12:19:59 -0700231 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:per-gem-lock
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700232 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200233 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700234
235 - 'voltha-scale-measurements':
236 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
237 build-node: 'onf-pod1-head-node'
238 time-trigger: "H H/4 * * *"
239 olts: 2
240 pons: 16
241 onus: 32
242 withFlows: true
243 provisionSubscribers: true
244 workflow: dt
245 withEapol: false
246 withDhcp: false
247 withIgmp: false
248 openonuAdapterReplicas: 8
249 onosReplicas: 3
250 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700251 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700252 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200253 karafHome: apache-karaf-4.2.8
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700254 logLevel: INFO
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700255 bbsimImg: ''
Matteo Scandolo0b623ed2020-08-06 13:40:48 -0700256 rwCoreImg: 'matteoscandolo/voltha-rw-core:voltha-2.4-dev'
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700257 ofAgentImg: ''
Matteo Scandolo7e8a6962020-08-04 12:19:59 -0700258 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:per-gem-lock
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700259 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200260 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700261
Matteo Scandolo272aed42020-05-08 15:05:57 -0700262 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700263 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700264 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700265 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700266 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700267
Matteo Scandolo51b76302020-02-05 12:07:23 -0800268
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700269# list of parameters for the VOLTHA Jobs,
270# used as anchor so that can be shared across multiple jobs
271# to use in a job: `parameters: *voltha-build-job-parameters`
272- voltha-scale-job-parameters: &voltha-scale-job-parameters
273 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700274 parameters:
275 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 name: release
277 default: '{release}'
278 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
279
280 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 name: buildNode
282 default: '{build-node}'
283 description: 'Name of the Jenkins node to run the job on'
284
285 - string:
286 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700287 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700288 description: 'Log level for all the components'
289
290 - string:
291 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700292 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700293 description: 'Number of ONUs to provision'
294
295 - string:
296 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700297 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700298 description: 'Number of PONs to provision'
299
300 - string:
301 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700302 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700303 description: 'How many BBSim instances to run'
304
305 - string:
306 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700307 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700308 description: 'Which workflow are we testing (att, dt, tt)'
309
310 - bool:
311 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700312 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'Wheter to push flows from ONOS'
314
315 - bool:
316 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'Wheter to provision subscribers durint the tests'
319
320 - bool:
321 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700322 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700323 description: 'Wheter EAPOL is enabled for the test'
324
325 - bool:
326 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700327 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 description: 'Wheter DHCP is enabled for the test'
329
330 - bool:
331 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700332 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700333 description: 'Wheter IGMP is enabled for the test'
334
335 - bool:
336 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'Wheter Link Discovery is enabled for the test'
339
340 - bool:
341 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'Option to trigger MIB template command'
344
345 - bool:
346 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'Option to install Prometheus'
349
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700350 - bool:
351 name: withProfiling
352 default: '{withProfiling}'
353 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
354
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700355 - bool:
356 name: withPcap
357 default: '{withPcap}'
358 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
359
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700360 - string:
361 name: extraHelmFlags
362 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700363 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 -0700364
Matteo Scandolo272aed42020-05-08 15:05:57 -0700365 - string:
366 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700367 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700368 description: 'How many OpenONU adapter instances to run'
369
370 - string:
371 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700372 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700373 description: 'How many ONOSes instances to run'
374
375 - string:
376 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700377 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700378 description: 'How many Atomix instances to run'
379
380 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700381 name: onosStatInterval
382 default: '{onosStatInterval}'
383 description: 'How often ONOS should poll for ports, flows and meters'
384
385 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700386 name: bbsimImg
387 default: '{bbsimImg}'
388 description: 'Custom image selection for BBSIM (repo:tag)'
389
390 - string:
391 name: bbsimChart
392 default: '{bbsimChart}'
393 description: 'BBSim chart name (or location on file system)'
394
395 - string:
396 name: rwCoreImg
397 default: '{rwCoreImg}'
398 description: 'Custom image selection for VOLTHA (repo:tag)'
399
400 - string:
401 name: ofAgentImg
402 default: '{ofAgentImg}'
403 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
404
405 - string:
406 name: volthaChart
407 default: '{volthaChart}'
408 description: 'VOLTHA chart name (or location on file system)'
409
410 - string:
411 name: openoltAdapterImg
412 default: '{openoltAdapterImg}'
413 description: 'Custom image selection for Openolt Adapter (repo:tag)'
414
415 - string:
416 name: openoltAdapterChart
417 default: '{openoltAdapterChart}'
418 description: 'OpenOLT chart name (or location on file system)'
419
420 - string:
421 name: openonuAdapterImg
422 default: '{openonuAdapterImg}'
423 description: 'Custom image selection for Openonu Adapter (repo:tag)'
424
425 - string:
426 name: openonuAdapterChart
427 default: '{openonuAdapterChart}'
428 description: 'OpenONU chart name (or location on file system)'
429
430 - string:
431 name: onosImg
432 default: '{onosImg}'
433 description: 'Custom image selection for Openonu Adapter (repo:tag)'
434
435 - string:
436 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700437 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700438 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
439
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700440 - string:
441 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700442 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700443 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
444
Matteo Scandoloccc06192020-06-22 10:16:17 -0700445 - bool:
446 name: inMemoryEtcdStorage
447 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700448 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700449
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200450 - string:
451 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700452 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200453 description: 'Karaf home'
454
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700455- job-template:
456 id: 'voltha-scale-measurements'
457 name: '{name}'
458 pipeline-script: 'voltha-scale-test.groovy'
459 disabled: '{disable-job}'
460
461 description: |
462 <!-- Managed by Jenkins Job Builder -->
463 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
464 Using pipeline {pipeline-script} <br/><br/>
465 Scale measurements for VOLTHA 2.x
466
467 properties:
468 - cord-infra-properties:
469 build-days-to-keep: 30
470 artifact-num-to-keep: 15
471
472 wrappers:
473 - lf-infra-wrappers:
474 build-timeout: '{build-timeout}'
475 jenkins-ssh-credential: '{jenkins-ssh-credential}'
476
477 # default values
478 release: master
479
480 bbsimImg: voltha/bbsim:master
481 rwCoreImg: voltha/voltha-rw-core:master
482 ofAgentImg: voltha/voltha-ofagent-go:master
483 openoltAdapterImg: voltha/voltha-openolt-adapter:master
484 openonuAdapterImg: voltha/voltha-openonu-adapter:master
485 onosImg: voltha/voltha-onos:master
486
487 bbsimChart: onf/bbsim
488 volthaChart: onf/voltha
489 openoltAdapterChart: onf/voltha-adapter-openolt
490 openonuAdapterChart: onf/voltha-adapter-openonu
491
492 olts: 2
493 pons: 2
494 onus: 2
495 workflow: att
496 withFlows: false
497 provisionSubscribers: false
498 withEapol: true
499 withDhcp: true
500 withIgmp: false
501 withLLDP: false
502 withMibTemplate: true
503 withMonitoring: true
504 withProfiling: false
505 withPcap: false
506 openonuAdapterReplicas: 1
507 onosReplicas: 1
508 atomixReplicas: 0
509 extraHelmFlags: ''
510 onosStatInterval: 5
511 volthaSystemTestsChange: ''
512 kindVolthaChange: ''
513 inMemoryEtcdStorage: true
514 karafHome: 'apache-karaf-4.2.9'
515 logLevel: 'WARN'
516
517 <<: *voltha-scale-job-parameters
518
Matteo Scandolo272aed42020-05-08 15:05:57 -0700519 project-type: pipeline
520 concurrent: false
521
522 dsl: !include-raw-escape: pipeline/{pipeline-script}
523
Matteo Scandoloabb83972020-06-25 16:08:23 -0700524 triggers:
525 - timed: |
526 TZ=America/Los_Angeles
527 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700528
529- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700530 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800531 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700532 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800533
534 description: |
535 <!-- Managed by Jenkins Job Builder -->
536 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
537 Using pipeline {pipeline-script} <br/><br/>
538 Scale measurements for VOLTHA 2.x
539
540 properties:
541 - cord-infra-properties:
542 build-days-to-keep: '{build-days-to-keep}'
543 artifact-num-to-keep: '{artifact-num-to-keep}'
544
545 wrappers:
546 - lf-infra-wrappers:
547 build-timeout: '{build-timeout}'
548 jenkins-ssh-credential: '{jenkins-ssh-credential}'
549
Matteo Scandolo0430f672020-05-07 11:50:26 -0700550 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700551 release: master
552
Matteo Scandolo0430f672020-05-07 11:50:26 -0700553 bbsimImg: voltha/bbsim:master
554 rwCoreImg: voltha/voltha-rw-core:master
555 ofAgentImg: voltha/voltha-ofagent-go:master
556 openoltAdapterImg: voltha/voltha-openolt-adapter:master
557 openonuAdapterImg: voltha/voltha-openonu-adapter:master
558 onosImg: voltha/voltha-onos:master
559
560 bbsimChart: onf/bbsim
561 volthaChart: onf/voltha
562 openoltAdapterChart: onf/voltha-adapter-openolt
563 openonuAdapterChart: onf/voltha-adapter-openonu
564
Matteo Scandolo68776b72020-07-21 14:06:06 -0700565 olts: 2
566 pons: 2
567 onus: 2
568 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700569 withFlows: true
570 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700571 withEapol: true
572 withDhcp: true
573 withIgmp: false
574 withLLDP: false
575 withMibTemplate: true
576 withMonitoring: true
577 withProfiling: false
578 withPcap: false
579 openonuAdapterReplicas: 1
580 onosReplicas: 1
581 atomixReplicas: 0
582 extraHelmFlags: ''
583 onosStatInterval: 5
584 volthaSystemTestsChange: ''
585 kindVolthaChange: ''
586 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700587 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700588 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700589
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700590 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200591
Matteo Scandolo51b76302020-02-05 12:07:23 -0800592 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800593 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800594
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700595 dsl: !include-raw-escape: pipeline/{pipeline-script}