blob: 2b403bf3dfe66bbde0ccb321446deae46d76ddce [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandoloca097652020-08-14 09:49:23 -070012 # OpenONU GO Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070014 name: 'voltha-openonu-go-scale-measurements-master-1-16-64-activation'
15 build-node: 'onf-pod1-head-node'
16 time-trigger: "H H/4 * * *"
17 olts: 1
18 pons: 16
19 onus: 64
20 withFlows: false
21 provisionSubscribers: false
22 withEapol: false
23 withDhcp: false
24 withIgmp: false
25 openonuAdapterReplicas: 1
26 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
27 extraHelmFlags: '--set use_openonu_adapter_go=true'
28
29 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070030 name: 'voltha-scale-measurements-master-1-16-32-activation'
Matteo Scandolob4f81882020-07-30 09:45:15 -070031 'disable-job': true
Matteo Scandolob46bc402020-06-11 13:59:44 -070032 build-node: 'onf-pod1-head-node'
33 time-trigger: "H H/4 * * *"
34 olts: 1
35 pons: 16
36 onus: 32
37 withFlows: false
38 provisionSubscribers: false
39 withEapol: false
40 withDhcp: false
41 withIgmp: false
42 openonuAdapterReplicas: 8
43 onosReplicas: 3
44 atomixReplicas: 3
Matteo Scandolob46bc402020-06-11 13:59:44 -070045
Matteo Scandolo272aed42020-05-08 15:05:57 -070046 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070047 name: 'voltha-scale-measurements-master-1-16-32-att-flows'
Matteo Scandolob4f81882020-07-30 09:45:15 -070048 'disable-job': true
Matteo Scandolo272aed42020-05-08 15:05:57 -070049 build-node: 'onf-pod1-head-node'
50 time-trigger: "H H/4 * * *"
51 olts: 1
52 pons: 16
53 onus: 32
54 withFlows: true
55 provisionSubscribers: false
56 withEapol: true
57 withDhcp: true
58 withIgmp: false
59 openonuAdapterReplicas: 8
60 onosReplicas: 3
61 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070062 extraHelmFlags: '--set auth=false '
Matteo Scandoloe4b04342020-05-28 07:35:45 -070063
64 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070065 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070066 build-node: 'onf-pod1-head-node'
67 time-trigger: "H H/4 * * *"
68 olts: 1
69 pons: 16
70 onus: 32
71 withFlows: true
72 provisionSubscribers: true
73 withEapol: true
74 withDhcp: true
75 withIgmp: false
76 openonuAdapterReplicas: 8
77 onosReplicas: 3
78 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070079 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070080 withPcap: true
Matteo Scandolobbd8f902020-09-24 08:40:58 -070081 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
82 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
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'
86 build-node: 'onf-pod1-head-node'
87 time-trigger: "H H/4 * * *"
88 olts: 1
89 pons: 16
90 onus: 32
91 withFlows: true
92 provisionSubscribers: true
93 workflow: tt
94 withEapol: false
95 withDhcp: true
96 withIgmp: true
97 openonuAdapterReplicas: 8
98 onosReplicas: 3
99 atomixReplicas: 3
100 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo79184172020-09-17 10:16:42 -0700101 withPcap: true
102 logLevel: INFO
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700103 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
Matteo Scandolo3774aa22020-09-23 11:29:11 -0700104 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700105
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700106 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
107 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700108 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700109 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700110 build-node: 'onf-pod1-head-node'
111 time-trigger: "H H/4 * * *"
112 olts: 1
113 pons: 16
114 onus: 32
115 withFlows: true
116 provisionSubscribers: true
117 workflow: dt
118 withEapol: false
119 withDhcp: false
120 withIgmp: false
121 openonuAdapterReplicas: 8
122 onosReplicas: 3
123 atomixReplicas: 3
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700124 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
125 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200126
Matteo Scandolo272aed42020-05-08 15:05:57 -0700127 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700128 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700129 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700130 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700131 build-node: 'onf-pod1-head-node'
132 time-trigger: "H H/4 * * *"
133 olts: 2
134 pons: 16
135 onus: 32
136 withFlows: false
137 provisionSubscribers: false
138 withEapol: false
139 withDhcp: false
140 withIgmp: false
141 openonuAdapterReplicas: 8
142 onosReplicas: 3
143 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700144
Matteo Scandolocb726432020-06-01 08:49:14 -0700145 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700146 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700147 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700148 build-node: 'onf-pod1-head-node'
149 time-trigger: "H H/4 * * *"
150 olts: 2
151 pons: 16
152 onus: 32
153 withFlows: true
154 provisionSubscribers: false
155 withEapol: true
156 withDhcp: true
157 withIgmp: false
158 openonuAdapterReplicas: 8
159 onosReplicas: 3
160 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700161 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700162
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700163 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700164 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
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 withEapol: true
173 withDhcp: true
174 withIgmp: false
175 openonuAdapterReplicas: 8
176 onosReplicas: 3
177 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700178 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700179 withPcap: true
180 logLevel: INFO
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700181 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
182 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700183
184 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
185 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700186 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700187 build-node: 'onf-pod1-head-node'
188 time-trigger: "H H/4 * * *"
189 olts: 2
190 pons: 16
191 onus: 32
192 withFlows: true
193 provisionSubscribers: true
194 workflow: dt
195 withEapol: false
196 withDhcp: false
197 withIgmp: false
198 openonuAdapterReplicas: 8
199 onosReplicas: 3
200 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700201 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700202 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
203 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandolo272aed42020-05-08 15:05:57 -0700204
Matteo Scandolo031bd982020-09-16 10:03:47 -0700205 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700206 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700207 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700208 build-node: 'onf-pod1-head-node'
209 time-trigger: "H H/4 * * *"
210 olts: 1
211 pons: 16
212 onus: 32
213 withFlows: true
214 provisionSubscribers: true
215 withEapol: true
216 withDhcp: true
217 withIgmp: false
218 openonuAdapterReplicas: 8
219 onosReplicas: 3
220 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700221 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700222 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700223 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700224 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700225 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700226 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700227 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200228 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700229 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700230
231 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700232 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700233 build-node: 'onf-pod1-head-node'
234 time-trigger: "H H/4 * * *"
235 olts: 2
236 pons: 16
237 onus: 32
238 withFlows: true
239 provisionSubscribers: true
240 workflow: dt
241 withEapol: false
242 withDhcp: false
243 withIgmp: false
244 openonuAdapterReplicas: 8
245 onosReplicas: 3
246 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700247 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700248 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700249 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700250 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700251 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700252 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700253 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200254 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700255
Matteo Scandolo031bd982020-09-16 10:03:47 -0700256 - 'voltha-scale-measurements':
257 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
258 build-node: 'onf-pod1-head-node'
259 time-trigger: "H H/4 * * *"
260 olts: 1
261 pons: 16
262 onus: 32
263 withFlows: true
264 provisionSubscribers: true
265 workflow: tt
266 withEapol: false
267 withDhcp: true
268 withIgmp: true
269 openonuAdapterReplicas: 8
270 onosReplicas: 3
271 atomixReplicas: 3
272 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
273 release: voltha-2.5
274 bbsimImg: ''
275 rwCoreImg: ''
276 ofAgentImg: ''
277 openoltAdapterImg: ''
278 openonuAdapterImg: ''
279 onosImg: ''
280 withPcap: true
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:
310 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700311 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700312 description: 'Log level for all the components'
313
314 - string:
315 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700316 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700317 description: 'Number of ONUs to provision'
318
319 - string:
320 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700321 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700322 description: 'Number of PONs to provision'
323
324 - string:
325 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700326 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700327 description: 'How many BBSim instances to run'
328
329 - string:
330 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700331 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700332 description: 'Which workflow are we testing (att, dt, tt)'
333
334 - bool:
335 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700336 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700337 description: 'Wheter to push flows from ONOS'
338
339 - bool:
340 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700341 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700342 description: 'Wheter to provision subscribers durint the tests'
343
344 - bool:
345 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700346 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700347 description: 'Wheter EAPOL is enabled for the test'
348
349 - bool:
350 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700351 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700352 description: 'Wheter DHCP is enabled for the test'
353
354 - bool:
355 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700356 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700357 description: 'Wheter IGMP is enabled for the test'
358
359 - bool:
360 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700361 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700362 description: 'Wheter Link Discovery is enabled for the test'
363
364 - bool:
365 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700366 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700367 description: 'Option to trigger MIB template command'
368
369 - bool:
370 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700371 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700372 description: 'Option to install Prometheus'
373
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700374 - bool:
375 name: withProfiling
376 default: '{withProfiling}'
377 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
378
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700379 - bool:
380 name: withPcap
381 default: '{withPcap}'
382 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
383
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700384 - string:
385 name: extraHelmFlags
386 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700387 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 -0700388
Matteo Scandolo272aed42020-05-08 15:05:57 -0700389 - string:
390 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700391 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700392 description: 'How many OpenONU adapter instances to run'
393
394 - string:
395 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700396 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700397 description: 'How many ONOSes instances to run'
398
399 - string:
400 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700401 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700402 description: 'How many Atomix instances to run'
403
404 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700405 name: kafkaReplicas
406 default: '{kafkaReplicas}'
407 description: 'How many Kafka instances to run'
408
409 - string:
410 name: etcdReplicas
411 default: '{etcdReplicas}'
412 description: 'How many ETCD instances to run'
413
414 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700415 name: onosStatInterval
416 default: '{onosStatInterval}'
417 description: 'How often ONOS should poll for ports, flows and meters'
418
419 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700420 name: bbsimImg
421 default: '{bbsimImg}'
422 description: 'Custom image selection for BBSIM (repo:tag)'
423
424 - string:
425 name: bbsimChart
426 default: '{bbsimChart}'
427 description: 'BBSim chart name (or location on file system)'
428
429 - string:
430 name: rwCoreImg
431 default: '{rwCoreImg}'
432 description: 'Custom image selection for VOLTHA (repo:tag)'
433
434 - string:
435 name: ofAgentImg
436 default: '{ofAgentImg}'
437 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
438
439 - string:
440 name: volthaChart
441 default: '{volthaChart}'
442 description: 'VOLTHA chart name (or location on file system)'
443
444 - string:
445 name: openoltAdapterImg
446 default: '{openoltAdapterImg}'
447 description: 'Custom image selection for Openolt Adapter (repo:tag)'
448
449 - string:
450 name: openoltAdapterChart
451 default: '{openoltAdapterChart}'
452 description: 'OpenOLT chart name (or location on file system)'
453
454 - string:
455 name: openonuAdapterImg
456 default: '{openonuAdapterImg}'
457 description: 'Custom image selection for Openonu Adapter (repo:tag)'
458
459 - string:
460 name: openonuAdapterChart
461 default: '{openonuAdapterChart}'
462 description: 'OpenONU chart name (or location on file system)'
463
464 - string:
465 name: onosImg
466 default: '{onosImg}'
467 description: 'Custom image selection for Openonu Adapter (repo:tag)'
468
469 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700470 name: onosChart
471 default: '{onosChart}'
472 description: 'ONOS chart name (or location on file system)'
473
474 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700475 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700476 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700477 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
478
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700479 - string:
480 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700481 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700482 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
483
Matteo Scandoloccc06192020-06-22 10:16:17 -0700484 - bool:
485 name: inMemoryEtcdStorage
486 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700487 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700488
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200489 - string:
490 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700491 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200492 description: 'Karaf home'
493
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700494- job-template:
495 id: 'voltha-scale-measurements'
496 name: '{name}'
497 pipeline-script: 'voltha-scale-test.groovy'
498 disabled: '{disable-job}'
499
500 description: |
501 <!-- Managed by Jenkins Job Builder -->
502 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
503 Using pipeline {pipeline-script} <br/><br/>
504 Scale measurements for VOLTHA 2.x
505
506 properties:
507 - cord-infra-properties:
508 build-days-to-keep: 30
509 artifact-num-to-keep: 15
510
511 wrappers:
512 - lf-infra-wrappers:
513 build-timeout: '{build-timeout}'
514 jenkins-ssh-credential: '{jenkins-ssh-credential}'
515
516 # default values
517 release: master
518
519 bbsimImg: voltha/bbsim:master
520 rwCoreImg: voltha/voltha-rw-core:master
521 ofAgentImg: voltha/voltha-ofagent-go:master
522 openoltAdapterImg: voltha/voltha-openolt-adapter:master
523 openonuAdapterImg: voltha/voltha-openonu-adapter:master
524 onosImg: voltha/voltha-onos:master
525
526 bbsimChart: onf/bbsim
527 volthaChart: onf/voltha
528 openoltAdapterChart: onf/voltha-adapter-openolt
529 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700530 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700531
532 olts: 2
533 pons: 2
534 onus: 2
535 workflow: att
536 withFlows: false
537 provisionSubscribers: false
538 withEapol: true
539 withDhcp: true
540 withIgmp: false
541 withLLDP: false
542 withMibTemplate: true
543 withMonitoring: true
544 withProfiling: false
545 withPcap: false
546 openonuAdapterReplicas: 1
547 onosReplicas: 1
548 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700549 kafkaReplicas: 3
550 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700551 extraHelmFlags: ''
552 onosStatInterval: 5
553 volthaSystemTestsChange: ''
554 kindVolthaChange: ''
555 inMemoryEtcdStorage: true
556 karafHome: 'apache-karaf-4.2.9'
557 logLevel: 'WARN'
558
559 <<: *voltha-scale-job-parameters
560
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561 project-type: pipeline
562 concurrent: false
563
564 dsl: !include-raw-escape: pipeline/{pipeline-script}
565
Matteo Scandoloabb83972020-06-25 16:08:23 -0700566 triggers:
567 - timed: |
568 TZ=America/Los_Angeles
569 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570
571- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700572 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800573 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700574 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800575
576 description: |
577 <!-- Managed by Jenkins Job Builder -->
578 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
579 Using pipeline {pipeline-script} <br/><br/>
580 Scale measurements for VOLTHA 2.x
581
582 properties:
583 - cord-infra-properties:
584 build-days-to-keep: '{build-days-to-keep}'
585 artifact-num-to-keep: '{artifact-num-to-keep}'
586
587 wrappers:
588 - lf-infra-wrappers:
589 build-timeout: '{build-timeout}'
590 jenkins-ssh-credential: '{jenkins-ssh-credential}'
591
Matteo Scandolo0430f672020-05-07 11:50:26 -0700592 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700593 release: master
594
Matteo Scandolo0430f672020-05-07 11:50:26 -0700595 bbsimImg: voltha/bbsim:master
596 rwCoreImg: voltha/voltha-rw-core:master
597 ofAgentImg: voltha/voltha-ofagent-go:master
598 openoltAdapterImg: voltha/voltha-openolt-adapter:master
599 openonuAdapterImg: voltha/voltha-openonu-adapter:master
600 onosImg: voltha/voltha-onos:master
601
602 bbsimChart: onf/bbsim
603 volthaChart: onf/voltha
604 openoltAdapterChart: onf/voltha-adapter-openolt
605 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700606 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700607
Matteo Scandolo68776b72020-07-21 14:06:06 -0700608 olts: 2
609 pons: 2
610 onus: 2
611 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700612 withFlows: true
613 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700614 withEapol: true
615 withDhcp: true
616 withIgmp: false
617 withLLDP: false
618 withMibTemplate: true
619 withMonitoring: true
620 withProfiling: false
621 withPcap: false
622 openonuAdapterReplicas: 1
623 onosReplicas: 1
624 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700625 kafkaReplicas: 1
626 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700627 extraHelmFlags: ''
628 onosStatInterval: 5
629 volthaSystemTestsChange: ''
630 kindVolthaChange: ''
631 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700632 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700633 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700634
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700635 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200636
Matteo Scandolo51b76302020-02-05 12:07:23 -0800637 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800638 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800639
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700640 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700641
642- job-template:
643 id: 'voltha-scale-matrix-dev'
644 name: '{name}'
645 pipeline-script: 'voltha-scale-matrix.groovy'
646
647 description: |
648 <!-- Managed by Jenkins Job Builder -->
649 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
650 Using pipeline {pipeline-script} <br/><br/>
651 Scale measurements for VOLTHA 2.x
652
653 properties:
654 - cord-infra-properties:
655 build-days-to-keep: '{build-days-to-keep}'
656 artifact-num-to-keep: '{artifact-num-to-keep}'
657
658 wrappers:
659 - lf-infra-wrappers:
660 build-timeout: '{build-timeout}'
661 jenkins-ssh-credential: '{jenkins-ssh-credential}'
662
663 # default values
664 release: master
665 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700666 volthaSystemTestsChange: ''
667 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700668
669 project-type: pipeline
670 concurrent: false
671
672 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700673
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700674 parameters:
675 - string:
676 name: release
677 default: '{release}'
678 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
679
680 - string:
681 name: buildNode
682 default: '{build-node}'
683 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700684
685 - string:
686 name: volthaSystemTestsChange
687 default: '{volthaSystemTestsChange}'
688 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
689
690 - string:
691 name: kindVolthaChange
692 default: '{kindVolthaChange}'
693 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'