blob: 1af8ca984113a394b920758d8b90598be87d4c76 [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 Campanellaf8e852b2020-09-30 14:48:09 +020028 - 'voltha-scale-measurements':
29 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
30 build-node: 'onf-pod1-head-node'
31 time-trigger: "H H/4 * * *"
32 olts: 2
33 pons: 16
34 onus: 32
35 withFlows: true
36 provisionSubscribers: true
37 workflow: dt
38 withEapol: false
39 withDhcp: false
40 withIgmp: false
41 onosReplicas: 3
42 atomixReplicas: 3
43 openonuAdapterReplicas: 1
44 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
45 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070046
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070047 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070048 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070049 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070050 build-node: 'onf-pod1-head-node'
51 time-trigger: "H H/4 * * *"
52 olts: 1
53 pons: 16
54 onus: 32
55 withFlows: true
56 provisionSubscribers: true
57 withEapol: true
58 withDhcp: true
59 withIgmp: false
60 openonuAdapterReplicas: 8
61 onosReplicas: 3
62 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070063 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070064 withPcap: true
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070065 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -070066 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloe4b04342020-05-28 07:35:45 -070067
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070068 - 'voltha-scale-measurements':
69 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
70 build-node: 'onf-pod1-head-node'
71 time-trigger: "H H/4 * * *"
72 olts: 1
73 pons: 16
74 onus: 32
75 withFlows: true
76 provisionSubscribers: true
77 workflow: tt
78 withEapol: false
79 withDhcp: true
80 withIgmp: true
81 openonuAdapterReplicas: 8
82 onosReplicas: 3
83 atomixReplicas: 3
84 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo79184172020-09-17 10:16:42 -070085 withPcap: true
86 logLevel: INFO
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070087 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolo3774aa22020-09-23 11:29:11 -070088 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070089
Matteo Scandoloe4b04342020-05-28 07:35:45 -070090 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070091 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070092 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070093 build-node: 'onf-pod1-head-node'
94 time-trigger: "H H/4 * * *"
95 olts: 1
96 pons: 16
97 onus: 32
98 withFlows: true
99 provisionSubscribers: true
100 workflow: dt
101 withEapol: false
102 withDhcp: false
103 withIgmp: false
104 openonuAdapterReplicas: 8
105 onosReplicas: 3
106 atomixReplicas: 3
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700107 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700108 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200109
Matteo Scandolo272aed42020-05-08 15:05:57 -0700110 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700111 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700112 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700113 build-node: 'onf-pod1-head-node'
114 time-trigger: "H H/4 * * *"
115 olts: 2
116 pons: 16
117 onus: 32
118 withFlows: true
119 provisionSubscribers: true
120 withEapol: true
121 withDhcp: true
122 withIgmp: false
123 openonuAdapterReplicas: 8
124 onosReplicas: 3
125 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700126 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700127 withPcap: true
128 logLevel: INFO
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700129 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700130 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700131
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700132 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700133 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700134 build-node: 'onf-pod1-head-node'
135 time-trigger: "H H/4 * * *"
136 olts: 2
137 pons: 16
138 onus: 32
139 withFlows: true
140 provisionSubscribers: true
141 workflow: dt
142 withEapol: false
143 withDhcp: false
144 withIgmp: false
145 openonuAdapterReplicas: 8
146 onosReplicas: 3
147 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700148 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700149 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700150 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandolo272aed42020-05-08 15:05:57 -0700151
Matteo Scandolo031bd982020-09-16 10:03:47 -0700152 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700153 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700154 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700155 build-node: 'onf-pod1-head-node'
156 time-trigger: "H H/4 * * *"
157 olts: 1
158 pons: 16
159 onus: 32
160 withFlows: true
161 provisionSubscribers: true
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 defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700169 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700170 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700171 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700172 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700173 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700174 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200175 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700176 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700177
178 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700179 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700180 build-node: 'onf-pod1-head-node'
181 time-trigger: "H H/4 * * *"
182 olts: 2
183 pons: 16
184 onus: 32
185 withFlows: true
186 provisionSubscribers: true
187 workflow: dt
188 withEapol: false
189 withDhcp: false
190 withIgmp: false
191 openonuAdapterReplicas: 8
192 onosReplicas: 3
193 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700194 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700195 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700196 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700197 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700198 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700199 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700200 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200201 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700202
Matteo Scandolo031bd982020-09-16 10:03:47 -0700203 - 'voltha-scale-measurements':
204 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
205 build-node: 'onf-pod1-head-node'
206 time-trigger: "H H/4 * * *"
207 olts: 1
208 pons: 16
209 onus: 32
210 withFlows: true
211 provisionSubscribers: true
212 workflow: tt
213 withEapol: false
214 withDhcp: true
215 withIgmp: true
216 openonuAdapterReplicas: 8
217 onosReplicas: 3
218 atomixReplicas: 3
219 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
220 release: voltha-2.5
221 bbsimImg: ''
222 rwCoreImg: ''
223 ofAgentImg: ''
224 openoltAdapterImg: ''
225 openonuAdapterImg: ''
226 onosImg: ''
227 withPcap: true
228
Matteo Scandolo272aed42020-05-08 15:05:57 -0700229 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700230 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700231 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700232 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700233 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700234
Matteo Scandolodc930192020-08-27 15:56:16 -0700235 # development matrix
236 - 'voltha-scale-matrix-dev':
237 name: 'voltha-scale-matrix-voltha-2.4-dev'
238 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800239
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700240# list of parameters for the VOLTHA Jobs,
241# used as anchor so that can be shared across multiple jobs
242# to use in a job: `parameters: *voltha-build-job-parameters`
243- voltha-scale-job-parameters: &voltha-scale-job-parameters
244 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700245 parameters:
246 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700247 name: release
248 default: '{release}'
249 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
250
251 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700252 name: buildNode
253 default: '{build-node}'
254 description: 'Name of the Jenkins node to run the job on'
255
256 - string:
257 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700258 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700259 description: 'Log level for all the components'
260
261 - string:
262 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700263 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700264 description: 'Number of ONUs to provision'
265
266 - string:
267 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700268 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700269 description: 'Number of PONs to provision'
270
271 - string:
272 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700273 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700274 description: 'How many BBSim instances to run'
275
276 - string:
277 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700278 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700279 description: 'Which workflow are we testing (att, dt, tt)'
280
281 - bool:
282 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700283 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700284 description: 'Wheter to push flows from ONOS'
285
286 - bool:
287 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700288 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700289 description: 'Wheter to provision subscribers durint the tests'
290
291 - bool:
292 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700293 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700294 description: 'Wheter EAPOL is enabled for the test'
295
296 - bool:
297 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700298 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700299 description: 'Wheter DHCP is enabled for the test'
300
301 - bool:
302 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700303 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700304 description: 'Wheter IGMP is enabled for the test'
305
306 - bool:
307 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700308 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700309 description: 'Wheter Link Discovery is enabled for the test'
310
311 - bool:
312 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700313 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700314 description: 'Option to trigger MIB template command'
315
316 - bool:
317 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700318 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700319 description: 'Option to install Prometheus'
320
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700321 - bool:
322 name: withProfiling
323 default: '{withProfiling}'
324 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
325
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700326 - bool:
327 name: withPcap
328 default: '{withPcap}'
329 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
330
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700331 - string:
332 name: extraHelmFlags
333 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700334 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 -0700335
Matteo Scandolo272aed42020-05-08 15:05:57 -0700336 - string:
337 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700338 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700339 description: 'How many OpenONU adapter instances to run'
340
341 - string:
342 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700343 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700344 description: 'How many ONOSes instances to run'
345
346 - string:
347 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700348 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700349 description: 'How many Atomix instances to run'
350
351 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700352 name: kafkaReplicas
353 default: '{kafkaReplicas}'
354 description: 'How many Kafka instances to run'
355
356 - string:
357 name: etcdReplicas
358 default: '{etcdReplicas}'
359 description: 'How many ETCD instances to run'
360
361 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700362 name: onosStatInterval
363 default: '{onosStatInterval}'
364 description: 'How often ONOS should poll for ports, flows and meters'
365
366 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700367 name: bbsimImg
368 default: '{bbsimImg}'
369 description: 'Custom image selection for BBSIM (repo:tag)'
370
371 - string:
372 name: bbsimChart
373 default: '{bbsimChart}'
374 description: 'BBSim chart name (or location on file system)'
375
376 - string:
377 name: rwCoreImg
378 default: '{rwCoreImg}'
379 description: 'Custom image selection for VOLTHA (repo:tag)'
380
381 - string:
382 name: ofAgentImg
383 default: '{ofAgentImg}'
384 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
385
386 - string:
387 name: volthaChart
388 default: '{volthaChart}'
389 description: 'VOLTHA chart name (or location on file system)'
390
391 - string:
392 name: openoltAdapterImg
393 default: '{openoltAdapterImg}'
394 description: 'Custom image selection for Openolt Adapter (repo:tag)'
395
396 - string:
397 name: openoltAdapterChart
398 default: '{openoltAdapterChart}'
399 description: 'OpenOLT chart name (or location on file system)'
400
401 - string:
402 name: openonuAdapterImg
403 default: '{openonuAdapterImg}'
404 description: 'Custom image selection for Openonu Adapter (repo:tag)'
405
406 - string:
407 name: openonuAdapterChart
408 default: '{openonuAdapterChart}'
409 description: 'OpenONU chart name (or location on file system)'
410
411 - string:
412 name: onosImg
413 default: '{onosImg}'
414 description: 'Custom image selection for Openonu Adapter (repo:tag)'
415
416 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700417 name: onosChart
418 default: '{onosChart}'
419 description: 'ONOS chart name (or location on file system)'
420
421 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700422 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700423 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700424 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
425
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700426 - string:
427 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700428 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700429 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
430
Matteo Scandoloccc06192020-06-22 10:16:17 -0700431 - bool:
432 name: inMemoryEtcdStorage
433 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700434 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700435
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200436 - string:
437 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700438 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200439 description: 'Karaf home'
440
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700441- job-template:
442 id: 'voltha-scale-measurements'
443 name: '{name}'
444 pipeline-script: 'voltha-scale-test.groovy'
445 disabled: '{disable-job}'
446
447 description: |
448 <!-- Managed by Jenkins Job Builder -->
449 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
450 Using pipeline {pipeline-script} <br/><br/>
451 Scale measurements for VOLTHA 2.x
452
453 properties:
454 - cord-infra-properties:
455 build-days-to-keep: 30
456 artifact-num-to-keep: 15
457
458 wrappers:
459 - lf-infra-wrappers:
460 build-timeout: '{build-timeout}'
461 jenkins-ssh-credential: '{jenkins-ssh-credential}'
462
463 # default values
464 release: master
465
466 bbsimImg: voltha/bbsim:master
467 rwCoreImg: voltha/voltha-rw-core:master
468 ofAgentImg: voltha/voltha-ofagent-go:master
469 openoltAdapterImg: voltha/voltha-openolt-adapter:master
470 openonuAdapterImg: voltha/voltha-openonu-adapter:master
471 onosImg: voltha/voltha-onos:master
472
473 bbsimChart: onf/bbsim
474 volthaChart: onf/voltha
475 openoltAdapterChart: onf/voltha-adapter-openolt
476 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700477 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700478
479 olts: 2
480 pons: 2
481 onus: 2
482 workflow: att
483 withFlows: false
484 provisionSubscribers: false
485 withEapol: true
486 withDhcp: true
487 withIgmp: false
488 withLLDP: false
489 withMibTemplate: true
490 withMonitoring: true
491 withProfiling: false
492 withPcap: false
493 openonuAdapterReplicas: 1
494 onosReplicas: 1
495 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700496 kafkaReplicas: 3
497 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700498 extraHelmFlags: ''
499 onosStatInterval: 5
500 volthaSystemTestsChange: ''
501 kindVolthaChange: ''
502 inMemoryEtcdStorage: true
503 karafHome: 'apache-karaf-4.2.9'
504 logLevel: 'WARN'
505
506 <<: *voltha-scale-job-parameters
507
Matteo Scandolo272aed42020-05-08 15:05:57 -0700508 project-type: pipeline
509 concurrent: false
510
511 dsl: !include-raw-escape: pipeline/{pipeline-script}
512
Matteo Scandoloabb83972020-06-25 16:08:23 -0700513 triggers:
514 - timed: |
515 TZ=America/Los_Angeles
516 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700517
518- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700519 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800520 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700521 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800522
523 description: |
524 <!-- Managed by Jenkins Job Builder -->
525 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
526 Using pipeline {pipeline-script} <br/><br/>
527 Scale measurements for VOLTHA 2.x
528
529 properties:
530 - cord-infra-properties:
531 build-days-to-keep: '{build-days-to-keep}'
532 artifact-num-to-keep: '{artifact-num-to-keep}'
533
534 wrappers:
535 - lf-infra-wrappers:
536 build-timeout: '{build-timeout}'
537 jenkins-ssh-credential: '{jenkins-ssh-credential}'
538
Matteo Scandolo0430f672020-05-07 11:50:26 -0700539 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700540 release: master
541
Matteo Scandolo0430f672020-05-07 11:50:26 -0700542 bbsimImg: voltha/bbsim:master
543 rwCoreImg: voltha/voltha-rw-core:master
544 ofAgentImg: voltha/voltha-ofagent-go:master
545 openoltAdapterImg: voltha/voltha-openolt-adapter:master
546 openonuAdapterImg: voltha/voltha-openonu-adapter:master
547 onosImg: voltha/voltha-onos:master
548
549 bbsimChart: onf/bbsim
550 volthaChart: onf/voltha
551 openoltAdapterChart: onf/voltha-adapter-openolt
552 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700553 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700554
Matteo Scandolo68776b72020-07-21 14:06:06 -0700555 olts: 2
556 pons: 2
557 onus: 2
558 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700559 withFlows: true
560 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700561 withEapol: true
562 withDhcp: true
563 withIgmp: false
564 withLLDP: false
565 withMibTemplate: true
566 withMonitoring: true
567 withProfiling: false
568 withPcap: false
569 openonuAdapterReplicas: 1
570 onosReplicas: 1
571 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700572 kafkaReplicas: 1
573 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700574 extraHelmFlags: ''
575 onosStatInterval: 5
576 volthaSystemTestsChange: ''
577 kindVolthaChange: ''
578 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700579 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700580 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700581
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700582 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200583
Matteo Scandolo51b76302020-02-05 12:07:23 -0800584 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800585 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800586
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700587 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700588
589- job-template:
590 id: 'voltha-scale-matrix-dev'
591 name: '{name}'
592 pipeline-script: 'voltha-scale-matrix.groovy'
593
594 description: |
595 <!-- Managed by Jenkins Job Builder -->
596 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
597 Using pipeline {pipeline-script} <br/><br/>
598 Scale measurements for VOLTHA 2.x
599
600 properties:
601 - cord-infra-properties:
602 build-days-to-keep: '{build-days-to-keep}'
603 artifact-num-to-keep: '{artifact-num-to-keep}'
604
605 wrappers:
606 - lf-infra-wrappers:
607 build-timeout: '{build-timeout}'
608 jenkins-ssh-credential: '{jenkins-ssh-credential}'
609
610 # default values
611 release: master
612 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700613 volthaSystemTestsChange: ''
614 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700615
616 project-type: pipeline
617 concurrent: false
618
619 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700620
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700621 parameters:
622 - string:
623 name: release
624 default: '{release}'
625 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
626
627 - string:
628 name: buildNode
629 default: '{build-node}'
630 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700631
632 - string:
633 name: volthaSystemTestsChange
634 default: '{volthaSystemTestsChange}'
635 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
636
637 - string:
638 name: kindVolthaChange
639 default: '{kindVolthaChange}'
640 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'