blob: 9e91dea4a52683c3a6f5612991acacc940c30072 [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
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070029 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070030 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070031 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070032 build-node: 'onf-pod1-head-node'
33 time-trigger: "H H/4 * * *"
34 olts: 1
35 pons: 16
36 onus: 32
37 withFlows: true
38 provisionSubscribers: true
39 withEapol: true
40 withDhcp: true
41 withIgmp: false
42 openonuAdapterReplicas: 8
43 onosReplicas: 3
44 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070045 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070046 withPcap: true
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070047 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -070048 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloe4b04342020-05-28 07:35:45 -070049
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070050 - 'voltha-scale-measurements':
51 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
52 build-node: 'onf-pod1-head-node'
53 time-trigger: "H H/4 * * *"
54 olts: 1
55 pons: 16
56 onus: 32
57 withFlows: true
58 provisionSubscribers: true
59 workflow: tt
60 withEapol: false
61 withDhcp: true
62 withIgmp: true
63 openonuAdapterReplicas: 8
64 onosReplicas: 3
65 atomixReplicas: 3
66 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo79184172020-09-17 10:16:42 -070067 withPcap: true
68 logLevel: INFO
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070069 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolo3774aa22020-09-23 11:29:11 -070070 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070071
Matteo Scandoloe4b04342020-05-28 07:35:45 -070072 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070073 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070074 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070075 build-node: 'onf-pod1-head-node'
76 time-trigger: "H H/4 * * *"
77 olts: 1
78 pons: 16
79 onus: 32
80 withFlows: true
81 provisionSubscribers: true
82 workflow: dt
83 withEapol: false
84 withDhcp: false
85 withIgmp: false
86 openonuAdapterReplicas: 8
87 onosReplicas: 3
88 atomixReplicas: 3
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070089 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -070090 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Andrea Campanellafc7c9492020-05-12 12:56:38 +020091
Matteo Scandolo272aed42020-05-08 15:05:57 -070092 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070093 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070094 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070095 build-node: 'onf-pod1-head-node'
96 time-trigger: "H H/4 * * *"
97 olts: 2
98 pons: 16
99 onus: 32
100 withFlows: true
101 provisionSubscribers: true
102 withEapol: true
103 withDhcp: true
104 withIgmp: false
105 openonuAdapterReplicas: 8
106 onosReplicas: 3
107 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700108 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700109 withPcap: true
110 logLevel: INFO
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700111 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700112 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700113
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700114 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700115 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700116 build-node: 'onf-pod1-head-node'
117 time-trigger: "H H/4 * * *"
118 olts: 2
119 pons: 16
120 onus: 32
121 withFlows: true
122 provisionSubscribers: true
123 workflow: dt
124 withEapol: false
125 withDhcp: false
126 withIgmp: false
127 openonuAdapterReplicas: 8
128 onosReplicas: 3
129 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700130 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700131 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final-aaa-meter'
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700132 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandolo272aed42020-05-08 15:05:57 -0700133
Matteo Scandolo031bd982020-09-16 10:03:47 -0700134 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700135 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700136 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700137 build-node: 'onf-pod1-head-node'
138 time-trigger: "H H/4 * * *"
139 olts: 1
140 pons: 16
141 onus: 32
142 withFlows: true
143 provisionSubscribers: true
144 withEapol: true
145 withDhcp: true
146 withIgmp: false
147 openonuAdapterReplicas: 8
148 onosReplicas: 3
149 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700150 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700151 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700152 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700153 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700154 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700155 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700156 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200157 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700158 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700159
160 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700161 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700162 build-node: 'onf-pod1-head-node'
163 time-trigger: "H H/4 * * *"
164 olts: 2
165 pons: 16
166 onus: 32
167 withFlows: true
168 provisionSubscribers: true
169 workflow: dt
170 withEapol: false
171 withDhcp: false
172 withIgmp: false
173 openonuAdapterReplicas: 8
174 onosReplicas: 3
175 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700176 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700177 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700178 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700179 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700180 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700181 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700182 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200183 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700184
Matteo Scandolo031bd982020-09-16 10:03:47 -0700185 - 'voltha-scale-measurements':
186 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
187 build-node: 'onf-pod1-head-node'
188 time-trigger: "H H/4 * * *"
189 olts: 1
190 pons: 16
191 onus: 32
192 withFlows: true
193 provisionSubscribers: true
194 workflow: tt
195 withEapol: false
196 withDhcp: true
197 withIgmp: true
198 openonuAdapterReplicas: 8
199 onosReplicas: 3
200 atomixReplicas: 3
201 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
202 release: voltha-2.5
203 bbsimImg: ''
204 rwCoreImg: ''
205 ofAgentImg: ''
206 openoltAdapterImg: ''
207 openonuAdapterImg: ''
208 onosImg: ''
209 withPcap: true
210
Matteo Scandolo272aed42020-05-08 15:05:57 -0700211 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700212 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700213 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700214 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700215 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700216
Matteo Scandolodc930192020-08-27 15:56:16 -0700217 # development matrix
218 - 'voltha-scale-matrix-dev':
219 name: 'voltha-scale-matrix-voltha-2.4-dev'
220 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800221
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700222# list of parameters for the VOLTHA Jobs,
223# used as anchor so that can be shared across multiple jobs
224# to use in a job: `parameters: *voltha-build-job-parameters`
225- voltha-scale-job-parameters: &voltha-scale-job-parameters
226 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700227 parameters:
228 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700229 name: release
230 default: '{release}'
231 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
232
233 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700234 name: buildNode
235 default: '{build-node}'
236 description: 'Name of the Jenkins node to run the job on'
237
238 - string:
239 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700240 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700241 description: 'Log level for all the components'
242
243 - string:
244 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700245 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700246 description: 'Number of ONUs to provision'
247
248 - string:
249 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700250 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700251 description: 'Number of PONs to provision'
252
253 - string:
254 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700255 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700256 description: 'How many BBSim instances to run'
257
258 - string:
259 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700260 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700261 description: 'Which workflow are we testing (att, dt, tt)'
262
263 - bool:
264 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700265 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700266 description: 'Wheter to push flows from ONOS'
267
268 - bool:
269 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700270 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700271 description: 'Wheter to provision subscribers durint the tests'
272
273 - bool:
274 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700275 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700276 description: 'Wheter EAPOL is enabled for the test'
277
278 - bool:
279 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700280 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 description: 'Wheter DHCP is enabled for the test'
282
283 - bool:
284 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700285 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700286 description: 'Wheter IGMP is enabled for the test'
287
288 - bool:
289 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700290 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700291 description: 'Wheter Link Discovery is enabled for the test'
292
293 - bool:
294 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700295 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700296 description: 'Option to trigger MIB template command'
297
298 - bool:
299 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700300 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700301 description: 'Option to install Prometheus'
302
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700303 - bool:
304 name: withProfiling
305 default: '{withProfiling}'
306 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
307
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700308 - bool:
309 name: withPcap
310 default: '{withPcap}'
311 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
312
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700313 - string:
314 name: extraHelmFlags
315 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700316 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 -0700317
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 - string:
319 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700320 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700321 description: 'How many OpenONU adapter instances to run'
322
323 - string:
324 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700325 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700326 description: 'How many ONOSes instances to run'
327
328 - string:
329 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700330 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700331 description: 'How many Atomix instances to run'
332
333 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700334 name: kafkaReplicas
335 default: '{kafkaReplicas}'
336 description: 'How many Kafka instances to run'
337
338 - string:
339 name: etcdReplicas
340 default: '{etcdReplicas}'
341 description: 'How many ETCD instances to run'
342
343 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700344 name: onosStatInterval
345 default: '{onosStatInterval}'
346 description: 'How often ONOS should poll for ports, flows and meters'
347
348 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700349 name: bbsimImg
350 default: '{bbsimImg}'
351 description: 'Custom image selection for BBSIM (repo:tag)'
352
353 - string:
354 name: bbsimChart
355 default: '{bbsimChart}'
356 description: 'BBSim chart name (or location on file system)'
357
358 - string:
359 name: rwCoreImg
360 default: '{rwCoreImg}'
361 description: 'Custom image selection for VOLTHA (repo:tag)'
362
363 - string:
364 name: ofAgentImg
365 default: '{ofAgentImg}'
366 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
367
368 - string:
369 name: volthaChart
370 default: '{volthaChart}'
371 description: 'VOLTHA chart name (or location on file system)'
372
373 - string:
374 name: openoltAdapterImg
375 default: '{openoltAdapterImg}'
376 description: 'Custom image selection for Openolt Adapter (repo:tag)'
377
378 - string:
379 name: openoltAdapterChart
380 default: '{openoltAdapterChart}'
381 description: 'OpenOLT chart name (or location on file system)'
382
383 - string:
384 name: openonuAdapterImg
385 default: '{openonuAdapterImg}'
386 description: 'Custom image selection for Openonu Adapter (repo:tag)'
387
388 - string:
389 name: openonuAdapterChart
390 default: '{openonuAdapterChart}'
391 description: 'OpenONU chart name (or location on file system)'
392
393 - string:
394 name: onosImg
395 default: '{onosImg}'
396 description: 'Custom image selection for Openonu Adapter (repo:tag)'
397
398 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700399 name: onosChart
400 default: '{onosChart}'
401 description: 'ONOS chart name (or location on file system)'
402
403 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700404 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700405 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700406 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
407
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700408 - string:
409 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700410 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700411 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
412
Matteo Scandoloccc06192020-06-22 10:16:17 -0700413 - bool:
414 name: inMemoryEtcdStorage
415 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700416 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700417
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200418 - string:
419 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700420 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200421 description: 'Karaf home'
422
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700423- job-template:
424 id: 'voltha-scale-measurements'
425 name: '{name}'
426 pipeline-script: 'voltha-scale-test.groovy'
427 disabled: '{disable-job}'
428
429 description: |
430 <!-- Managed by Jenkins Job Builder -->
431 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
432 Using pipeline {pipeline-script} <br/><br/>
433 Scale measurements for VOLTHA 2.x
434
435 properties:
436 - cord-infra-properties:
437 build-days-to-keep: 30
438 artifact-num-to-keep: 15
439
440 wrappers:
441 - lf-infra-wrappers:
442 build-timeout: '{build-timeout}'
443 jenkins-ssh-credential: '{jenkins-ssh-credential}'
444
445 # default values
446 release: master
447
448 bbsimImg: voltha/bbsim:master
449 rwCoreImg: voltha/voltha-rw-core:master
450 ofAgentImg: voltha/voltha-ofagent-go:master
451 openoltAdapterImg: voltha/voltha-openolt-adapter:master
452 openonuAdapterImg: voltha/voltha-openonu-adapter:master
453 onosImg: voltha/voltha-onos:master
454
455 bbsimChart: onf/bbsim
456 volthaChart: onf/voltha
457 openoltAdapterChart: onf/voltha-adapter-openolt
458 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700459 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700460
461 olts: 2
462 pons: 2
463 onus: 2
464 workflow: att
465 withFlows: false
466 provisionSubscribers: false
467 withEapol: true
468 withDhcp: true
469 withIgmp: false
470 withLLDP: false
471 withMibTemplate: true
472 withMonitoring: true
473 withProfiling: false
474 withPcap: false
475 openonuAdapterReplicas: 1
476 onosReplicas: 1
477 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700478 kafkaReplicas: 3
479 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700480 extraHelmFlags: ''
481 onosStatInterval: 5
482 volthaSystemTestsChange: ''
483 kindVolthaChange: ''
484 inMemoryEtcdStorage: true
485 karafHome: 'apache-karaf-4.2.9'
486 logLevel: 'WARN'
487
488 <<: *voltha-scale-job-parameters
489
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 project-type: pipeline
491 concurrent: false
492
493 dsl: !include-raw-escape: pipeline/{pipeline-script}
494
Matteo Scandoloabb83972020-06-25 16:08:23 -0700495 triggers:
496 - timed: |
497 TZ=America/Los_Angeles
498 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700499
500- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700501 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800502 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700503 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800504
505 description: |
506 <!-- Managed by Jenkins Job Builder -->
507 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
508 Using pipeline {pipeline-script} <br/><br/>
509 Scale measurements for VOLTHA 2.x
510
511 properties:
512 - cord-infra-properties:
513 build-days-to-keep: '{build-days-to-keep}'
514 artifact-num-to-keep: '{artifact-num-to-keep}'
515
516 wrappers:
517 - lf-infra-wrappers:
518 build-timeout: '{build-timeout}'
519 jenkins-ssh-credential: '{jenkins-ssh-credential}'
520
Matteo Scandolo0430f672020-05-07 11:50:26 -0700521 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700522 release: master
523
Matteo Scandolo0430f672020-05-07 11:50:26 -0700524 bbsimImg: voltha/bbsim:master
525 rwCoreImg: voltha/voltha-rw-core:master
526 ofAgentImg: voltha/voltha-ofagent-go:master
527 openoltAdapterImg: voltha/voltha-openolt-adapter:master
528 openonuAdapterImg: voltha/voltha-openonu-adapter:master
529 onosImg: voltha/voltha-onos:master
530
531 bbsimChart: onf/bbsim
532 volthaChart: onf/voltha
533 openoltAdapterChart: onf/voltha-adapter-openolt
534 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700535 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700536
Matteo Scandolo68776b72020-07-21 14:06:06 -0700537 olts: 2
538 pons: 2
539 onus: 2
540 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700541 withFlows: true
542 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700543 withEapol: true
544 withDhcp: true
545 withIgmp: false
546 withLLDP: false
547 withMibTemplate: true
548 withMonitoring: true
549 withProfiling: false
550 withPcap: false
551 openonuAdapterReplicas: 1
552 onosReplicas: 1
553 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700554 kafkaReplicas: 1
555 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700556 extraHelmFlags: ''
557 onosStatInterval: 5
558 volthaSystemTestsChange: ''
559 kindVolthaChange: ''
560 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700561 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700562 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700563
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700564 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200565
Matteo Scandolo51b76302020-02-05 12:07:23 -0800566 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800567 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800568
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700569 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700570
571- job-template:
572 id: 'voltha-scale-matrix-dev'
573 name: '{name}'
574 pipeline-script: 'voltha-scale-matrix.groovy'
575
576 description: |
577 <!-- Managed by Jenkins Job Builder -->
578 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
579 Using pipeline {pipeline-script} <br/><br/>
580 Scale measurements for VOLTHA 2.x
581
582 properties:
583 - cord-infra-properties:
584 build-days-to-keep: '{build-days-to-keep}'
585 artifact-num-to-keep: '{artifact-num-to-keep}'
586
587 wrappers:
588 - lf-infra-wrappers:
589 build-timeout: '{build-timeout}'
590 jenkins-ssh-credential: '{jenkins-ssh-credential}'
591
592 # default values
593 release: master
594 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700595 volthaSystemTestsChange: ''
596 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700597
598 project-type: pipeline
599 concurrent: false
600
601 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700602
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700603 parameters:
604 - string:
605 name: release
606 default: '{release}'
607 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
608
609 - string:
610 name: buildNode
611 default: '{build-node}'
612 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700613
614 - string:
615 name: volthaSystemTestsChange
616 default: '{volthaSystemTestsChange}'
617 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
618
619 - string:
620 name: kindVolthaChange
621 default: '{kindVolthaChange}'
622 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'