blob: 3f9ce48082d1e620b85dee83d301b3f10a6bdef0 [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'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070015 'disable-job': true
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 1
19 pons: 16
20 onus: 64
21 withFlows: false
22 provisionSubscribers: false
23 withEapol: false
24 withDhcp: false
25 withIgmp: false
26 openonuAdapterReplicas: 1
27 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
28 extraHelmFlags: '--set use_openonu_adapter_go=true'
Andrea Campanella350c6102020-10-01 09:56:40 +020029
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020030 - 'voltha-scale-measurements':
31 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070032 'disable-job': true
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
35 olts: 2
36 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 workflow: dt
41 withEapol: false
42 withDhcp: false
43 withIgmp: false
44 onosReplicas: 3
45 atomixReplicas: 3
46 openonuAdapterReplicas: 1
47 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
48 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070049
Matteo Scandolo8df57162020-10-06 14:43:53 -070050 # this job will be used to test custom images without disrupting tests on master
51 - 'voltha-scale-measurements':
52 name: 'voltha-scale-measurements-master-experimental'
53 build-node: 'onf-pod1-head-node'
Matteo Scandolo85f67e72020-10-09 15:23:38 -070054 'disable-job': false
Matteo Scandolo8df57162020-10-06 14:43:53 -070055 time-trigger: "H H/4 * * *"
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -070056 withMonitoring: false
Matteo Scandolo8df57162020-10-06 14:43:53 -070057 olts: 1
58 pons: 16
59 onus: 32
60 withFlows: true
61 provisionSubscribers: true
62 withEapol: true
63 withDhcp: true
64 withIgmp: false
65 openonuAdapterReplicas: 8
66 onosReplicas: 3
67 atomixReplicas: 3
Matteo Scandolo2734fa82020-10-22 12:07:09 -070068 extraHelmFlags: '--set debug=true,authRetry=true'
Matteo Scandolo8df57162020-10-06 14:43:53 -070069 withPcap: true
Andrea Campanella6440cbe2020-10-24 11:48:15 +020070 onosImg: andreacampanella/voltha-onos:aaa-fix-olt-meters-delay
Matteo Scandoloa4e082f2020-10-23 13:57:04 -070071 bbsimImg: matteoscandolo/bbsim:nni-packet-logs
Matteo Scandolo34d6a7a2020-10-20 09:29:58 -070072 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowChanPerSub
Matteo Scandolo2734fa82020-10-22 12:07:09 -070073 rwCoreImg: matteoscandolo/voltha-rw-core:sync-delete
Matteo Scandolo6b7ccef2020-10-13 13:36:04 -070074 radiusChart: /home/cord/helm-charts/freeradius
Matteo Scandolo9665d592020-10-23 19:08:14 +000075
Matteo Scandolo8df57162020-10-06 14:43:53 -070076
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070077 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070078 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070079 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -070080 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070081 build-node: 'onf-pod1-head-node'
82 time-trigger: "H H/4 * * *"
83 olts: 1
84 pons: 16
85 onus: 32
86 withFlows: true
87 provisionSubscribers: true
88 withEapol: true
89 withDhcp: true
90 withIgmp: false
91 openonuAdapterReplicas: 8
92 onosReplicas: 3
93 atomixReplicas: 3
Matteo Scandolo91337832020-08-25 18:39:33 -070094 withPcap: true
Matteo Scandolo85f67e72020-10-09 15:23:38 -070095 bbsimImg: matteoscandolo/bbsim:experiment
96 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +020097 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandoloe4b04342020-05-28 07:35:45 -070098
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070099 - 'voltha-scale-measurements':
100 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -0700101 'disable-job': true
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700102 build-node: 'onf-pod1-head-node'
103 time-trigger: "H H/4 * * *"
104 olts: 1
105 pons: 16
106 onus: 32
107 withFlows: true
108 provisionSubscribers: true
109 workflow: tt
110 withEapol: false
111 withDhcp: true
112 withIgmp: true
113 openonuAdapterReplicas: 8
114 onosReplicas: 3
115 atomixReplicas: 3
Matteo Scandolo79184172020-09-17 10:16:42 -0700116 withPcap: true
Matteo Scandolo85f67e72020-10-09 15:23:38 -0700117 bbsimImg: matteoscandolo/bbsim:experiment
118 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +0200119 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700120
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700121 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700122 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -0700123 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700124 build-node: 'onf-pod1-head-node'
125 time-trigger: "H H/4 * * *"
126 olts: 1
127 pons: 16
128 onus: 32
129 withFlows: true
130 provisionSubscribers: true
131 workflow: dt
132 withEapol: false
133 withDhcp: false
134 withIgmp: false
135 openonuAdapterReplicas: 8
136 onosReplicas: 3
137 atomixReplicas: 3
Matteo Scandolo85f67e72020-10-09 15:23:38 -0700138 bbsimImg: matteoscandolo/bbsim:experiment
139 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +0200140 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200141
Matteo Scandolo272aed42020-05-08 15:05:57 -0700142 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700143 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700144 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700145 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700146 build-node: 'onf-pod1-head-node'
147 time-trigger: "H H/4 * * *"
148 olts: 2
149 pons: 16
150 onus: 32
151 withFlows: true
152 provisionSubscribers: true
153 withEapol: true
154 withDhcp: true
155 withIgmp: false
156 openonuAdapterReplicas: 8
157 onosReplicas: 3
158 atomixReplicas: 3
Matteo Scandolo8df57162020-10-06 14:43:53 -0700159 extraHelmFlags: '--set defaults.rw_core.timeout=30s --set authRetry=true,dhcpRetry=true '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700160 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700161
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700162 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700163 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700164 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700165 build-node: 'onf-pod1-head-node'
166 time-trigger: "H H/4 * * *"
167 olts: 2
168 pons: 16
169 onus: 32
170 withFlows: true
171 provisionSubscribers: true
172 workflow: dt
173 withEapol: false
174 withDhcp: false
175 withIgmp: false
176 openonuAdapterReplicas: 8
177 onosReplicas: 3
178 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700179 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700180
Matteo Scandolo031bd982020-09-16 10:03:47 -0700181 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700182 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700183 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700184 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700185 build-node: 'onf-pod1-head-node'
186 time-trigger: "H H/4 * * *"
187 olts: 1
188 pons: 16
189 onus: 32
190 withFlows: true
191 provisionSubscribers: true
192 withEapol: true
193 withDhcp: true
194 withIgmp: false
195 openonuAdapterReplicas: 8
196 onosReplicas: 3
197 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700198 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700199 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700200 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700201 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700202 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700203 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700204 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200205 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700206 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700207
208 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700209 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700210 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700211 build-node: 'onf-pod1-head-node'
212 time-trigger: "H H/4 * * *"
213 olts: 2
214 pons: 16
215 onus: 32
216 withFlows: true
217 provisionSubscribers: true
218 workflow: dt
219 withEapol: false
220 withDhcp: false
221 withIgmp: false
222 openonuAdapterReplicas: 8
223 onosReplicas: 3
224 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700225 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700226 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700227 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700228 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700229 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700230 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700231 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200232 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700233
Matteo Scandolo031bd982020-09-16 10:03:47 -0700234 - 'voltha-scale-measurements':
235 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700236 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700237 build-node: 'onf-pod1-head-node'
238 time-trigger: "H H/4 * * *"
239 olts: 1
240 pons: 16
241 onus: 32
242 withFlows: true
243 provisionSubscribers: true
244 workflow: tt
245 withEapol: false
246 withDhcp: true
247 withIgmp: true
248 openonuAdapterReplicas: 8
249 onosReplicas: 3
250 atomixReplicas: 3
251 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
252 release: voltha-2.5
253 bbsimImg: ''
254 rwCoreImg: ''
255 ofAgentImg: ''
256 openoltAdapterImg: ''
257 openonuAdapterImg: ''
258 onosImg: ''
259 withPcap: true
260
Matteo Scandolo272aed42020-05-08 15:05:57 -0700261 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700262 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700263 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700264 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700265 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700266
Matteo Scandolodc930192020-08-27 15:56:16 -0700267 # development matrix
268 - 'voltha-scale-matrix-dev':
269 name: 'voltha-scale-matrix-voltha-2.4-dev'
270 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800271
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700272# list of parameters for the VOLTHA Jobs,
273# used as anchor so that can be shared across multiple jobs
274# to use in a job: `parameters: *voltha-build-job-parameters`
275- voltha-scale-job-parameters: &voltha-scale-job-parameters
276 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700277 parameters:
278 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700279 name: release
280 default: '{release}'
281 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
282
283 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700284 name: buildNode
285 default: '{build-node}'
286 description: 'Name of the Jenkins node to run the job on'
287
288 - string:
289 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700290 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700291 description: 'Log level for all the components'
292
293 - string:
294 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700295 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700296 description: 'Number of ONUs to provision'
297
298 - string:
299 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700300 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700301 description: 'Number of PONs to provision'
302
303 - string:
304 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700305 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700306 description: 'How many BBSim instances to run'
307
308 - string:
309 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700310 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700311 description: 'Which workflow are we testing (att, dt, tt)'
312
313 - bool:
314 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700315 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700316 description: 'Wheter to push flows from ONOS'
317
318 - bool:
319 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700320 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700321 description: 'Wheter to provision subscribers durint the tests'
322
323 - bool:
324 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700325 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700326 description: 'Wheter EAPOL is enabled for the test'
327
328 - bool:
329 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700330 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700331 description: 'Wheter DHCP is enabled for the test'
332
333 - bool:
334 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700335 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700336 description: 'Wheter IGMP is enabled for the test'
337
338 - bool:
339 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700340 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700341 description: 'Wheter Link Discovery is enabled for the test'
342
343 - bool:
344 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700345 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700346 description: 'Option to trigger MIB template command'
347
348 - bool:
349 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700350 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700351 description: 'Option to install Prometheus'
352
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700353 - bool:
354 name: withProfiling
355 default: '{withProfiling}'
356 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
357
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700358 - bool:
359 name: withPcap
360 default: '{withPcap}'
361 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
362
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700363 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700364 name: withRadius
365 default: '{withRadius}'
366 description: 'Value to pass to kind-voltha WITH_RADIUS'
367
368 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700369 name: extraHelmFlags
370 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700371 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 -0700372
Matteo Scandolo272aed42020-05-08 15:05:57 -0700373 - string:
374 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700375 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700376 description: 'How many OpenONU adapter instances to run'
377
378 - string:
379 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700380 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700381 description: 'How many ONOSes instances to run'
382
383 - string:
384 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700385 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700386 description: 'How many Atomix instances to run'
387
388 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700389 name: kafkaReplicas
390 default: '{kafkaReplicas}'
391 description: 'How many Kafka instances to run'
392
393 - string:
394 name: etcdReplicas
395 default: '{etcdReplicas}'
396 description: 'How many ETCD instances to run'
397
398 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700399 name: onosStatInterval
400 default: '{onosStatInterval}'
401 description: 'How often ONOS should poll for ports, flows and meters'
402
403 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700404 name: bbsimImg
405 default: '{bbsimImg}'
406 description: 'Custom image selection for BBSIM (repo:tag)'
407
408 - string:
409 name: bbsimChart
410 default: '{bbsimChart}'
411 description: 'BBSim chart name (or location on file system)'
412
413 - string:
414 name: rwCoreImg
415 default: '{rwCoreImg}'
416 description: 'Custom image selection for VOLTHA (repo:tag)'
417
418 - string:
419 name: ofAgentImg
420 default: '{ofAgentImg}'
421 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
422
423 - string:
424 name: volthaChart
425 default: '{volthaChart}'
426 description: 'VOLTHA chart name (or location on file system)'
427
428 - string:
429 name: openoltAdapterImg
430 default: '{openoltAdapterImg}'
431 description: 'Custom image selection for Openolt Adapter (repo:tag)'
432
433 - string:
434 name: openoltAdapterChart
435 default: '{openoltAdapterChart}'
436 description: 'OpenOLT chart name (or location on file system)'
437
438 - string:
439 name: openonuAdapterImg
440 default: '{openonuAdapterImg}'
441 description: 'Custom image selection for Openonu Adapter (repo:tag)'
442
443 - string:
444 name: openonuAdapterChart
445 default: '{openonuAdapterChart}'
446 description: 'OpenONU chart name (or location on file system)'
447
448 - string:
449 name: onosImg
450 default: '{onosImg}'
451 description: 'Custom image selection for Openonu Adapter (repo:tag)'
452
453 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700454 name: onosChart
455 default: '{onosChart}'
456 description: 'ONOS chart name (or location on file system)'
457
458 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700459 name: radiusChart
460 default: '{radiusChart}'
461 description: 'freeradius chart name (or location on file system)'
462
463 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700464 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700465 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
467
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700468 - string:
469 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700470 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700471 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
472
Matteo Scandoloccc06192020-06-22 10:16:17 -0700473 - bool:
474 name: inMemoryEtcdStorage
475 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700476 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700477
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200478 - string:
479 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700480 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200481 description: 'Karaf home'
482
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700483- job-template:
484 id: 'voltha-scale-measurements'
485 name: '{name}'
486 pipeline-script: 'voltha-scale-test.groovy'
487 disabled: '{disable-job}'
488
489 description: |
490 <!-- Managed by Jenkins Job Builder -->
491 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
492 Using pipeline {pipeline-script} <br/><br/>
493 Scale measurements for VOLTHA 2.x
494
495 properties:
496 - cord-infra-properties:
497 build-days-to-keep: 30
498 artifact-num-to-keep: 15
499
500 wrappers:
501 - lf-infra-wrappers:
502 build-timeout: '{build-timeout}'
503 jenkins-ssh-credential: '{jenkins-ssh-credential}'
504
505 # default values
506 release: master
507
508 bbsimImg: voltha/bbsim:master
509 rwCoreImg: voltha/voltha-rw-core:master
510 ofAgentImg: voltha/voltha-ofagent-go:master
511 openoltAdapterImg: voltha/voltha-openolt-adapter:master
512 openonuAdapterImg: voltha/voltha-openonu-adapter:master
513 onosImg: voltha/voltha-onos:master
514
515 bbsimChart: onf/bbsim
516 volthaChart: onf/voltha
517 openoltAdapterChart: onf/voltha-adapter-openolt
518 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700519 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700520 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700521
522 olts: 2
523 pons: 2
524 onus: 2
525 workflow: att
526 withFlows: false
527 provisionSubscribers: false
528 withEapol: true
529 withDhcp: true
530 withIgmp: false
531 withLLDP: false
532 withMibTemplate: true
533 withMonitoring: true
534 withProfiling: false
535 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700536 withRadius: yes
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700537 openonuAdapterReplicas: 1
538 onosReplicas: 1
539 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700540 kafkaReplicas: 3
541 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700542 extraHelmFlags: ''
543 onosStatInterval: 5
544 volthaSystemTestsChange: ''
545 kindVolthaChange: ''
546 inMemoryEtcdStorage: true
547 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700548 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700549
550 <<: *voltha-scale-job-parameters
551
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 project-type: pipeline
553 concurrent: false
554
555 dsl: !include-raw-escape: pipeline/{pipeline-script}
556
Matteo Scandoloabb83972020-06-25 16:08:23 -0700557 triggers:
558 - timed: |
559 TZ=America/Los_Angeles
560 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561
562- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700563 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800564 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700565 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800566
567 description: |
568 <!-- Managed by Jenkins Job Builder -->
569 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
570 Using pipeline {pipeline-script} <br/><br/>
571 Scale measurements for VOLTHA 2.x
572
573 properties:
574 - cord-infra-properties:
575 build-days-to-keep: '{build-days-to-keep}'
576 artifact-num-to-keep: '{artifact-num-to-keep}'
577
578 wrappers:
579 - lf-infra-wrappers:
580 build-timeout: '{build-timeout}'
581 jenkins-ssh-credential: '{jenkins-ssh-credential}'
582
Matteo Scandolo0430f672020-05-07 11:50:26 -0700583 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700584 release: master
585
Matteo Scandolo0430f672020-05-07 11:50:26 -0700586 bbsimImg: voltha/bbsim:master
587 rwCoreImg: voltha/voltha-rw-core:master
588 ofAgentImg: voltha/voltha-ofagent-go:master
589 openoltAdapterImg: voltha/voltha-openolt-adapter:master
590 openonuAdapterImg: voltha/voltha-openonu-adapter:master
591 onosImg: voltha/voltha-onos:master
592
593 bbsimChart: onf/bbsim
594 volthaChart: onf/voltha
595 openoltAdapterChart: onf/voltha-adapter-openolt
596 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700597 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700598 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700599
Matteo Scandolo68776b72020-07-21 14:06:06 -0700600 olts: 2
601 pons: 2
602 onus: 2
603 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700604 withFlows: true
605 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700606 withEapol: true
607 withDhcp: true
608 withIgmp: false
609 withLLDP: false
610 withMibTemplate: true
611 withMonitoring: true
612 withProfiling: false
613 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700614 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700615 openonuAdapterReplicas: 1
616 onosReplicas: 1
617 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700618 kafkaReplicas: 1
619 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700620 extraHelmFlags: ''
621 onosStatInterval: 5
622 volthaSystemTestsChange: ''
623 kindVolthaChange: ''
624 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700625 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700626 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700627
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700628 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200629
Matteo Scandolo51b76302020-02-05 12:07:23 -0800630 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800631 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800632
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700633 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700634
Matteo Scandolo849db722020-10-21 10:58:41 -0700635 triggers:
636 - gerrit:
637 server-name: '{gerrit-server-name}'
638 silent-start: false
639 successful-message: "PASSED scale test"
640 failure-message: "FAILED scale test"
641 unstable-message: "UNSTABLE scale test"
642 trigger-on:
643 - comment-added-contains-event:
644 comment-contains-value: '.*scale test.*'
645 projects:
646 - project-compare-type: REG_EXP
647 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos)$'
648 branches:
649 - branch-compare-type: REG_EXP
650 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700651- job-template:
652 id: 'voltha-scale-matrix-dev'
653 name: '{name}'
654 pipeline-script: 'voltha-scale-matrix.groovy'
655
656 description: |
657 <!-- Managed by Jenkins Job Builder -->
658 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
659 Using pipeline {pipeline-script} <br/><br/>
660 Scale measurements for VOLTHA 2.x
661
662 properties:
663 - cord-infra-properties:
664 build-days-to-keep: '{build-days-to-keep}'
665 artifact-num-to-keep: '{artifact-num-to-keep}'
666
667 wrappers:
668 - lf-infra-wrappers:
669 build-timeout: '{build-timeout}'
670 jenkins-ssh-credential: '{jenkins-ssh-credential}'
671
672 # default values
673 release: master
674 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700675 volthaSystemTestsChange: ''
676 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700677
678 project-type: pipeline
679 concurrent: false
680
681 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700682
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700683 parameters:
684 - string:
685 name: release
686 default: '{release}'
687 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
688
689 - string:
690 name: buildNode
691 default: '{build-node}'
692 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700693
694 - string:
695 name: volthaSystemTestsChange
696 default: '{volthaSystemTestsChange}'
697 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
698
699 - string:
700 name: kindVolthaChange
701 default: '{kindVolthaChange}'
702 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'