blob: e44c2803cc52ebb99dba5832e7f1b37fdf9fbf50 [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 * * *"
56 olts: 1
57 pons: 16
58 onus: 32
59 withFlows: true
60 provisionSubscribers: true
61 withEapol: true
62 withDhcp: true
63 withIgmp: false
64 openonuAdapterReplicas: 8
65 onosReplicas: 3
66 atomixReplicas: 3
Matteo Scandolo1074eb22020-10-08 15:03:35 -070067 extraHelmFlags: '--set authRetry=true,dhcpRetry=true '
Matteo Scandolo8df57162020-10-06 14:43:53 -070068 withPcap: true
Matteo Scandolo6b7ccef2020-10-13 13:36:04 -070069 bbsimImg: matteoscandolo/bbsim:eapol-512
Matteo Scandolo8df57162020-10-06 14:43:53 -070070 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +020071 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandolo6b7ccef2020-10-13 13:36:04 -070072 radiusChart: /home/cord/helm-charts/freeradius
Matteo Scandoloc348aea2020-10-07 13:36:04 -070073
Matteo Scandolo8df57162020-10-06 14:43:53 -070074
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070075 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070076 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070077 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -070078 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070079 build-node: 'onf-pod1-head-node'
80 time-trigger: "H H/4 * * *"
81 olts: 1
82 pons: 16
83 onus: 32
84 withFlows: true
85 provisionSubscribers: true
86 withEapol: true
87 withDhcp: true
88 withIgmp: false
89 openonuAdapterReplicas: 8
90 onosReplicas: 3
91 atomixReplicas: 3
Matteo Scandolo91337832020-08-25 18:39:33 -070092 withPcap: true
Matteo Scandolo85f67e72020-10-09 15:23:38 -070093 bbsimImg: matteoscandolo/bbsim:experiment
94 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +020095 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandoloe4b04342020-05-28 07:35:45 -070096
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070097 - 'voltha-scale-measurements':
98 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -070099 'disable-job': true
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700100 build-node: 'onf-pod1-head-node'
101 time-trigger: "H H/4 * * *"
102 olts: 1
103 pons: 16
104 onus: 32
105 withFlows: true
106 provisionSubscribers: true
107 workflow: tt
108 withEapol: false
109 withDhcp: true
110 withIgmp: true
111 openonuAdapterReplicas: 8
112 onosReplicas: 3
113 atomixReplicas: 3
Matteo Scandolo79184172020-09-17 10:16:42 -0700114 withPcap: true
Matteo Scandolo85f67e72020-10-09 15:23:38 -0700115 bbsimImg: matteoscandolo/bbsim:experiment
116 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +0200117 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700118
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700119 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700120 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -0700121 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700122 build-node: 'onf-pod1-head-node'
123 time-trigger: "H H/4 * * *"
124 olts: 1
125 pons: 16
126 onus: 32
127 withFlows: true
128 provisionSubscribers: true
129 workflow: dt
130 withEapol: false
131 withDhcp: false
132 withIgmp: false
133 openonuAdapterReplicas: 8
134 onosReplicas: 3
135 atomixReplicas: 3
Matteo Scandolo85f67e72020-10-09 15:23:38 -0700136 bbsimImg: matteoscandolo/bbsim:experiment
137 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +0200138 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200139
Matteo Scandolo272aed42020-05-08 15:05:57 -0700140 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700141 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700142 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700143 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700144 build-node: 'onf-pod1-head-node'
145 time-trigger: "H H/4 * * *"
146 olts: 2
147 pons: 16
148 onus: 32
149 withFlows: true
150 provisionSubscribers: true
151 withEapol: true
152 withDhcp: true
153 withIgmp: false
154 openonuAdapterReplicas: 8
155 onosReplicas: 3
156 atomixReplicas: 3
Matteo Scandolo8df57162020-10-06 14:43:53 -0700157 extraHelmFlags: '--set defaults.rw_core.timeout=30s --set authRetry=true,dhcpRetry=true '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700158 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700159
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700160 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700161 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700162 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700163 build-node: 'onf-pod1-head-node'
164 time-trigger: "H H/4 * * *"
165 olts: 2
166 pons: 16
167 onus: 32
168 withFlows: true
169 provisionSubscribers: true
170 workflow: dt
171 withEapol: false
172 withDhcp: false
173 withIgmp: false
174 openonuAdapterReplicas: 8
175 onosReplicas: 3
176 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700177 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700178
Matteo Scandolo031bd982020-09-16 10:03:47 -0700179 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700180 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700181 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700182 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700183 build-node: 'onf-pod1-head-node'
184 time-trigger: "H H/4 * * *"
185 olts: 1
186 pons: 16
187 onus: 32
188 withFlows: true
189 provisionSubscribers: true
190 withEapol: true
191 withDhcp: true
192 withIgmp: false
193 openonuAdapterReplicas: 8
194 onosReplicas: 3
195 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700196 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700197 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700198 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700199 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700200 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700201 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700202 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200203 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700204 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700205
206 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700207 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700208 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700209 build-node: 'onf-pod1-head-node'
210 time-trigger: "H H/4 * * *"
211 olts: 2
212 pons: 16
213 onus: 32
214 withFlows: true
215 provisionSubscribers: true
216 workflow: dt
217 withEapol: false
218 withDhcp: false
219 withIgmp: false
220 openonuAdapterReplicas: 8
221 onosReplicas: 3
222 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700223 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700224 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700225 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700226 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700227 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700228 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700229 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200230 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700231
Matteo Scandolo031bd982020-09-16 10:03:47 -0700232 - 'voltha-scale-measurements':
233 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700234 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700235 build-node: 'onf-pod1-head-node'
236 time-trigger: "H H/4 * * *"
237 olts: 1
238 pons: 16
239 onus: 32
240 withFlows: true
241 provisionSubscribers: true
242 workflow: tt
243 withEapol: false
244 withDhcp: true
245 withIgmp: true
246 openonuAdapterReplicas: 8
247 onosReplicas: 3
248 atomixReplicas: 3
249 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
250 release: voltha-2.5
251 bbsimImg: ''
252 rwCoreImg: ''
253 ofAgentImg: ''
254 openoltAdapterImg: ''
255 openonuAdapterImg: ''
256 onosImg: ''
257 withPcap: true
258
Matteo Scandolo272aed42020-05-08 15:05:57 -0700259 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700260 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700261 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700262 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700263 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700264
Matteo Scandolodc930192020-08-27 15:56:16 -0700265 # development matrix
266 - 'voltha-scale-matrix-dev':
267 name: 'voltha-scale-matrix-voltha-2.4-dev'
268 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800269
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700270# list of parameters for the VOLTHA Jobs,
271# used as anchor so that can be shared across multiple jobs
272# to use in a job: `parameters: *voltha-build-job-parameters`
273- voltha-scale-job-parameters: &voltha-scale-job-parameters
274 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700275 parameters:
276 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700277 name: release
278 default: '{release}'
279 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
280
281 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700282 name: buildNode
283 default: '{build-node}'
284 description: 'Name of the Jenkins node to run the job on'
285
286 - string:
287 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700288 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700289 description: 'Log level for all the components'
290
291 - string:
292 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700293 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700294 description: 'Number of ONUs to provision'
295
296 - string:
297 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700298 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700299 description: 'Number of PONs to provision'
300
301 - string:
302 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700303 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700304 description: 'How many BBSim instances to run'
305
306 - string:
307 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700308 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700309 description: 'Which workflow are we testing (att, dt, tt)'
310
311 - bool:
312 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700313 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700314 description: 'Wheter to push flows from ONOS'
315
316 - bool:
317 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700318 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700319 description: 'Wheter to provision subscribers durint the tests'
320
321 - bool:
322 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700323 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700324 description: 'Wheter EAPOL is enabled for the test'
325
326 - bool:
327 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700328 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700329 description: 'Wheter DHCP is enabled for the test'
330
331 - bool:
332 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700333 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700334 description: 'Wheter IGMP is enabled for the test'
335
336 - bool:
337 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700338 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700339 description: 'Wheter Link Discovery is enabled for the test'
340
341 - bool:
342 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700343 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700344 description: 'Option to trigger MIB template command'
345
346 - bool:
347 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700348 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700349 description: 'Option to install Prometheus'
350
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700351 - bool:
352 name: withProfiling
353 default: '{withProfiling}'
354 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
355
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700356 - bool:
357 name: withPcap
358 default: '{withPcap}'
359 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
360
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700361 - string:
362 name: extraHelmFlags
363 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700364 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 -0700365
Matteo Scandolo272aed42020-05-08 15:05:57 -0700366 - string:
367 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700368 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700369 description: 'How many OpenONU adapter instances to run'
370
371 - string:
372 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700373 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700374 description: 'How many ONOSes instances to run'
375
376 - string:
377 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700378 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700379 description: 'How many Atomix instances to run'
380
381 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700382 name: kafkaReplicas
383 default: '{kafkaReplicas}'
384 description: 'How many Kafka instances to run'
385
386 - string:
387 name: etcdReplicas
388 default: '{etcdReplicas}'
389 description: 'How many ETCD instances to run'
390
391 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700392 name: onosStatInterval
393 default: '{onosStatInterval}'
394 description: 'How often ONOS should poll for ports, flows and meters'
395
396 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700397 name: bbsimImg
398 default: '{bbsimImg}'
399 description: 'Custom image selection for BBSIM (repo:tag)'
400
401 - string:
402 name: bbsimChart
403 default: '{bbsimChart}'
404 description: 'BBSim chart name (or location on file system)'
405
406 - string:
407 name: rwCoreImg
408 default: '{rwCoreImg}'
409 description: 'Custom image selection for VOLTHA (repo:tag)'
410
411 - string:
412 name: ofAgentImg
413 default: '{ofAgentImg}'
414 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
415
416 - string:
417 name: volthaChart
418 default: '{volthaChart}'
419 description: 'VOLTHA chart name (or location on file system)'
420
421 - string:
422 name: openoltAdapterImg
423 default: '{openoltAdapterImg}'
424 description: 'Custom image selection for Openolt Adapter (repo:tag)'
425
426 - string:
427 name: openoltAdapterChart
428 default: '{openoltAdapterChart}'
429 description: 'OpenOLT chart name (or location on file system)'
430
431 - string:
432 name: openonuAdapterImg
433 default: '{openonuAdapterImg}'
434 description: 'Custom image selection for Openonu Adapter (repo:tag)'
435
436 - string:
437 name: openonuAdapterChart
438 default: '{openonuAdapterChart}'
439 description: 'OpenONU chart name (or location on file system)'
440
441 - string:
442 name: onosImg
443 default: '{onosImg}'
444 description: 'Custom image selection for Openonu Adapter (repo:tag)'
445
446 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700447 name: onosChart
448 default: '{onosChart}'
449 description: 'ONOS chart name (or location on file system)'
450
451 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700452 name: radiusChart
453 default: '{radiusChart}'
454 description: 'freeradius chart name (or location on file system)'
455
456 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700457 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700458 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
460
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700461 - string:
462 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700463 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700464 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
465
Matteo Scandoloccc06192020-06-22 10:16:17 -0700466 - bool:
467 name: inMemoryEtcdStorage
468 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700469 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700470
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200471 - string:
472 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700473 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200474 description: 'Karaf home'
475
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700476- job-template:
477 id: 'voltha-scale-measurements'
478 name: '{name}'
479 pipeline-script: 'voltha-scale-test.groovy'
480 disabled: '{disable-job}'
481
482 description: |
483 <!-- Managed by Jenkins Job Builder -->
484 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
485 Using pipeline {pipeline-script} <br/><br/>
486 Scale measurements for VOLTHA 2.x
487
488 properties:
489 - cord-infra-properties:
490 build-days-to-keep: 30
491 artifact-num-to-keep: 15
492
493 wrappers:
494 - lf-infra-wrappers:
495 build-timeout: '{build-timeout}'
496 jenkins-ssh-credential: '{jenkins-ssh-credential}'
497
498 # default values
499 release: master
500
501 bbsimImg: voltha/bbsim:master
502 rwCoreImg: voltha/voltha-rw-core:master
503 ofAgentImg: voltha/voltha-ofagent-go:master
504 openoltAdapterImg: voltha/voltha-openolt-adapter:master
505 openonuAdapterImg: voltha/voltha-openonu-adapter:master
506 onosImg: voltha/voltha-onos:master
507
508 bbsimChart: onf/bbsim
509 volthaChart: onf/voltha
510 openoltAdapterChart: onf/voltha-adapter-openolt
511 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700512 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700513 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700514
515 olts: 2
516 pons: 2
517 onus: 2
518 workflow: att
519 withFlows: false
520 provisionSubscribers: false
521 withEapol: true
522 withDhcp: true
523 withIgmp: false
524 withLLDP: false
525 withMibTemplate: true
526 withMonitoring: true
527 withProfiling: false
528 withPcap: false
529 openonuAdapterReplicas: 1
530 onosReplicas: 1
531 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700532 kafkaReplicas: 3
533 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700534 extraHelmFlags: ''
535 onosStatInterval: 5
536 volthaSystemTestsChange: ''
537 kindVolthaChange: ''
538 inMemoryEtcdStorage: true
539 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700540 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700541
542 <<: *voltha-scale-job-parameters
543
Matteo Scandolo272aed42020-05-08 15:05:57 -0700544 project-type: pipeline
545 concurrent: false
546
547 dsl: !include-raw-escape: pipeline/{pipeline-script}
548
Matteo Scandoloabb83972020-06-25 16:08:23 -0700549 triggers:
550 - timed: |
551 TZ=America/Los_Angeles
552 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553
554- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700555 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800556 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700557 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800558
559 description: |
560 <!-- Managed by Jenkins Job Builder -->
561 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
562 Using pipeline {pipeline-script} <br/><br/>
563 Scale measurements for VOLTHA 2.x
564
565 properties:
566 - cord-infra-properties:
567 build-days-to-keep: '{build-days-to-keep}'
568 artifact-num-to-keep: '{artifact-num-to-keep}'
569
570 wrappers:
571 - lf-infra-wrappers:
572 build-timeout: '{build-timeout}'
573 jenkins-ssh-credential: '{jenkins-ssh-credential}'
574
Matteo Scandolo0430f672020-05-07 11:50:26 -0700575 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700576 release: master
577
Matteo Scandolo0430f672020-05-07 11:50:26 -0700578 bbsimImg: voltha/bbsim:master
579 rwCoreImg: voltha/voltha-rw-core:master
580 ofAgentImg: voltha/voltha-ofagent-go:master
581 openoltAdapterImg: voltha/voltha-openolt-adapter:master
582 openonuAdapterImg: voltha/voltha-openonu-adapter:master
583 onosImg: voltha/voltha-onos:master
584
585 bbsimChart: onf/bbsim
586 volthaChart: onf/voltha
587 openoltAdapterChart: onf/voltha-adapter-openolt
588 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700589 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700590 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700591
Matteo Scandolo68776b72020-07-21 14:06:06 -0700592 olts: 2
593 pons: 2
594 onus: 2
595 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700596 withFlows: true
597 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700598 withEapol: true
599 withDhcp: true
600 withIgmp: false
601 withLLDP: false
602 withMibTemplate: true
603 withMonitoring: true
604 withProfiling: false
605 withPcap: false
606 openonuAdapterReplicas: 1
607 onosReplicas: 1
608 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700609 kafkaReplicas: 1
610 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700611 extraHelmFlags: ''
612 onosStatInterval: 5
613 volthaSystemTestsChange: ''
614 kindVolthaChange: ''
615 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700616 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700617 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700618
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700619 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200620
Matteo Scandolo51b76302020-02-05 12:07:23 -0800621 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800622 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800623
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700624 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700625
626- job-template:
627 id: 'voltha-scale-matrix-dev'
628 name: '{name}'
629 pipeline-script: 'voltha-scale-matrix.groovy'
630
631 description: |
632 <!-- Managed by Jenkins Job Builder -->
633 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
634 Using pipeline {pipeline-script} <br/><br/>
635 Scale measurements for VOLTHA 2.x
636
637 properties:
638 - cord-infra-properties:
639 build-days-to-keep: '{build-days-to-keep}'
640 artifact-num-to-keep: '{artifact-num-to-keep}'
641
642 wrappers:
643 - lf-infra-wrappers:
644 build-timeout: '{build-timeout}'
645 jenkins-ssh-credential: '{jenkins-ssh-credential}'
646
647 # default values
648 release: master
649 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700650 volthaSystemTestsChange: ''
651 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700652
653 project-type: pipeline
654 concurrent: false
655
656 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700657
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700658 parameters:
659 - string:
660 name: release
661 default: '{release}'
662 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
663
664 - string:
665 name: buildNode
666 default: '{build-node}'
667 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700668
669 - string:
670 name: volthaSystemTestsChange
671 default: '{volthaSystemTestsChange}'
672 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
673
674 - string:
675 name: kindVolthaChange
676 default: '{kindVolthaChange}'
677 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'