blob: 14c254757b89fbdac65127d324317482b47c83d8 [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':
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020014 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo87b042e2020-10-27 09:07:45 -070015 'disable-job': true
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 2
19 pons: 16
20 onus: 32
21 withFlows: true
22 provisionSubscribers: true
23 workflow: dt
24 withEapol: false
25 withDhcp: false
26 withIgmp: false
27 onosReplicas: 3
28 atomixReplicas: 3
29 openonuAdapterReplicas: 1
30 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
31 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070032
Andrea Campanellabdb199e2020-10-27 10:47:16 +010033 - 'voltha-scale-measurements':
34 name: 'voltha-openonu-go-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo87b042e2020-10-27 09:07:45 -070035 'disable-job': true
Andrea Campanellabdb199e2020-10-27 10:47:16 +010036 build-node: 'onf-pod1-head-node'
37 time-trigger: "H H/4 * * *"
38 olts: 1
39 pons: 16
40 onus: 32
41 withFlows: true
42 provisionSubscribers: true
43 withEapol: true
44 withDhcp: true
45 withIgmp: false
46 onosReplicas: 3
47 atomixReplicas: 3
48 openonuAdapterReplicas: 1
49 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
50 extraHelmFlags: '--set use_openonu_adapter_go=true'
51
Matteo Scandolo8df57162020-10-06 14:43:53 -070052 # this job will be used to test custom images without disrupting tests on master
53 - 'voltha-scale-measurements':
54 name: 'voltha-scale-measurements-master-experimental'
55 build-node: 'onf-pod1-head-node'
Matteo Scandolo85f67e72020-10-09 15:23:38 -070056 'disable-job': false
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -070057 time-trigger: "H H/4 * * *"
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -070058 withMonitoring: false
Matteo Scandolo8df57162020-10-06 14:43:53 -070059 olts: 1
60 pons: 16
61 onus: 32
62 withFlows: true
63 provisionSubscribers: true
64 withEapol: true
65 withDhcp: true
66 withIgmp: false
67 openonuAdapterReplicas: 8
68 onosReplicas: 3
69 atomixReplicas: 3
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070070 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo8df57162020-10-06 14:43:53 -070071 withPcap: true
Andrea Campanelladeec1582020-10-28 09:37:58 +010072 onosImg: andreacampanella/voltha-onos:olt-batch-fobj-fix
Matteo Scandolo9665d592020-10-23 19:08:14 +000073
Matteo Scandolo8df57162020-10-06 14:43:53 -070074
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070075 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070076 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070077 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -070078 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -070079 build-node: 'onf-pod1-head-node'
80 time-trigger: "H H/4 * * *"
81 olts: 1
82 pons: 16
83 onus: 32
84 withFlows: true
85 provisionSubscribers: true
86 withEapol: true
87 withDhcp: true
88 withIgmp: false
89 openonuAdapterReplicas: 8
90 onosReplicas: 3
91 atomixReplicas: 3
Matteo Scandolo91337832020-08-25 18:39:33 -070092 withPcap: true
Matteo Scandolo37cba472020-10-26 14:15:34 -070093 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -070094 onosImg: andreacampanella/voltha-onos:olt-batch-fobj-fix
Matteo Scandoloe4b04342020-05-28 07:35:45 -070095
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070096 - 'voltha-scale-measurements':
97 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -070098 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070099 build-node: 'onf-pod1-head-node'
100 time-trigger: "H H/4 * * *"
101 olts: 1
102 pons: 16
103 onus: 32
104 withFlows: true
105 provisionSubscribers: true
106 workflow: tt
107 withEapol: false
108 withDhcp: true
109 withIgmp: true
110 openonuAdapterReplicas: 8
111 onosReplicas: 3
112 atomixReplicas: 3
Matteo Scandolo79184172020-09-17 10:16:42 -0700113 withPcap: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700114 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700115 onosImg: andreacampanella/voltha-onos:olt-batch-fobj-fix
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700116
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700117 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700118 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700119 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700120 build-node: 'onf-pod1-head-node'
121 time-trigger: "H H/4 * * *"
122 olts: 1
123 pons: 16
124 onus: 32
125 withFlows: true
126 provisionSubscribers: true
127 workflow: dt
128 withEapol: false
129 withDhcp: false
130 withIgmp: false
131 openonuAdapterReplicas: 8
132 onosReplicas: 3
133 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700134 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700135 onosImg: andreacampanella/voltha-onos:olt-batch-fobj-fix
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200136
Matteo Scandolo272aed42020-05-08 15:05:57 -0700137 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700138 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700139 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700140 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700141 build-node: 'onf-pod1-head-node'
142 time-trigger: "H H/4 * * *"
143 olts: 2
144 pons: 16
145 onus: 32
146 withFlows: true
147 provisionSubscribers: true
148 withEapol: true
149 withDhcp: true
150 withIgmp: false
151 openonuAdapterReplicas: 8
152 onosReplicas: 3
153 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700154 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700155 onosImg: andreacampanella/voltha-onos:olt-batch-fobj-fix
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700156 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700157
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700158 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700159 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700160 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700161 build-node: 'onf-pod1-head-node'
162 time-trigger: "H H/4 * * *"
163 olts: 2
164 pons: 16
165 onus: 32
166 withFlows: true
167 provisionSubscribers: true
168 workflow: dt
169 withEapol: false
170 withDhcp: false
171 withIgmp: false
172 openonuAdapterReplicas: 8
173 onosReplicas: 3
174 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700175 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700176 onosImg: andreacampanella/voltha-onos:olt-batch-fobj-fix
Matteo Scandolo272aed42020-05-08 15:05:57 -0700177
Matteo Scandolo031bd982020-09-16 10:03:47 -0700178 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700179 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700180 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700181 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700182 build-node: 'onf-pod1-head-node'
183 time-trigger: "H H/4 * * *"
184 olts: 1
185 pons: 16
186 onus: 32
187 withFlows: true
188 provisionSubscribers: true
189 withEapol: true
190 withDhcp: true
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 Scandolof1097ce2020-08-25 09:57:41 -0700203 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700204
205 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700206 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700207 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700208 build-node: 'onf-pod1-head-node'
209 time-trigger: "H H/4 * * *"
210 olts: 2
211 pons: 16
212 onus: 32
213 withFlows: true
214 provisionSubscribers: true
215 workflow: dt
216 withEapol: false
217 withDhcp: false
218 withIgmp: false
219 openonuAdapterReplicas: 8
220 onosReplicas: 3
221 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700222 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700223 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700224 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700225 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700226 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700227 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700228 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200229 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700230
Matteo Scandolo031bd982020-09-16 10:03:47 -0700231 - 'voltha-scale-measurements':
232 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700233 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700234 build-node: 'onf-pod1-head-node'
235 time-trigger: "H H/4 * * *"
236 olts: 1
237 pons: 16
238 onus: 32
239 withFlows: true
240 provisionSubscribers: true
241 workflow: tt
242 withEapol: false
243 withDhcp: true
244 withIgmp: true
245 openonuAdapterReplicas: 8
246 onosReplicas: 3
247 atomixReplicas: 3
248 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
249 release: voltha-2.5
250 bbsimImg: ''
251 rwCoreImg: ''
252 ofAgentImg: ''
253 openoltAdapterImg: ''
254 openonuAdapterImg: ''
255 onosImg: ''
256 withPcap: true
257
Matteo Scandolo272aed42020-05-08 15:05:57 -0700258 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700259 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700260 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700261 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700262 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700263
Matteo Scandolodc930192020-08-27 15:56:16 -0700264 # development matrix
265 - 'voltha-scale-matrix-dev':
266 name: 'voltha-scale-matrix-voltha-2.4-dev'
267 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800268
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700269# list of parameters for the VOLTHA Jobs,
270# used as anchor so that can be shared across multiple jobs
271# to use in a job: `parameters: *voltha-build-job-parameters`
272- voltha-scale-job-parameters: &voltha-scale-job-parameters
273 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700274 parameters:
275 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 name: release
277 default: '{release}'
278 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
279
280 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 name: buildNode
282 default: '{build-node}'
283 description: 'Name of the Jenkins node to run the job on'
284
285 - string:
286 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700287 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700288 description: 'Log level for all the components'
289
290 - string:
291 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700292 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700293 description: 'Number of ONUs to provision'
294
295 - string:
296 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700297 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700298 description: 'Number of PONs to provision'
299
300 - string:
301 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700302 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700303 description: 'How many BBSim instances to run'
304
305 - string:
306 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700307 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700308 description: 'Which workflow are we testing (att, dt, tt)'
309
310 - bool:
311 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700312 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'Wheter to push flows from ONOS'
314
315 - bool:
316 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'Wheter to provision subscribers durint the tests'
319
320 - bool:
321 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700322 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700323 description: 'Wheter EAPOL is enabled for the test'
324
325 - bool:
326 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700327 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 description: 'Wheter DHCP is enabled for the test'
329
330 - bool:
331 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700332 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700333 description: 'Wheter IGMP is enabled for the test'
334
335 - bool:
336 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'Wheter Link Discovery is enabled for the test'
339
340 - bool:
341 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'Option to trigger MIB template command'
344
345 - bool:
346 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'Option to install Prometheus'
349
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700350 - bool:
351 name: withProfiling
352 default: '{withProfiling}'
353 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
354
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700355 - bool:
356 name: withPcap
357 default: '{withPcap}'
358 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
359
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700360 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700361 name: withRadius
362 default: '{withRadius}'
363 description: 'Value to pass to kind-voltha WITH_RADIUS'
364
365 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700366 name: extraHelmFlags
367 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700368 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 -0700369
Matteo Scandolo272aed42020-05-08 15:05:57 -0700370 - string:
371 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700372 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700373 description: 'How many OpenONU adapter instances to run'
374
375 - string:
376 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700377 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700378 description: 'How many ONOSes instances to run'
379
380 - string:
381 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700382 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700383 description: 'How many Atomix instances to run'
384
385 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700386 name: kafkaReplicas
387 default: '{kafkaReplicas}'
388 description: 'How many Kafka instances to run'
389
390 - string:
391 name: etcdReplicas
392 default: '{etcdReplicas}'
393 description: 'How many ETCD instances to run'
394
395 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700396 name: onosStatInterval
397 default: '{onosStatInterval}'
398 description: 'How often ONOS should poll for ports, flows and meters'
399
400 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700401 name: bbsimImg
402 default: '{bbsimImg}'
403 description: 'Custom image selection for BBSIM (repo:tag)'
404
405 - string:
406 name: bbsimChart
407 default: '{bbsimChart}'
408 description: 'BBSim chart name (or location on file system)'
409
410 - string:
411 name: rwCoreImg
412 default: '{rwCoreImg}'
413 description: 'Custom image selection for VOLTHA (repo:tag)'
414
415 - string:
416 name: ofAgentImg
417 default: '{ofAgentImg}'
418 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
419
420 - string:
421 name: volthaChart
422 default: '{volthaChart}'
423 description: 'VOLTHA chart name (or location on file system)'
424
425 - string:
426 name: openoltAdapterImg
427 default: '{openoltAdapterImg}'
428 description: 'Custom image selection for Openolt Adapter (repo:tag)'
429
430 - string:
431 name: openoltAdapterChart
432 default: '{openoltAdapterChart}'
433 description: 'OpenOLT chart name (or location on file system)'
434
435 - string:
436 name: openonuAdapterImg
437 default: '{openonuAdapterImg}'
438 description: 'Custom image selection for Openonu Adapter (repo:tag)'
439
440 - string:
441 name: openonuAdapterChart
442 default: '{openonuAdapterChart}'
443 description: 'OpenONU chart name (or location on file system)'
444
445 - string:
446 name: onosImg
447 default: '{onosImg}'
448 description: 'Custom image selection for Openonu Adapter (repo:tag)'
449
450 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700451 name: onosChart
452 default: '{onosChart}'
453 description: 'ONOS chart name (or location on file system)'
454
455 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700456 name: radiusChart
457 default: '{radiusChart}'
458 description: 'freeradius chart name (or location on file system)'
459
460 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700461 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700462 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700463 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
464
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700465 - string:
466 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700467 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700468 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
469
Matteo Scandoloccc06192020-06-22 10:16:17 -0700470 - bool:
471 name: inMemoryEtcdStorage
472 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700473 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700474
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200475 - string:
476 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700477 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200478 description: 'Karaf home'
479
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700480- job-template:
481 id: 'voltha-scale-measurements'
482 name: '{name}'
483 pipeline-script: 'voltha-scale-test.groovy'
484 disabled: '{disable-job}'
485
486 description: |
487 <!-- Managed by Jenkins Job Builder -->
488 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
489 Using pipeline {pipeline-script} <br/><br/>
490 Scale measurements for VOLTHA 2.x
491
492 properties:
493 - cord-infra-properties:
494 build-days-to-keep: 30
495 artifact-num-to-keep: 15
496
497 wrappers:
498 - lf-infra-wrappers:
499 build-timeout: '{build-timeout}'
500 jenkins-ssh-credential: '{jenkins-ssh-credential}'
501
502 # default values
503 release: master
504
505 bbsimImg: voltha/bbsim:master
506 rwCoreImg: voltha/voltha-rw-core:master
507 ofAgentImg: voltha/voltha-ofagent-go:master
508 openoltAdapterImg: voltha/voltha-openolt-adapter:master
509 openonuAdapterImg: voltha/voltha-openonu-adapter:master
510 onosImg: voltha/voltha-onos:master
511
512 bbsimChart: onf/bbsim
513 volthaChart: onf/voltha
514 openoltAdapterChart: onf/voltha-adapter-openolt
515 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700516 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700517 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700518
519 olts: 2
520 pons: 2
521 onus: 2
522 workflow: att
523 withFlows: false
524 provisionSubscribers: false
525 withEapol: true
526 withDhcp: true
527 withIgmp: false
528 withLLDP: false
529 withMibTemplate: true
530 withMonitoring: true
531 withProfiling: false
532 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700533 withRadius: yes
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700534 openonuAdapterReplicas: 1
535 onosReplicas: 1
536 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700537 kafkaReplicas: 3
538 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700539 extraHelmFlags: ''
540 onosStatInterval: 5
541 volthaSystemTestsChange: ''
542 kindVolthaChange: ''
543 inMemoryEtcdStorage: true
544 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700545 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700546
547 <<: *voltha-scale-job-parameters
548
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 project-type: pipeline
550 concurrent: false
551
552 dsl: !include-raw-escape: pipeline/{pipeline-script}
553
Matteo Scandoloabb83972020-06-25 16:08:23 -0700554 triggers:
555 - timed: |
556 TZ=America/Los_Angeles
557 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558
559- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700560 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800561 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700562 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800563
564 description: |
565 <!-- Managed by Jenkins Job Builder -->
566 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
567 Using pipeline {pipeline-script} <br/><br/>
568 Scale measurements for VOLTHA 2.x
569
570 properties:
571 - cord-infra-properties:
572 build-days-to-keep: '{build-days-to-keep}'
573 artifact-num-to-keep: '{artifact-num-to-keep}'
574
575 wrappers:
576 - lf-infra-wrappers:
577 build-timeout: '{build-timeout}'
578 jenkins-ssh-credential: '{jenkins-ssh-credential}'
579
Matteo Scandolo0430f672020-05-07 11:50:26 -0700580 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700581 release: master
582
Matteo Scandolo0430f672020-05-07 11:50:26 -0700583 bbsimImg: voltha/bbsim:master
584 rwCoreImg: voltha/voltha-rw-core:master
585 ofAgentImg: voltha/voltha-ofagent-go:master
586 openoltAdapterImg: voltha/voltha-openolt-adapter:master
587 openonuAdapterImg: voltha/voltha-openonu-adapter:master
588 onosImg: voltha/voltha-onos:master
589
590 bbsimChart: onf/bbsim
591 volthaChart: onf/voltha
592 openoltAdapterChart: onf/voltha-adapter-openolt
593 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700594 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700595 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700596
Matteo Scandolo68776b72020-07-21 14:06:06 -0700597 olts: 2
598 pons: 2
599 onus: 2
600 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700601 withFlows: true
602 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700603 withEapol: true
604 withDhcp: true
605 withIgmp: false
606 withLLDP: false
607 withMibTemplate: true
608 withMonitoring: true
609 withProfiling: false
610 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700611 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700612 openonuAdapterReplicas: 1
613 onosReplicas: 1
614 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700615 kafkaReplicas: 1
616 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700617 extraHelmFlags: ''
618 onosStatInterval: 5
619 volthaSystemTestsChange: ''
620 kindVolthaChange: ''
621 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700622 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700623 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700624
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700625 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200626
Matteo Scandolo51b76302020-02-05 12:07:23 -0800627 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800628 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800629
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700630 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700631
Matteo Scandolo849db722020-10-21 10:58:41 -0700632 triggers:
633 - gerrit:
634 server-name: '{gerrit-server-name}'
635 silent-start: false
636 successful-message: "PASSED scale test"
637 failure-message: "FAILED scale test"
638 unstable-message: "UNSTABLE scale test"
639 trigger-on:
640 - comment-added-contains-event:
641 comment-contains-value: '.*scale test.*'
642 projects:
643 - project-compare-type: REG_EXP
644 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos)$'
645 branches:
646 - branch-compare-type: REG_EXP
647 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700648- job-template:
649 id: 'voltha-scale-matrix-dev'
650 name: '{name}'
651 pipeline-script: 'voltha-scale-matrix.groovy'
652
653 description: |
654 <!-- Managed by Jenkins Job Builder -->
655 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
656 Using pipeline {pipeline-script} <br/><br/>
657 Scale measurements for VOLTHA 2.x
658
659 properties:
660 - cord-infra-properties:
661 build-days-to-keep: '{build-days-to-keep}'
662 artifact-num-to-keep: '{artifact-num-to-keep}'
663
664 wrappers:
665 - lf-infra-wrappers:
666 build-timeout: '{build-timeout}'
667 jenkins-ssh-credential: '{jenkins-ssh-credential}'
668
669 # default values
670 release: master
671 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700672 volthaSystemTestsChange: ''
673 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700674
675 project-type: pipeline
676 concurrent: false
677
678 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700679
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700680 parameters:
681 - string:
682 name: release
683 default: '{release}'
684 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
685
686 - string:
687 name: buildNode
688 default: '{build-node}'
689 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700690
691 - string:
692 name: volthaSystemTestsChange
693 default: '{volthaSystemTestsChange}'
694 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
695
696 - string:
697 name: kindVolthaChange
698 default: '{kindVolthaChange}'
699 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'