blob: 022691a60b99186999de6d46a550330223a75051 [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 Scandoloc05c9342020-09-25 16:08:19 -0700105 kindVolthaChange: refs/changes/80/20880/1
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700106
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700107 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
108 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700109 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700110 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700111 build-node: 'onf-pod1-head-node'
112 time-trigger: "H H/4 * * *"
113 olts: 1
114 pons: 16
115 onus: 32
116 withFlows: true
117 provisionSubscribers: true
118 workflow: dt
119 withEapol: false
120 withDhcp: false
121 withIgmp: false
122 openonuAdapterReplicas: 8
123 onosReplicas: 3
124 atomixReplicas: 3
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700125 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
126 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200127
Matteo Scandolo272aed42020-05-08 15:05:57 -0700128 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700129 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700130 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700131 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700132 build-node: 'onf-pod1-head-node'
133 time-trigger: "H H/4 * * *"
134 olts: 2
135 pons: 16
136 onus: 32
137 withFlows: false
138 provisionSubscribers: false
139 withEapol: false
140 withDhcp: false
141 withIgmp: false
142 openonuAdapterReplicas: 8
143 onosReplicas: 3
144 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700145
Matteo Scandolocb726432020-06-01 08:49:14 -0700146 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700147 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700148 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700149 build-node: 'onf-pod1-head-node'
150 time-trigger: "H H/4 * * *"
151 olts: 2
152 pons: 16
153 onus: 32
154 withFlows: true
155 provisionSubscribers: false
156 withEapol: true
157 withDhcp: true
158 withIgmp: false
159 openonuAdapterReplicas: 8
160 onosReplicas: 3
161 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700162 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700163
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700164 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700165 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700166 build-node: 'onf-pod1-head-node'
167 time-trigger: "H H/4 * * *"
168 olts: 2
169 pons: 16
170 onus: 32
171 withFlows: true
172 provisionSubscribers: true
173 withEapol: true
174 withDhcp: true
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 Scandoloe28521c2020-09-24 14:30:35 -0700180 withPcap: true
181 logLevel: INFO
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700182 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
183 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700184
185 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
186 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700187 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700188 build-node: 'onf-pod1-head-node'
189 time-trigger: "H H/4 * * *"
190 olts: 2
191 pons: 16
192 onus: 32
193 withFlows: true
194 provisionSubscribers: true
195 workflow: dt
196 withEapol: false
197 withDhcp: false
198 withIgmp: false
199 openonuAdapterReplicas: 8
200 onosReplicas: 3
201 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700202 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolobbd8f902020-09-24 08:40:58 -0700203 onosImg: 'andreacampanella/voltha-onos:dhcp-executor-host-logging-final'
204 onosChart: /home/cord/onos-classic-charts/onos-helm-charts/onos-classic
Matteo Scandolo272aed42020-05-08 15:05:57 -0700205
Matteo Scandolo031bd982020-09-16 10:03:47 -0700206 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700207 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700208 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700209 build-node: 'onf-pod1-head-node'
210 time-trigger: "H H/4 * * *"
211 olts: 1
212 pons: 16
213 onus: 32
214 withFlows: true
215 provisionSubscribers: true
216 withEapol: true
217 withDhcp: true
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 Scandolof1097ce2020-08-25 09:57:41 -0700230 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700231
232 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700233 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700234 build-node: 'onf-pod1-head-node'
235 time-trigger: "H H/4 * * *"
236 olts: 2
237 pons: 16
238 onus: 32
239 withFlows: true
240 provisionSubscribers: true
241 workflow: dt
242 withEapol: false
243 withDhcp: false
244 withIgmp: false
245 openonuAdapterReplicas: 8
246 onosReplicas: 3
247 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700248 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700249 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700250 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700251 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700252 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700253 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700254 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200255 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700256
Matteo Scandolo031bd982020-09-16 10:03:47 -0700257 - 'voltha-scale-measurements':
258 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
259 build-node: 'onf-pod1-head-node'
260 time-trigger: "H H/4 * * *"
261 olts: 1
262 pons: 16
263 onus: 32
264 withFlows: true
265 provisionSubscribers: true
266 workflow: tt
267 withEapol: false
268 withDhcp: true
269 withIgmp: true
270 openonuAdapterReplicas: 8
271 onosReplicas: 3
272 atomixReplicas: 3
273 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
274 release: voltha-2.5
275 bbsimImg: ''
276 rwCoreImg: ''
277 ofAgentImg: ''
278 openoltAdapterImg: ''
279 openonuAdapterImg: ''
280 onosImg: ''
281 withPcap: true
282
Matteo Scandolo272aed42020-05-08 15:05:57 -0700283 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700284 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700285 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700286 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700287 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700288
Matteo Scandolodc930192020-08-27 15:56:16 -0700289 # development matrix
290 - 'voltha-scale-matrix-dev':
291 name: 'voltha-scale-matrix-voltha-2.4-dev'
292 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800293
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700294# list of parameters for the VOLTHA Jobs,
295# used as anchor so that can be shared across multiple jobs
296# to use in a job: `parameters: *voltha-build-job-parameters`
297- voltha-scale-job-parameters: &voltha-scale-job-parameters
298 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700299 parameters:
300 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700301 name: release
302 default: '{release}'
303 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
304
305 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700306 name: buildNode
307 default: '{build-node}'
308 description: 'Name of the Jenkins node to run the job on'
309
310 - string:
311 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700312 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700313 description: 'Log level for all the components'
314
315 - string:
316 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700317 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700318 description: 'Number of ONUs to provision'
319
320 - string:
321 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700322 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700323 description: 'Number of PONs to provision'
324
325 - string:
326 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700327 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 description: 'How many BBSim instances to run'
329
330 - string:
331 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700332 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700333 description: 'Which workflow are we testing (att, dt, tt)'
334
335 - bool:
336 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700337 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700338 description: 'Wheter to push flows from ONOS'
339
340 - bool:
341 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700342 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700343 description: 'Wheter to provision subscribers durint the tests'
344
345 - bool:
346 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700347 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700348 description: 'Wheter EAPOL is enabled for the test'
349
350 - bool:
351 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700352 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700353 description: 'Wheter DHCP is enabled for the test'
354
355 - bool:
356 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700357 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700358 description: 'Wheter IGMP is enabled for the test'
359
360 - bool:
361 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700362 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700363 description: 'Wheter Link Discovery is enabled for the test'
364
365 - bool:
366 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700367 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700368 description: 'Option to trigger MIB template command'
369
370 - bool:
371 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700372 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700373 description: 'Option to install Prometheus'
374
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700375 - bool:
376 name: withProfiling
377 default: '{withProfiling}'
378 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
379
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700380 - bool:
381 name: withPcap
382 default: '{withPcap}'
383 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
384
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700385 - string:
386 name: extraHelmFlags
387 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700388 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 -0700389
Matteo Scandolo272aed42020-05-08 15:05:57 -0700390 - string:
391 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700392 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700393 description: 'How many OpenONU adapter instances to run'
394
395 - string:
396 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700397 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700398 description: 'How many ONOSes instances to run'
399
400 - string:
401 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700402 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700403 description: 'How many Atomix instances to run'
404
405 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700406 name: kafkaReplicas
407 default: '{kafkaReplicas}'
408 description: 'How many Kafka instances to run'
409
410 - string:
411 name: etcdReplicas
412 default: '{etcdReplicas}'
413 description: 'How many ETCD instances to run'
414
415 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700416 name: onosStatInterval
417 default: '{onosStatInterval}'
418 description: 'How often ONOS should poll for ports, flows and meters'
419
420 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700421 name: bbsimImg
422 default: '{bbsimImg}'
423 description: 'Custom image selection for BBSIM (repo:tag)'
424
425 - string:
426 name: bbsimChart
427 default: '{bbsimChart}'
428 description: 'BBSim chart name (or location on file system)'
429
430 - string:
431 name: rwCoreImg
432 default: '{rwCoreImg}'
433 description: 'Custom image selection for VOLTHA (repo:tag)'
434
435 - string:
436 name: ofAgentImg
437 default: '{ofAgentImg}'
438 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
439
440 - string:
441 name: volthaChart
442 default: '{volthaChart}'
443 description: 'VOLTHA chart name (or location on file system)'
444
445 - string:
446 name: openoltAdapterImg
447 default: '{openoltAdapterImg}'
448 description: 'Custom image selection for Openolt Adapter (repo:tag)'
449
450 - string:
451 name: openoltAdapterChart
452 default: '{openoltAdapterChart}'
453 description: 'OpenOLT chart name (or location on file system)'
454
455 - string:
456 name: openonuAdapterImg
457 default: '{openonuAdapterImg}'
458 description: 'Custom image selection for Openonu Adapter (repo:tag)'
459
460 - string:
461 name: openonuAdapterChart
462 default: '{openonuAdapterChart}'
463 description: 'OpenONU chart name (or location on file system)'
464
465 - string:
466 name: onosImg
467 default: '{onosImg}'
468 description: 'Custom image selection for Openonu Adapter (repo:tag)'
469
470 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700471 name: onosChart
472 default: '{onosChart}'
473 description: 'ONOS chart name (or location on file system)'
474
475 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700477 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700478 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
479
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700480 - string:
481 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700482 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700483 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
484
Matteo Scandoloccc06192020-06-22 10:16:17 -0700485 - bool:
486 name: inMemoryEtcdStorage
487 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700488 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700489
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200490 - string:
491 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700492 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200493 description: 'Karaf home'
494
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700495- job-template:
496 id: 'voltha-scale-measurements'
497 name: '{name}'
498 pipeline-script: 'voltha-scale-test.groovy'
499 disabled: '{disable-job}'
500
501 description: |
502 <!-- Managed by Jenkins Job Builder -->
503 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
504 Using pipeline {pipeline-script} <br/><br/>
505 Scale measurements for VOLTHA 2.x
506
507 properties:
508 - cord-infra-properties:
509 build-days-to-keep: 30
510 artifact-num-to-keep: 15
511
512 wrappers:
513 - lf-infra-wrappers:
514 build-timeout: '{build-timeout}'
515 jenkins-ssh-credential: '{jenkins-ssh-credential}'
516
517 # default values
518 release: master
519
520 bbsimImg: voltha/bbsim:master
521 rwCoreImg: voltha/voltha-rw-core:master
522 ofAgentImg: voltha/voltha-ofagent-go:master
523 openoltAdapterImg: voltha/voltha-openolt-adapter:master
524 openonuAdapterImg: voltha/voltha-openonu-adapter:master
525 onosImg: voltha/voltha-onos:master
526
527 bbsimChart: onf/bbsim
528 volthaChart: onf/voltha
529 openoltAdapterChart: onf/voltha-adapter-openolt
530 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700531 onosChart: onos/onos-classic
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700532
533 olts: 2
534 pons: 2
535 onus: 2
536 workflow: att
537 withFlows: false
538 provisionSubscribers: false
539 withEapol: true
540 withDhcp: true
541 withIgmp: false
542 withLLDP: false
543 withMibTemplate: true
544 withMonitoring: true
545 withProfiling: false
546 withPcap: false
547 openonuAdapterReplicas: 1
548 onosReplicas: 1
549 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700550 kafkaReplicas: 3
551 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700552 extraHelmFlags: ''
553 onosStatInterval: 5
554 volthaSystemTestsChange: ''
555 kindVolthaChange: ''
556 inMemoryEtcdStorage: true
557 karafHome: 'apache-karaf-4.2.9'
558 logLevel: 'WARN'
559
560 <<: *voltha-scale-job-parameters
561
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 project-type: pipeline
563 concurrent: false
564
565 dsl: !include-raw-escape: pipeline/{pipeline-script}
566
Matteo Scandoloabb83972020-06-25 16:08:23 -0700567 triggers:
568 - timed: |
569 TZ=America/Los_Angeles
570 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700571
572- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700573 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800574 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700575 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800576
577 description: |
578 <!-- Managed by Jenkins Job Builder -->
579 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
580 Using pipeline {pipeline-script} <br/><br/>
581 Scale measurements for VOLTHA 2.x
582
583 properties:
584 - cord-infra-properties:
585 build-days-to-keep: '{build-days-to-keep}'
586 artifact-num-to-keep: '{artifact-num-to-keep}'
587
588 wrappers:
589 - lf-infra-wrappers:
590 build-timeout: '{build-timeout}'
591 jenkins-ssh-credential: '{jenkins-ssh-credential}'
592
Matteo Scandolo0430f672020-05-07 11:50:26 -0700593 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700594 release: master
595
Matteo Scandolo0430f672020-05-07 11:50:26 -0700596 bbsimImg: voltha/bbsim:master
597 rwCoreImg: voltha/voltha-rw-core:master
598 ofAgentImg: voltha/voltha-ofagent-go:master
599 openoltAdapterImg: voltha/voltha-openolt-adapter:master
600 openonuAdapterImg: voltha/voltha-openonu-adapter:master
601 onosImg: voltha/voltha-onos:master
602
603 bbsimChart: onf/bbsim
604 volthaChart: onf/voltha
605 openoltAdapterChart: onf/voltha-adapter-openolt
606 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700607 onosChart: onos/onos-classic
Matteo Scandolo0430f672020-05-07 11:50:26 -0700608
Matteo Scandolo68776b72020-07-21 14:06:06 -0700609 olts: 2
610 pons: 2
611 onus: 2
612 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700613 withFlows: true
614 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700615 withEapol: true
616 withDhcp: true
617 withIgmp: false
618 withLLDP: false
619 withMibTemplate: true
620 withMonitoring: true
621 withProfiling: false
622 withPcap: false
623 openonuAdapterReplicas: 1
624 onosReplicas: 1
625 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700626 kafkaReplicas: 1
627 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700628 extraHelmFlags: ''
629 onosStatInterval: 5
630 volthaSystemTestsChange: ''
631 kindVolthaChange: ''
632 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700633 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700634 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700635
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700636 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200637
Matteo Scandolo51b76302020-02-05 12:07:23 -0800638 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800639 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800640
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700641 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700642
643- job-template:
644 id: 'voltha-scale-matrix-dev'
645 name: '{name}'
646 pipeline-script: 'voltha-scale-matrix.groovy'
647
648 description: |
649 <!-- Managed by Jenkins Job Builder -->
650 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
651 Using pipeline {pipeline-script} <br/><br/>
652 Scale measurements for VOLTHA 2.x
653
654 properties:
655 - cord-infra-properties:
656 build-days-to-keep: '{build-days-to-keep}'
657 artifact-num-to-keep: '{artifact-num-to-keep}'
658
659 wrappers:
660 - lf-infra-wrappers:
661 build-timeout: '{build-timeout}'
662 jenkins-ssh-credential: '{jenkins-ssh-credential}'
663
664 # default values
665 release: master
666 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700667 volthaSystemTestsChange: ''
668 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700669
670 project-type: pipeline
671 concurrent: false
672
673 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700674
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700675 parameters:
676 - string:
677 name: release
678 default: '{release}'
679 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
680
681 - string:
682 name: buildNode
683 default: '{build-node}'
684 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700685
686 - string:
687 name: volthaSystemTestsChange
688 default: '{volthaSystemTestsChange}'
689 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
690
691 - string:
692 name: kindVolthaChange
693 default: '{kindVolthaChange}'
694 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'