blob: 8e1ea0bd4412da2d0d405e0a6ee22d578e92cbfb [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
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020027 openonuAdapterReplicas: 1
28 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
29 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070030
Andrea Campanellabdb199e2020-10-27 10:47:16 +010031 - 'voltha-scale-measurements':
32 name: 'voltha-openonu-go-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo87b042e2020-10-27 09:07:45 -070033 'disable-job': true
Andrea Campanellabdb199e2020-10-27 10:47:16 +010034 build-node: 'onf-pod1-head-node'
35 time-trigger: "H H/4 * * *"
36 olts: 1
37 pons: 16
38 onus: 32
39 withFlows: true
40 provisionSubscribers: true
41 withEapol: true
42 withDhcp: true
43 withIgmp: false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010044 openonuAdapterReplicas: 1
45 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
46 extraHelmFlags: '--set use_openonu_adapter_go=true'
47
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 Scandoloe6647a02020-11-02 10:27:52 -080053 # trigger on Feb 29th (a.k.a only trigger it manually)
54 time-trigger: "H 0 29 2 *"
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -070055 withMonitoring: false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080056 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070057 pons: 16
58 onus: 32
59 withFlows: true
60 provisionSubscribers: true
61 withEapol: true
62 withDhcp: true
63 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070064 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo8df57162020-10-06 14:43:53 -070065 withPcap: true
Matteo Scandolo9665d592020-10-23 19:08:14 +000066
Matteo Scandolo8df57162020-10-06 14:43:53 -070067
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070068 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070069 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070070 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -070071 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -070072 build-node: 'onf-pod1-head-node'
73 time-trigger: "H H/4 * * *"
74 olts: 1
75 pons: 16
76 onus: 32
77 withFlows: true
78 provisionSubscribers: true
79 withEapol: true
80 withDhcp: true
81 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -070082 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070083
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070084 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -070086 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070087 build-node: 'onf-pod1-head-node'
88 time-trigger: "H H/4 * * *"
89 olts: 1
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: tt
95 withEapol: false
96 withDhcp: true
97 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -070098 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070099
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700100 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700101 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700102 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700103 build-node: 'onf-pod1-head-node'
104 time-trigger: "H H/4 * * *"
105 olts: 1
106 pons: 16
107 onus: 32
108 withFlows: true
109 provisionSubscribers: true
110 workflow: dt
111 withEapol: false
112 withDhcp: false
113 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700114 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200115
Matteo Scandolo272aed42020-05-08 15:05:57 -0700116 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700117 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700118 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700119 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700120 build-node: 'onf-pod1-head-node'
121 time-trigger: "H H/4 * * *"
122 olts: 2
123 pons: 16
124 onus: 32
125 withFlows: true
126 provisionSubscribers: true
127 withEapol: true
128 withDhcp: true
129 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700130 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo9607a2b2020-10-30 12:20:12 -0700131 onosImg: matteoscandolo/voltha-onos:olt-log
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700132
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700133 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700134 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo9b5d1b82020-10-28 15:02:10 -0700135 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 build-node: 'onf-pod1-head-node'
137 time-trigger: "H H/4 * * *"
138 olts: 2
139 pons: 16
140 onus: 32
141 withFlows: true
142 provisionSubscribers: true
143 workflow: dt
144 withEapol: false
145 withDhcp: false
146 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700147 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700148
149 - 'voltha-scale-measurements':
150 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
151 'disable-job': false
152 build-node: 'onf-pod1-head-node'
153 time-trigger: "H H/4 * * *"
154 olts: 2
155 pons: 16
156 onus: 32
157 withFlows: true
158 provisionSubscribers: true
159 workflow: tt
160 withEapol: false
161 withDhcp: true
162 withIgmp: true
163 openonuAdapterReplicas: 8
164 onosReplicas: 3
165 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700166 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700167
Matteo Scandolo031bd982020-09-16 10:03:47 -0700168 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700169 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700170 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolo86939302020-10-30 13:32:08 -0700171 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 build-node: 'onf-pod1-head-node'
173 time-trigger: "H H/4 * * *"
174 olts: 1
175 pons: 16
176 onus: 32
177 withFlows: true
178 provisionSubscribers: true
179 withEapol: true
180 withDhcp: true
181 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700182 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700183 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700184 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700185 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700186 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700187 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700188 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200189 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700190
191 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700192 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolo86939302020-10-30 13:32:08 -0700193 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700194 build-node: 'onf-pod1-head-node'
195 time-trigger: "H H/4 * * *"
196 olts: 2
197 pons: 16
198 onus: 32
199 withFlows: true
200 provisionSubscribers: true
201 workflow: dt
202 withEapol: false
203 withDhcp: false
204 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700205 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700206 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700207 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700208 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700209 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700210 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700211 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200212 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700213
Matteo Scandolo031bd982020-09-16 10:03:47 -0700214 - 'voltha-scale-measurements':
215 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandolo86939302020-10-30 13:32:08 -0700216 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700217 build-node: 'onf-pod1-head-node'
218 time-trigger: "H H/4 * * *"
219 olts: 1
220 pons: 16
221 onus: 32
222 withFlows: true
223 provisionSubscribers: true
224 workflow: tt
225 withEapol: false
226 withDhcp: true
227 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700228 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
229 release: voltha-2.5
230 bbsimImg: ''
231 rwCoreImg: ''
232 ofAgentImg: ''
233 openoltAdapterImg: ''
234 openonuAdapterImg: ''
235 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700236
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700237 # per patchset job
238 - 'voltha-scale-measurements':
239 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
240 build-node: 'onf-pod1-head-node'
241 olts: 1
242 pons: 16
243 onus: 32
244 withFlows: true
245 provisionSubscribers: true
246 withEapol: true
247 withDhcp: true
248 withIgmp: false
249 withMonitoring: false
250 trigger-comment: "voltha scale test ATT"
251
252 - 'voltha-scale-measurements':
253 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
254 build-node: 'onf-pod1-head-node'
255 olts: 1
256 pons: 16
257 onus: 32
258 withFlows: true
259 provisionSubscribers: true
260 workflow: tt
261 withEapol: false
262 withDhcp: true
263 withIgmp: true
264 withMonitoring: false
265 trigger-comment: "voltha scale test TT"
266
267 - 'voltha-scale-measurements':
268 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
269 build-node: 'onf-pod1-head-node'
270 olts: 1
271 pons: 16
272 onus: 32
273 withFlows: true
274 provisionSubscribers: true
275 workflow: dt
276 withEapol: false
277 withDhcp: false
278 withIgmp: false
279 withMonitoring: false
280 trigger-comment: "voltha scale test DT"
281
Matteo Scandolo272aed42020-05-08 15:05:57 -0700282 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700283 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700284 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700285 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700286 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700287
Matteo Scandolodc930192020-08-27 15:56:16 -0700288 # development matrix
289 - 'voltha-scale-matrix-dev':
290 name: 'voltha-scale-matrix-voltha-2.4-dev'
291 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800292
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700293# list of parameters for the VOLTHA Jobs,
294# used as anchor so that can be shared across multiple jobs
295# to use in a job: `parameters: *voltha-build-job-parameters`
296- voltha-scale-job-parameters: &voltha-scale-job-parameters
297 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700298 parameters:
299 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700300 name: release
301 default: '{release}'
302 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
303
304 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700305 name: buildNode
306 default: '{build-node}'
307 description: 'Name of the Jenkins node to run the job on'
308
309 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700310 name: dockerRegistry
311 default: '{dockerRegistry}'
312 description: 'Address of the docker registry to use if we are building custom images'
313
314 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700315 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700316 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700317 description: 'Log level for all the components'
318
319 - string:
320 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700321 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700322 description: 'Number of ONUs to provision'
323
324 - string:
325 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700326 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700327 description: 'Number of PONs to provision'
328
329 - string:
330 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700331 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700332 description: 'How many BBSim instances to run'
333
334 - string:
335 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700336 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700337 description: 'Which workflow are we testing (att, dt, tt)'
338
339 - bool:
340 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700341 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700342 description: 'Wheter to push flows from ONOS'
343
344 - bool:
345 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700346 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700347 description: 'Wheter to provision subscribers durint the tests'
348
349 - bool:
350 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700351 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700352 description: 'Wheter EAPOL is enabled for the test'
353
354 - bool:
355 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700356 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700357 description: 'Wheter DHCP is enabled for the test'
358
359 - bool:
360 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700361 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700362 description: 'Wheter IGMP is enabled for the test'
363
364 - bool:
365 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700366 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700367 description: 'Wheter Link Discovery is enabled for the test'
368
369 - bool:
370 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700371 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700372 description: 'Option to trigger MIB template command'
373
374 - bool:
375 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700376 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700377 description: 'Option to install Prometheus'
378
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700379 - bool:
380 name: withProfiling
381 default: '{withProfiling}'
382 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
383
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700384 - bool:
385 name: withPcap
386 default: '{withPcap}'
387 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
388
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700389 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700390 name: withRadius
391 default: '{withRadius}'
392 description: 'Value to pass to kind-voltha WITH_RADIUS'
393
394 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700395 name: extraHelmFlags
396 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700397 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 -0700398
Matteo Scandolo272aed42020-05-08 15:05:57 -0700399 - string:
400 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700401 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700402 description: 'How many OpenONU adapter instances to run'
403
404 - string:
405 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700406 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700407 description: 'How many ONOSes instances to run'
408
409 - string:
410 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700411 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700412 description: 'How many Atomix instances to run'
413
414 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700415 name: kafkaReplicas
416 default: '{kafkaReplicas}'
417 description: 'How many Kafka instances to run'
418
419 - string:
420 name: etcdReplicas
421 default: '{etcdReplicas}'
422 description: 'How many ETCD instances to run'
423
424 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700425 name: onosStatInterval
426 default: '{onosStatInterval}'
427 description: 'How often ONOS should poll for ports, flows and meters'
428
429 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700430 name: bbsimImg
431 default: '{bbsimImg}'
432 description: 'Custom image selection for BBSIM (repo:tag)'
433
434 - string:
435 name: bbsimChart
436 default: '{bbsimChart}'
437 description: 'BBSim chart name (or location on file system)'
438
439 - string:
440 name: rwCoreImg
441 default: '{rwCoreImg}'
442 description: 'Custom image selection for VOLTHA (repo:tag)'
443
444 - string:
445 name: ofAgentImg
446 default: '{ofAgentImg}'
447 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
448
449 - string:
450 name: volthaChart
451 default: '{volthaChart}'
452 description: 'VOLTHA chart name (or location on file system)'
453
454 - string:
455 name: openoltAdapterImg
456 default: '{openoltAdapterImg}'
457 description: 'Custom image selection for Openolt Adapter (repo:tag)'
458
459 - string:
460 name: openoltAdapterChart
461 default: '{openoltAdapterChart}'
462 description: 'OpenOLT chart name (or location on file system)'
463
464 - string:
465 name: openonuAdapterImg
466 default: '{openonuAdapterImg}'
467 description: 'Custom image selection for Openonu Adapter (repo:tag)'
468
469 - string:
470 name: openonuAdapterChart
471 default: '{openonuAdapterChart}'
472 description: 'OpenONU chart name (or location on file system)'
473
474 - string:
475 name: onosImg
476 default: '{onosImg}'
477 description: 'Custom image selection for Openonu Adapter (repo:tag)'
478
479 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700480 name: onosChart
481 default: '{onosChart}'
482 description: 'ONOS chart name (or location on file system)'
483
484 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700485 name: radiusChart
486 default: '{radiusChart}'
487 description: 'freeradius chart name (or location on file system)'
488
489 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700491 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
493
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700494 - string:
495 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700496 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700497 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
498
Matteo Scandoloccc06192020-06-22 10:16:17 -0700499 - bool:
500 name: inMemoryEtcdStorage
501 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700502 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700503
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200504 - string:
505 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700506 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200507 description: 'Karaf home'
508
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700509- job-template:
510 id: 'voltha-scale-measurements'
511 name: '{name}'
512 pipeline-script: 'voltha-scale-test.groovy'
513 disabled: '{disable-job}'
514
515 description: |
516 <!-- Managed by Jenkins Job Builder -->
517 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
518 Using pipeline {pipeline-script} <br/><br/>
519 Scale measurements for VOLTHA 2.x
520
521 properties:
522 - cord-infra-properties:
523 build-days-to-keep: 30
524 artifact-num-to-keep: 15
525
526 wrappers:
527 - lf-infra-wrappers:
528 build-timeout: '{build-timeout}'
529 jenkins-ssh-credential: '{jenkins-ssh-credential}'
530
531 # default values
532 release: master
533
534 bbsimImg: voltha/bbsim:master
535 rwCoreImg: voltha/voltha-rw-core:master
536 ofAgentImg: voltha/voltha-ofagent-go:master
537 openoltAdapterImg: voltha/voltha-openolt-adapter:master
538 openonuAdapterImg: voltha/voltha-openonu-adapter:master
539 onosImg: voltha/voltha-onos:master
540
541 bbsimChart: onf/bbsim
542 volthaChart: onf/voltha
543 openoltAdapterChart: onf/voltha-adapter-openolt
544 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700545 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700546 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700547
548 olts: 2
549 pons: 2
550 onus: 2
551 workflow: att
552 withFlows: false
553 provisionSubscribers: false
554 withEapol: true
555 withDhcp: true
556 withIgmp: false
557 withLLDP: false
558 withMibTemplate: true
559 withMonitoring: true
560 withProfiling: false
561 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700562 withRadius: yes
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700563 openonuAdapterReplicas: 8
564 onosReplicas: 3
565 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700566 kafkaReplicas: 3
567 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700568 extraHelmFlags: ''
569 onosStatInterval: 5
570 volthaSystemTestsChange: ''
571 kindVolthaChange: ''
572 inMemoryEtcdStorage: true
573 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700574 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700575 dockerRegistry: 10.90.0.101:30500
576 trigger-comment: vv7CBoQQYYonvaN8xcru
577 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700578
579 <<: *voltha-scale-job-parameters
580
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 project-type: pipeline
582 concurrent: false
583
584 dsl: !include-raw-escape: pipeline/{pipeline-script}
585
Matteo Scandoloabb83972020-06-25 16:08:23 -0700586 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700587 # periodic jobs will set this every 4 hours
588 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
Matteo Scandoloabb83972020-06-25 16:08:23 -0700589 - timed: |
590 TZ=America/Los_Angeles
591 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700592 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
593 # patchset jobs will set this to a meaningful comment
594 - gerrit:
595 server-name: '{gerrit-server-name}'
596 silent-start: false
597 successful-message: "PASSED scale test"
598 failure-message: "FAILED scale test"
599 unstable-message: "UNSTABLE scale test"
600 trigger-on:
601 - comment-added-contains-event:
602 comment-contains-value: '.*{trigger-comment}.*'
603 projects:
604 - project-compare-type: REG_EXP
605 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
606 branches:
607 - branch-compare-type: REG_EXP
608 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700609
610- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700611 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800612 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700613 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800614
615 description: |
616 <!-- Managed by Jenkins Job Builder -->
617 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
618 Using pipeline {pipeline-script} <br/><br/>
619 Scale measurements for VOLTHA 2.x
620
621 properties:
622 - cord-infra-properties:
623 build-days-to-keep: '{build-days-to-keep}'
624 artifact-num-to-keep: '{artifact-num-to-keep}'
625
626 wrappers:
627 - lf-infra-wrappers:
628 build-timeout: '{build-timeout}'
629 jenkins-ssh-credential: '{jenkins-ssh-credential}'
630
Matteo Scandolo0430f672020-05-07 11:50:26 -0700631 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700632 release: master
633
Matteo Scandolo0430f672020-05-07 11:50:26 -0700634 bbsimImg: voltha/bbsim:master
635 rwCoreImg: voltha/voltha-rw-core:master
636 ofAgentImg: voltha/voltha-ofagent-go:master
637 openoltAdapterImg: voltha/voltha-openolt-adapter:master
638 openonuAdapterImg: voltha/voltha-openonu-adapter:master
639 onosImg: voltha/voltha-onos:master
640
641 bbsimChart: onf/bbsim
642 volthaChart: onf/voltha
643 openoltAdapterChart: onf/voltha-adapter-openolt
644 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700645 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700646 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700647
Matteo Scandolo68776b72020-07-21 14:06:06 -0700648 olts: 2
649 pons: 2
650 onus: 2
651 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700652 withFlows: true
653 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700654 withEapol: true
655 withDhcp: true
656 withIgmp: false
657 withLLDP: false
658 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700659 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700660 withProfiling: false
661 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700662 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700663 openonuAdapterReplicas: 1
664 onosReplicas: 1
665 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700666 kafkaReplicas: 1
667 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700668 extraHelmFlags: ''
669 onosStatInterval: 5
670 volthaSystemTestsChange: ''
671 kindVolthaChange: ''
672 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700673 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700674 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700675 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700676
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700677 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200678
Matteo Scandolo51b76302020-02-05 12:07:23 -0800679 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800680 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800681
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700682 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700683
Matteo Scandolo849db722020-10-21 10:58:41 -0700684 triggers:
685 - gerrit:
686 server-name: '{gerrit-server-name}'
687 silent-start: false
688 successful-message: "PASSED scale test"
689 failure-message: "FAILED scale test"
690 unstable-message: "UNSTABLE scale test"
691 trigger-on:
692 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700693 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700694 projects:
695 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700696 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700697 branches:
698 - branch-compare-type: REG_EXP
699 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700700- job-template:
701 id: 'voltha-scale-matrix-dev'
702 name: '{name}'
703 pipeline-script: 'voltha-scale-matrix.groovy'
704
705 description: |
706 <!-- Managed by Jenkins Job Builder -->
707 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
708 Using pipeline {pipeline-script} <br/><br/>
709 Scale measurements for VOLTHA 2.x
710
711 properties:
712 - cord-infra-properties:
713 build-days-to-keep: '{build-days-to-keep}'
714 artifact-num-to-keep: '{artifact-num-to-keep}'
715
716 wrappers:
717 - lf-infra-wrappers:
718 build-timeout: '{build-timeout}'
719 jenkins-ssh-credential: '{jenkins-ssh-credential}'
720
721 # default values
722 release: master
723 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700724 volthaSystemTestsChange: ''
725 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700726
727 project-type: pipeline
728 concurrent: false
729
730 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700731
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700732 parameters:
733 - string:
734 name: release
735 default: '{release}'
736 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
737
738 - string:
739 name: buildNode
740 default: '{build-node}'
741 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700742
743 - string:
744 name: volthaSystemTestsChange
745 default: '{volthaSystemTestsChange}'
746 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
747
748 - string:
749 name: kindVolthaChange
750 default: '{kindVolthaChange}'
751 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'