blob: c1834fb97a90f449411f4df193b9df0208a813fa [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'
Andrea Campanella350c6102020-10-01 09:56:40 +020028
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020029 - 'voltha-scale-measurements':
30 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
31 build-node: 'onf-pod1-head-node'
32 time-trigger: "H H/4 * * *"
33 olts: 2
34 pons: 16
35 onus: 32
36 withFlows: true
37 provisionSubscribers: true
38 workflow: dt
39 withEapol: false
40 withDhcp: false
41 withIgmp: false
42 onosReplicas: 3
43 atomixReplicas: 3
44 openonuAdapterReplicas: 1
45 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
46 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070047
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070048 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070049 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070050 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070051 build-node: 'onf-pod1-head-node'
52 time-trigger: "H H/4 * * *"
53 olts: 1
54 pons: 16
55 onus: 32
56 withFlows: true
57 provisionSubscribers: true
58 withEapol: true
59 withDhcp: true
60 withIgmp: false
61 openonuAdapterReplicas: 8
62 onosReplicas: 3
63 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070064 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070065 withPcap: true
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070066 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -070067 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloe4b04342020-05-28 07:35:45 -070068
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070069 - 'voltha-scale-measurements':
70 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
71 build-node: 'onf-pod1-head-node'
72 time-trigger: "H H/4 * * *"
73 olts: 1
74 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 workflow: tt
79 withEapol: false
80 withDhcp: true
81 withIgmp: true
82 openonuAdapterReplicas: 8
83 onosReplicas: 3
84 atomixReplicas: 3
85 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo79184172020-09-17 10:16:42 -070086 withPcap: true
87 logLevel: INFO
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070088 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolo3774aa22020-09-23 11:29:11 -070089 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070090
Matteo Scandoloe4b04342020-05-28 07:35:45 -070091 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070092 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070093 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070094 build-node: 'onf-pod1-head-node'
95 time-trigger: "H H/4 * * *"
96 olts: 1
97 pons: 16
98 onus: 32
99 withFlows: true
100 provisionSubscribers: true
101 workflow: dt
102 withEapol: false
103 withDhcp: false
104 withIgmp: false
105 openonuAdapterReplicas: 8
106 onosReplicas: 3
107 atomixReplicas: 3
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700108 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700109 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200110
Matteo Scandolo272aed42020-05-08 15:05:57 -0700111 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700112 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700113 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700114 build-node: 'onf-pod1-head-node'
115 time-trigger: "H H/4 * * *"
116 olts: 2
117 pons: 16
118 onus: 32
119 withFlows: true
120 provisionSubscribers: true
121 withEapol: true
122 withDhcp: true
123 withIgmp: false
124 openonuAdapterReplicas: 8
125 onosReplicas: 3
126 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700127 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700128 withPcap: true
129 logLevel: INFO
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700130 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700131 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700132
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700133 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700134 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700135 build-node: 'onf-pod1-head-node'
136 time-trigger: "H H/4 * * *"
137 olts: 2
138 pons: 16
139 onus: 32
140 withFlows: true
141 provisionSubscribers: true
142 workflow: dt
143 withEapol: false
144 withDhcp: false
145 withIgmp: false
146 openonuAdapterReplicas: 8
147 onosReplicas: 3
148 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700149 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700150 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700151 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandolo272aed42020-05-08 15:05:57 -0700152
Matteo Scandolo031bd982020-09-16 10:03:47 -0700153 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700154 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700155 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700156 build-node: 'onf-pod1-head-node'
157 time-trigger: "H H/4 * * *"
158 olts: 1
159 pons: 16
160 onus: 32
161 withFlows: true
162 provisionSubscribers: true
163 withEapol: true
164 withDhcp: true
165 withIgmp: false
166 openonuAdapterReplicas: 8
167 onosReplicas: 3
168 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700169 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700170 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700171 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700172 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700173 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700174 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700175 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200176 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700177 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700178
179 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700180 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700181 build-node: 'onf-pod1-head-node'
182 time-trigger: "H H/4 * * *"
183 olts: 2
184 pons: 16
185 onus: 32
186 withFlows: true
187 provisionSubscribers: true
188 workflow: dt
189 withEapol: false
190 withDhcp: false
191 withIgmp: false
192 openonuAdapterReplicas: 8
193 onosReplicas: 3
194 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700195 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700196 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700197 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700198 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700199 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700200 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700201 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200202 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700203
Matteo Scandolo031bd982020-09-16 10:03:47 -0700204 - 'voltha-scale-measurements':
205 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
206 build-node: 'onf-pod1-head-node'
207 time-trigger: "H H/4 * * *"
208 olts: 1
209 pons: 16
210 onus: 32
211 withFlows: true
212 provisionSubscribers: true
213 workflow: tt
214 withEapol: false
215 withDhcp: true
216 withIgmp: true
217 openonuAdapterReplicas: 8
218 onosReplicas: 3
219 atomixReplicas: 3
220 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
221 release: voltha-2.5
222 bbsimImg: ''
223 rwCoreImg: ''
224 ofAgentImg: ''
225 openoltAdapterImg: ''
226 openonuAdapterImg: ''
227 onosImg: ''
228 withPcap: true
229
Matteo Scandolo272aed42020-05-08 15:05:57 -0700230 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700231 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700232 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700233 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700234 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700235
Matteo Scandolodc930192020-08-27 15:56:16 -0700236 # development matrix
237 - 'voltha-scale-matrix-dev':
238 name: 'voltha-scale-matrix-voltha-2.4-dev'
239 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800240
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700241# list of parameters for the VOLTHA Jobs,
242# used as anchor so that can be shared across multiple jobs
243# to use in a job: `parameters: *voltha-build-job-parameters`
244- voltha-scale-job-parameters: &voltha-scale-job-parameters
245 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700246 parameters:
247 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700248 name: release
249 default: '{release}'
250 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
251
252 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700253 name: buildNode
254 default: '{build-node}'
255 description: 'Name of the Jenkins node to run the job on'
256
257 - string:
258 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700259 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700260 description: 'Log level for all the components'
261
262 - string:
263 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700264 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700265 description: 'Number of ONUs to provision'
266
267 - string:
268 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700269 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700270 description: 'Number of PONs to provision'
271
272 - string:
273 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700274 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700275 description: 'How many BBSim instances to run'
276
277 - string:
278 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700279 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700280 description: 'Which workflow are we testing (att, dt, tt)'
281
282 - bool:
283 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700284 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700285 description: 'Wheter to push flows from ONOS'
286
287 - bool:
288 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700289 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700290 description: 'Wheter to provision subscribers durint the tests'
291
292 - bool:
293 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700294 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700295 description: 'Wheter EAPOL is enabled for the test'
296
297 - bool:
298 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700299 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700300 description: 'Wheter DHCP is enabled for the test'
301
302 - bool:
303 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700304 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700305 description: 'Wheter IGMP is enabled for the test'
306
307 - bool:
308 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700309 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700310 description: 'Wheter Link Discovery is enabled for the test'
311
312 - bool:
313 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700314 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700315 description: 'Option to trigger MIB template command'
316
317 - bool:
318 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700319 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700320 description: 'Option to install Prometheus'
321
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700322 - bool:
323 name: withProfiling
324 default: '{withProfiling}'
325 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
326
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700327 - bool:
328 name: withPcap
329 default: '{withPcap}'
330 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
331
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700332 - string:
333 name: extraHelmFlags
334 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700335 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 -0700336
Matteo Scandolo272aed42020-05-08 15:05:57 -0700337 - string:
338 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700339 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700340 description: 'How many OpenONU adapter instances to run'
341
342 - string:
343 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700344 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700345 description: 'How many ONOSes instances to run'
346
347 - string:
348 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700349 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700350 description: 'How many Atomix instances to run'
351
352 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700353 name: kafkaReplicas
354 default: '{kafkaReplicas}'
355 description: 'How many Kafka instances to run'
356
357 - string:
358 name: etcdReplicas
359 default: '{etcdReplicas}'
360 description: 'How many ETCD instances to run'
361
362 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700363 name: onosStatInterval
364 default: '{onosStatInterval}'
365 description: 'How often ONOS should poll for ports, flows and meters'
366
367 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700368 name: bbsimImg
369 default: '{bbsimImg}'
370 description: 'Custom image selection for BBSIM (repo:tag)'
371
372 - string:
373 name: bbsimChart
374 default: '{bbsimChart}'
375 description: 'BBSim chart name (or location on file system)'
376
377 - string:
378 name: rwCoreImg
379 default: '{rwCoreImg}'
380 description: 'Custom image selection for VOLTHA (repo:tag)'
381
382 - string:
383 name: ofAgentImg
384 default: '{ofAgentImg}'
385 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
386
387 - string:
388 name: volthaChart
389 default: '{volthaChart}'
390 description: 'VOLTHA chart name (or location on file system)'
391
392 - string:
393 name: openoltAdapterImg
394 default: '{openoltAdapterImg}'
395 description: 'Custom image selection for Openolt Adapter (repo:tag)'
396
397 - string:
398 name: openoltAdapterChart
399 default: '{openoltAdapterChart}'
400 description: 'OpenOLT chart name (or location on file system)'
401
402 - string:
403 name: openonuAdapterImg
404 default: '{openonuAdapterImg}'
405 description: 'Custom image selection for Openonu Adapter (repo:tag)'
406
407 - string:
408 name: openonuAdapterChart
409 default: '{openonuAdapterChart}'
410 description: 'OpenONU chart name (or location on file system)'
411
412 - string:
413 name: onosImg
414 default: '{onosImg}'
415 description: 'Custom image selection for Openonu Adapter (repo:tag)'
416
417 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700418 name: onosChart
419 default: '{onosChart}'
420 description: 'ONOS chart name (or location on file system)'
421
422 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700423 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700424 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700425 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
426
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700427 - string:
428 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700429 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700430 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
431
Matteo Scandoloccc06192020-06-22 10:16:17 -0700432 - bool:
433 name: inMemoryEtcdStorage
434 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700435 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700436
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200437 - string:
438 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700439 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200440 description: 'Karaf home'
441
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700442- job-template:
443 id: 'voltha-scale-measurements'
444 name: '{name}'
445 pipeline-script: 'voltha-scale-test.groovy'
446 disabled: '{disable-job}'
447
448 description: |
449 <!-- Managed by Jenkins Job Builder -->
450 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
451 Using pipeline {pipeline-script} <br/><br/>
452 Scale measurements for VOLTHA 2.x
453
454 properties:
455 - cord-infra-properties:
456 build-days-to-keep: 30
457 artifact-num-to-keep: 15
458
459 wrappers:
460 - lf-infra-wrappers:
461 build-timeout: '{build-timeout}'
462 jenkins-ssh-credential: '{jenkins-ssh-credential}'
463
464 # default values
465 release: master
466
467 bbsimImg: voltha/bbsim:master
468 rwCoreImg: voltha/voltha-rw-core:master
469 ofAgentImg: voltha/voltha-ofagent-go:master
470 openoltAdapterImg: voltha/voltha-openolt-adapter:master
471 openonuAdapterImg: voltha/voltha-openonu-adapter:master
472 onosImg: voltha/voltha-onos:master
473
474 bbsimChart: onf/bbsim
475 volthaChart: onf/voltha
476 openoltAdapterChart: onf/voltha-adapter-openolt
477 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700478 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700479
480 olts: 2
481 pons: 2
482 onus: 2
483 workflow: att
484 withFlows: false
485 provisionSubscribers: false
486 withEapol: true
487 withDhcp: true
488 withIgmp: false
489 withLLDP: false
490 withMibTemplate: true
491 withMonitoring: true
492 withProfiling: false
493 withPcap: false
494 openonuAdapterReplicas: 1
495 onosReplicas: 1
496 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700497 kafkaReplicas: 3
498 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700499 extraHelmFlags: ''
500 onosStatInterval: 5
501 volthaSystemTestsChange: ''
502 kindVolthaChange: ''
503 inMemoryEtcdStorage: true
504 karafHome: 'apache-karaf-4.2.9'
505 logLevel: 'WARN'
506
507 <<: *voltha-scale-job-parameters
508
Matteo Scandolo272aed42020-05-08 15:05:57 -0700509 project-type: pipeline
510 concurrent: false
511
512 dsl: !include-raw-escape: pipeline/{pipeline-script}
513
Matteo Scandoloabb83972020-06-25 16:08:23 -0700514 triggers:
515 - timed: |
516 TZ=America/Los_Angeles
517 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700518
519- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700520 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800521 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700522 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800523
524 description: |
525 <!-- Managed by Jenkins Job Builder -->
526 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
527 Using pipeline {pipeline-script} <br/><br/>
528 Scale measurements for VOLTHA 2.x
529
530 properties:
531 - cord-infra-properties:
532 build-days-to-keep: '{build-days-to-keep}'
533 artifact-num-to-keep: '{artifact-num-to-keep}'
534
535 wrappers:
536 - lf-infra-wrappers:
537 build-timeout: '{build-timeout}'
538 jenkins-ssh-credential: '{jenkins-ssh-credential}'
539
Matteo Scandolo0430f672020-05-07 11:50:26 -0700540 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700541 release: master
542
Matteo Scandolo0430f672020-05-07 11:50:26 -0700543 bbsimImg: voltha/bbsim:master
544 rwCoreImg: voltha/voltha-rw-core:master
545 ofAgentImg: voltha/voltha-ofagent-go:master
546 openoltAdapterImg: voltha/voltha-openolt-adapter:master
547 openonuAdapterImg: voltha/voltha-openonu-adapter:master
548 onosImg: voltha/voltha-onos:master
549
550 bbsimChart: onf/bbsim
551 volthaChart: onf/voltha
552 openoltAdapterChart: onf/voltha-adapter-openolt
553 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700554 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700555
Matteo Scandolo68776b72020-07-21 14:06:06 -0700556 olts: 2
557 pons: 2
558 onus: 2
559 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700560 withFlows: true
561 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700562 withEapol: true
563 withDhcp: true
564 withIgmp: false
565 withLLDP: false
566 withMibTemplate: true
567 withMonitoring: true
568 withProfiling: false
569 withPcap: false
570 openonuAdapterReplicas: 1
571 onosReplicas: 1
572 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700573 kafkaReplicas: 1
574 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700575 extraHelmFlags: ''
576 onosStatInterval: 5
577 volthaSystemTestsChange: ''
578 kindVolthaChange: ''
579 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700580 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700581 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700582
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700583 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200584
Matteo Scandolo51b76302020-02-05 12:07:23 -0800585 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800586 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800587
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700588 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700589
590- job-template:
591 id: 'voltha-scale-matrix-dev'
592 name: '{name}'
593 pipeline-script: 'voltha-scale-matrix.groovy'
594
595 description: |
596 <!-- Managed by Jenkins Job Builder -->
597 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
598 Using pipeline {pipeline-script} <br/><br/>
599 Scale measurements for VOLTHA 2.x
600
601 properties:
602 - cord-infra-properties:
603 build-days-to-keep: '{build-days-to-keep}'
604 artifact-num-to-keep: '{artifact-num-to-keep}'
605
606 wrappers:
607 - lf-infra-wrappers:
608 build-timeout: '{build-timeout}'
609 jenkins-ssh-credential: '{jenkins-ssh-credential}'
610
611 # default values
612 release: master
613 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700614 volthaSystemTestsChange: ''
615 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700616
617 project-type: pipeline
618 concurrent: false
619
620 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700621
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700622 parameters:
623 - string:
624 name: release
625 default: '{release}'
626 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
627
628 - string:
629 name: buildNode
630 default: '{build-node}'
631 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700632
633 - string:
634 name: volthaSystemTestsChange
635 default: '{volthaSystemTestsChange}'
636 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
637
638 - string:
639 name: kindVolthaChange
640 default: '{kindVolthaChange}'
641 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'