blob: b57507ceb521eefc68e8a400b3dc8c93d63c0ffd [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 Scandolo8df57162020-10-06 14:43:53 -070048 # this job will be used to test custom images without disrupting tests on master
49 - 'voltha-scale-measurements':
50 name: 'voltha-scale-measurements-master-experimental'
51 build-node: 'onf-pod1-head-node'
Matteo Scandolo85f67e72020-10-09 15:23:38 -070052 'disable-job': false
Matteo Scandolo8df57162020-10-06 14:43:53 -070053 time-trigger: "H H/4 * * *"
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -070054 withMonitoring: false
Matteo Scandolo8df57162020-10-06 14:43:53 -070055 olts: 1
56 pons: 16
57 onus: 32
58 withFlows: true
59 provisionSubscribers: true
60 withEapol: true
61 withDhcp: true
62 withIgmp: false
63 openonuAdapterReplicas: 8
64 onosReplicas: 3
65 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -070066 extraHelmFlags: '--set authRetry=true'
Matteo Scandolo8df57162020-10-06 14:43:53 -070067 withPcap: true
Matteo Scandoloa4e082f2020-10-23 13:57:04 -070068 bbsimImg: matteoscandolo/bbsim:nni-packet-logs
Matteo Scandolo9665d592020-10-23 19:08:14 +000069
Matteo Scandolo8df57162020-10-06 14:43:53 -070070
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070071 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
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-att-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -070074 'disable-job': false
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 withEapol: true
83 withDhcp: true
84 withIgmp: false
85 openonuAdapterReplicas: 8
86 onosReplicas: 3
87 atomixReplicas: 3
Matteo Scandolo91337832020-08-25 18:39:33 -070088 withPcap: true
Matteo Scandolo37cba472020-10-26 14:15:34 -070089 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070090
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070091 - 'voltha-scale-measurements':
92 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -070093 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -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: tt
102 withEapol: false
103 withDhcp: true
104 withIgmp: true
105 openonuAdapterReplicas: 8
106 onosReplicas: 3
107 atomixReplicas: 3
Matteo Scandolo79184172020-09-17 10:16:42 -0700108 withPcap: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700109 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700110
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700111 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700112 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -0700113 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700114 build-node: 'onf-pod1-head-node'
115 time-trigger: "H H/4 * * *"
116 olts: 1
117 pons: 16
118 onus: 32
119 withFlows: true
120 provisionSubscribers: true
121 workflow: dt
122 withEapol: false
123 withDhcp: false
124 withIgmp: false
125 openonuAdapterReplicas: 8
126 onosReplicas: 3
127 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700128 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200129
Matteo Scandolo272aed42020-05-08 15:05:57 -0700130 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700131 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700132 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -0700133 'disable-job': false
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 withEapol: true
142 withDhcp: true
143 withIgmp: false
144 openonuAdapterReplicas: 8
145 onosReplicas: 3
146 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700147 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700148 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700149
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700150 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700151 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -0700152 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700153 build-node: 'onf-pod1-head-node'
154 time-trigger: "H H/4 * * *"
155 olts: 2
156 pons: 16
157 onus: 32
158 withFlows: true
159 provisionSubscribers: true
160 workflow: dt
161 withEapol: false
162 withDhcp: false
163 withIgmp: false
164 openonuAdapterReplicas: 8
165 onosReplicas: 3
166 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700167 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700168
Matteo Scandolo031bd982020-09-16 10:03:47 -0700169 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700170 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700171 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700172 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700173 build-node: 'onf-pod1-head-node'
174 time-trigger: "H H/4 * * *"
175 olts: 1
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 Scandolo031bd982020-09-16 10:03:47 -0700187 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700188 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700189 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700190 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700191 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700192 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200193 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700194 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700195
196 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700197 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700198 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700199 build-node: 'onf-pod1-head-node'
200 time-trigger: "H H/4 * * *"
201 olts: 2
202 pons: 16
203 onus: 32
204 withFlows: true
205 provisionSubscribers: true
206 workflow: dt
207 withEapol: false
208 withDhcp: false
209 withIgmp: false
210 openonuAdapterReplicas: 8
211 onosReplicas: 3
212 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700213 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700214 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700215 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700216 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700217 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700218 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700219 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200220 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700221
Matteo Scandolo031bd982020-09-16 10:03:47 -0700222 - 'voltha-scale-measurements':
223 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700224 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700225 build-node: 'onf-pod1-head-node'
226 time-trigger: "H H/4 * * *"
227 olts: 1
228 pons: 16
229 onus: 32
230 withFlows: true
231 provisionSubscribers: true
232 workflow: tt
233 withEapol: false
234 withDhcp: true
235 withIgmp: true
236 openonuAdapterReplicas: 8
237 onosReplicas: 3
238 atomixReplicas: 3
239 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
240 release: voltha-2.5
241 bbsimImg: ''
242 rwCoreImg: ''
243 ofAgentImg: ''
244 openoltAdapterImg: ''
245 openonuAdapterImg: ''
246 onosImg: ''
247 withPcap: true
248
Matteo Scandolo272aed42020-05-08 15:05:57 -0700249 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700250 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700251 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700252 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700253 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700254
Matteo Scandolodc930192020-08-27 15:56:16 -0700255 # development matrix
256 - 'voltha-scale-matrix-dev':
257 name: 'voltha-scale-matrix-voltha-2.4-dev'
258 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800259
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700260# list of parameters for the VOLTHA Jobs,
261# used as anchor so that can be shared across multiple jobs
262# to use in a job: `parameters: *voltha-build-job-parameters`
263- voltha-scale-job-parameters: &voltha-scale-job-parameters
264 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700265 parameters:
266 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700267 name: release
268 default: '{release}'
269 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
270
271 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700272 name: buildNode
273 default: '{build-node}'
274 description: 'Name of the Jenkins node to run the job on'
275
276 - string:
277 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700278 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700279 description: 'Log level for all the components'
280
281 - string:
282 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700283 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700284 description: 'Number of ONUs to provision'
285
286 - string:
287 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700288 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700289 description: 'Number of PONs to provision'
290
291 - string:
292 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700293 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700294 description: 'How many BBSim instances to run'
295
296 - string:
297 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700298 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700299 description: 'Which workflow are we testing (att, dt, tt)'
300
301 - bool:
302 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700303 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700304 description: 'Wheter to push flows from ONOS'
305
306 - bool:
307 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700308 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700309 description: 'Wheter to provision subscribers durint the tests'
310
311 - bool:
312 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700313 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700314 description: 'Wheter EAPOL is enabled for the test'
315
316 - bool:
317 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700318 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700319 description: 'Wheter DHCP is enabled for the test'
320
321 - bool:
322 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700323 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700324 description: 'Wheter IGMP is enabled for the test'
325
326 - bool:
327 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700328 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700329 description: 'Wheter Link Discovery is enabled for the test'
330
331 - bool:
332 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700333 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700334 description: 'Option to trigger MIB template command'
335
336 - bool:
337 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700338 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700339 description: 'Option to install Prometheus'
340
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700341 - bool:
342 name: withProfiling
343 default: '{withProfiling}'
344 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
345
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700346 - bool:
347 name: withPcap
348 default: '{withPcap}'
349 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
350
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700351 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700352 name: withRadius
353 default: '{withRadius}'
354 description: 'Value to pass to kind-voltha WITH_RADIUS'
355
356 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700357 name: extraHelmFlags
358 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700359 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 -0700360
Matteo Scandolo272aed42020-05-08 15:05:57 -0700361 - string:
362 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700363 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700364 description: 'How many OpenONU adapter instances to run'
365
366 - string:
367 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700368 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700369 description: 'How many ONOSes instances to run'
370
371 - string:
372 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700373 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700374 description: 'How many Atomix instances to run'
375
376 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700377 name: kafkaReplicas
378 default: '{kafkaReplicas}'
379 description: 'How many Kafka instances to run'
380
381 - string:
382 name: etcdReplicas
383 default: '{etcdReplicas}'
384 description: 'How many ETCD instances to run'
385
386 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700387 name: onosStatInterval
388 default: '{onosStatInterval}'
389 description: 'How often ONOS should poll for ports, flows and meters'
390
391 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700392 name: bbsimImg
393 default: '{bbsimImg}'
394 description: 'Custom image selection for BBSIM (repo:tag)'
395
396 - string:
397 name: bbsimChart
398 default: '{bbsimChart}'
399 description: 'BBSim chart name (or location on file system)'
400
401 - string:
402 name: rwCoreImg
403 default: '{rwCoreImg}'
404 description: 'Custom image selection for VOLTHA (repo:tag)'
405
406 - string:
407 name: ofAgentImg
408 default: '{ofAgentImg}'
409 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
410
411 - string:
412 name: volthaChart
413 default: '{volthaChart}'
414 description: 'VOLTHA chart name (or location on file system)'
415
416 - string:
417 name: openoltAdapterImg
418 default: '{openoltAdapterImg}'
419 description: 'Custom image selection for Openolt Adapter (repo:tag)'
420
421 - string:
422 name: openoltAdapterChart
423 default: '{openoltAdapterChart}'
424 description: 'OpenOLT chart name (or location on file system)'
425
426 - string:
427 name: openonuAdapterImg
428 default: '{openonuAdapterImg}'
429 description: 'Custom image selection for Openonu Adapter (repo:tag)'
430
431 - string:
432 name: openonuAdapterChart
433 default: '{openonuAdapterChart}'
434 description: 'OpenONU chart name (or location on file system)'
435
436 - string:
437 name: onosImg
438 default: '{onosImg}'
439 description: 'Custom image selection for Openonu Adapter (repo:tag)'
440
441 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700442 name: onosChart
443 default: '{onosChart}'
444 description: 'ONOS chart name (or location on file system)'
445
446 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700447 name: radiusChart
448 default: '{radiusChart}'
449 description: 'freeradius chart name (or location on file system)'
450
451 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700452 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700453 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700454 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
455
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700456 - string:
457 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700458 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700459 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
460
Matteo Scandoloccc06192020-06-22 10:16:17 -0700461 - bool:
462 name: inMemoryEtcdStorage
463 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700464 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700465
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200466 - string:
467 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700468 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200469 description: 'Karaf home'
470
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700471- job-template:
472 id: 'voltha-scale-measurements'
473 name: '{name}'
474 pipeline-script: 'voltha-scale-test.groovy'
475 disabled: '{disable-job}'
476
477 description: |
478 <!-- Managed by Jenkins Job Builder -->
479 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
480 Using pipeline {pipeline-script} <br/><br/>
481 Scale measurements for VOLTHA 2.x
482
483 properties:
484 - cord-infra-properties:
485 build-days-to-keep: 30
486 artifact-num-to-keep: 15
487
488 wrappers:
489 - lf-infra-wrappers:
490 build-timeout: '{build-timeout}'
491 jenkins-ssh-credential: '{jenkins-ssh-credential}'
492
493 # default values
494 release: master
495
496 bbsimImg: voltha/bbsim:master
497 rwCoreImg: voltha/voltha-rw-core:master
498 ofAgentImg: voltha/voltha-ofagent-go:master
499 openoltAdapterImg: voltha/voltha-openolt-adapter:master
500 openonuAdapterImg: voltha/voltha-openonu-adapter:master
501 onosImg: voltha/voltha-onos:master
502
503 bbsimChart: onf/bbsim
504 volthaChart: onf/voltha
505 openoltAdapterChart: onf/voltha-adapter-openolt
506 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700507 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700508 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700509
510 olts: 2
511 pons: 2
512 onus: 2
513 workflow: att
514 withFlows: false
515 provisionSubscribers: false
516 withEapol: true
517 withDhcp: true
518 withIgmp: false
519 withLLDP: false
520 withMibTemplate: true
521 withMonitoring: true
522 withProfiling: false
523 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700524 withRadius: yes
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700525 openonuAdapterReplicas: 1
526 onosReplicas: 1
527 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700528 kafkaReplicas: 3
529 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700530 extraHelmFlags: ''
531 onosStatInterval: 5
532 volthaSystemTestsChange: ''
533 kindVolthaChange: ''
534 inMemoryEtcdStorage: true
535 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700536 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700537
538 <<: *voltha-scale-job-parameters
539
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 project-type: pipeline
541 concurrent: false
542
543 dsl: !include-raw-escape: pipeline/{pipeline-script}
544
Matteo Scandoloabb83972020-06-25 16:08:23 -0700545 triggers:
546 - timed: |
547 TZ=America/Los_Angeles
548 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549
550- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700551 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800552 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700553 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800554
555 description: |
556 <!-- Managed by Jenkins Job Builder -->
557 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
558 Using pipeline {pipeline-script} <br/><br/>
559 Scale measurements for VOLTHA 2.x
560
561 properties:
562 - cord-infra-properties:
563 build-days-to-keep: '{build-days-to-keep}'
564 artifact-num-to-keep: '{artifact-num-to-keep}'
565
566 wrappers:
567 - lf-infra-wrappers:
568 build-timeout: '{build-timeout}'
569 jenkins-ssh-credential: '{jenkins-ssh-credential}'
570
Matteo Scandolo0430f672020-05-07 11:50:26 -0700571 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700572 release: master
573
Matteo Scandolo0430f672020-05-07 11:50:26 -0700574 bbsimImg: voltha/bbsim:master
575 rwCoreImg: voltha/voltha-rw-core:master
576 ofAgentImg: voltha/voltha-ofagent-go:master
577 openoltAdapterImg: voltha/voltha-openolt-adapter:master
578 openonuAdapterImg: voltha/voltha-openonu-adapter:master
579 onosImg: voltha/voltha-onos:master
580
581 bbsimChart: onf/bbsim
582 volthaChart: onf/voltha
583 openoltAdapterChart: onf/voltha-adapter-openolt
584 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700585 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700586 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700587
Matteo Scandolo68776b72020-07-21 14:06:06 -0700588 olts: 2
589 pons: 2
590 onus: 2
591 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700592 withFlows: true
593 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700594 withEapol: true
595 withDhcp: true
596 withIgmp: false
597 withLLDP: false
598 withMibTemplate: true
599 withMonitoring: true
600 withProfiling: false
601 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700602 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700603 openonuAdapterReplicas: 1
604 onosReplicas: 1
605 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700606 kafkaReplicas: 1
607 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700608 extraHelmFlags: ''
609 onosStatInterval: 5
610 volthaSystemTestsChange: ''
611 kindVolthaChange: ''
612 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700613 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700614 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700615
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700616 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200617
Matteo Scandolo51b76302020-02-05 12:07:23 -0800618 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800619 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800620
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700621 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700622
Matteo Scandolo849db722020-10-21 10:58:41 -0700623 triggers:
624 - gerrit:
625 server-name: '{gerrit-server-name}'
626 silent-start: false
627 successful-message: "PASSED scale test"
628 failure-message: "FAILED scale test"
629 unstable-message: "UNSTABLE scale test"
630 trigger-on:
631 - comment-added-contains-event:
632 comment-contains-value: '.*scale test.*'
633 projects:
634 - project-compare-type: REG_EXP
635 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos)$'
636 branches:
637 - branch-compare-type: REG_EXP
638 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700639- job-template:
640 id: 'voltha-scale-matrix-dev'
641 name: '{name}'
642 pipeline-script: 'voltha-scale-matrix.groovy'
643
644 description: |
645 <!-- Managed by Jenkins Job Builder -->
646 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
647 Using pipeline {pipeline-script} <br/><br/>
648 Scale measurements for VOLTHA 2.x
649
650 properties:
651 - cord-infra-properties:
652 build-days-to-keep: '{build-days-to-keep}'
653 artifact-num-to-keep: '{artifact-num-to-keep}'
654
655 wrappers:
656 - lf-infra-wrappers:
657 build-timeout: '{build-timeout}'
658 jenkins-ssh-credential: '{jenkins-ssh-credential}'
659
660 # default values
661 release: master
662 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700663 volthaSystemTestsChange: ''
664 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700665
666 project-type: pipeline
667 concurrent: false
668
669 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700670
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700671 parameters:
672 - string:
673 name: release
674 default: '{release}'
675 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
676
677 - string:
678 name: buildNode
679 default: '{build-node}'
680 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700681
682 - string:
683 name: volthaSystemTestsChange
684 default: '{volthaSystemTestsChange}'
685 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
686
687 - string:
688 name: kindVolthaChange
689 default: '{kindVolthaChange}'
690 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'