blob: f6f376565d4a0ce137037ec30c3a4ab22945104f [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandoloca097652020-08-14 09:49:23 -070012 # OpenONU GO Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070014 name: 'voltha-openonu-go-scale-measurements-master-1-16-64-activation'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070015 'disable-job': true
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 1
19 pons: 16
20 onus: 64
21 withFlows: false
22 provisionSubscribers: false
23 withEapol: false
24 withDhcp: false
25 withIgmp: false
26 openonuAdapterReplicas: 1
27 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
28 extraHelmFlags: '--set use_openonu_adapter_go=true'
Andrea Campanella350c6102020-10-01 09:56:40 +020029
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020030 - 'voltha-scale-measurements':
31 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070032 'disable-job': true
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
35 olts: 2
36 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 workflow: dt
41 withEapol: false
42 withDhcp: false
43 withIgmp: false
44 onosReplicas: 3
45 atomixReplicas: 3
46 openonuAdapterReplicas: 1
47 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
48 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070049
Matteo Scandolo8df57162020-10-06 14:43:53 -070050 # this job will be used to test custom images without disrupting tests on master
51 - 'voltha-scale-measurements':
52 name: 'voltha-scale-measurements-master-experimental'
53 build-node: 'onf-pod1-head-node'
Matteo Scandolo85f67e72020-10-09 15:23:38 -070054 'disable-job': false
Matteo Scandolo8df57162020-10-06 14:43:53 -070055 time-trigger: "H H/4 * * *"
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -070056 withMonitoring: false
Matteo Scandolo8df57162020-10-06 14:43:53 -070057 olts: 1
58 pons: 16
59 onus: 32
60 withFlows: true
61 provisionSubscribers: true
62 withEapol: true
63 withDhcp: true
64 withIgmp: false
65 openonuAdapterReplicas: 8
66 onosReplicas: 3
67 atomixReplicas: 3
Andrea Campanella27ea95f2020-10-21 19:10:28 +020068 extraHelmFlags: '--set debug=true'
Matteo Scandolo8df57162020-10-06 14:43:53 -070069 withPcap: true
Andrea Campanella27ea95f2020-10-21 19:10:28 +020070 onosImg: andreacampanella/voltha-onos:aaa-identifier-cleanup-pier-socket
Matteo Scandolo34d6a7a2020-10-20 09:29:58 -070071 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowChanPerSub
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:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700362 name: withRadius
363 default: '{withRadius}'
364 description: 'Value to pass to kind-voltha WITH_RADIUS'
365
366 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700367 name: extraHelmFlags
368 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700369 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 -0700370
Matteo Scandolo272aed42020-05-08 15:05:57 -0700371 - string:
372 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700373 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700374 description: 'How many OpenONU adapter instances to run'
375
376 - string:
377 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700378 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700379 description: 'How many ONOSes instances to run'
380
381 - string:
382 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700383 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700384 description: 'How many Atomix instances to run'
385
386 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700387 name: kafkaReplicas
388 default: '{kafkaReplicas}'
389 description: 'How many Kafka instances to run'
390
391 - string:
392 name: etcdReplicas
393 default: '{etcdReplicas}'
394 description: 'How many ETCD instances to run'
395
396 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700397 name: onosStatInterval
398 default: '{onosStatInterval}'
399 description: 'How often ONOS should poll for ports, flows and meters'
400
401 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700402 name: bbsimImg
403 default: '{bbsimImg}'
404 description: 'Custom image selection for BBSIM (repo:tag)'
405
406 - string:
407 name: bbsimChart
408 default: '{bbsimChart}'
409 description: 'BBSim chart name (or location on file system)'
410
411 - string:
412 name: rwCoreImg
413 default: '{rwCoreImg}'
414 description: 'Custom image selection for VOLTHA (repo:tag)'
415
416 - string:
417 name: ofAgentImg
418 default: '{ofAgentImg}'
419 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
420
421 - string:
422 name: volthaChart
423 default: '{volthaChart}'
424 description: 'VOLTHA chart name (or location on file system)'
425
426 - string:
427 name: openoltAdapterImg
428 default: '{openoltAdapterImg}'
429 description: 'Custom image selection for Openolt Adapter (repo:tag)'
430
431 - string:
432 name: openoltAdapterChart
433 default: '{openoltAdapterChart}'
434 description: 'OpenOLT chart name (or location on file system)'
435
436 - string:
437 name: openonuAdapterImg
438 default: '{openonuAdapterImg}'
439 description: 'Custom image selection for Openonu Adapter (repo:tag)'
440
441 - string:
442 name: openonuAdapterChart
443 default: '{openonuAdapterChart}'
444 description: 'OpenONU chart name (or location on file system)'
445
446 - string:
447 name: onosImg
448 default: '{onosImg}'
449 description: 'Custom image selection for Openonu Adapter (repo:tag)'
450
451 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700452 name: onosChart
453 default: '{onosChart}'
454 description: 'ONOS chart name (or location on file system)'
455
456 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700457 name: radiusChart
458 default: '{radiusChart}'
459 description: 'freeradius chart name (or location on file system)'
460
461 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700463 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700464 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
465
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700466 - string:
467 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700468 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700469 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
470
Matteo Scandoloccc06192020-06-22 10:16:17 -0700471 - bool:
472 name: inMemoryEtcdStorage
473 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700474 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700475
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200476 - string:
477 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700478 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200479 description: 'Karaf home'
480
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700481- job-template:
482 id: 'voltha-scale-measurements'
483 name: '{name}'
484 pipeline-script: 'voltha-scale-test.groovy'
485 disabled: '{disable-job}'
486
487 description: |
488 <!-- Managed by Jenkins Job Builder -->
489 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
490 Using pipeline {pipeline-script} <br/><br/>
491 Scale measurements for VOLTHA 2.x
492
493 properties:
494 - cord-infra-properties:
495 build-days-to-keep: 30
496 artifact-num-to-keep: 15
497
498 wrappers:
499 - lf-infra-wrappers:
500 build-timeout: '{build-timeout}'
501 jenkins-ssh-credential: '{jenkins-ssh-credential}'
502
503 # default values
504 release: master
505
506 bbsimImg: voltha/bbsim:master
507 rwCoreImg: voltha/voltha-rw-core:master
508 ofAgentImg: voltha/voltha-ofagent-go:master
509 openoltAdapterImg: voltha/voltha-openolt-adapter:master
510 openonuAdapterImg: voltha/voltha-openonu-adapter:master
511 onosImg: voltha/voltha-onos:master
512
513 bbsimChart: onf/bbsim
514 volthaChart: onf/voltha
515 openoltAdapterChart: onf/voltha-adapter-openolt
516 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700517 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700518 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700519
520 olts: 2
521 pons: 2
522 onus: 2
523 workflow: att
524 withFlows: false
525 provisionSubscribers: false
526 withEapol: true
527 withDhcp: true
528 withIgmp: false
529 withLLDP: false
530 withMibTemplate: true
531 withMonitoring: true
532 withProfiling: false
533 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700534 withRadius: yes
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700535 openonuAdapterReplicas: 1
536 onosReplicas: 1
537 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700538 kafkaReplicas: 3
539 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700540 extraHelmFlags: ''
541 onosStatInterval: 5
542 volthaSystemTestsChange: ''
543 kindVolthaChange: ''
544 inMemoryEtcdStorage: true
545 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700546 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700547
548 <<: *voltha-scale-job-parameters
549
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 project-type: pipeline
551 concurrent: false
552
553 dsl: !include-raw-escape: pipeline/{pipeline-script}
554
Matteo Scandoloabb83972020-06-25 16:08:23 -0700555 triggers:
556 - timed: |
557 TZ=America/Los_Angeles
558 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700559
560- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700561 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800562 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700563 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800564
565 description: |
566 <!-- Managed by Jenkins Job Builder -->
567 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
568 Using pipeline {pipeline-script} <br/><br/>
569 Scale measurements for VOLTHA 2.x
570
571 properties:
572 - cord-infra-properties:
573 build-days-to-keep: '{build-days-to-keep}'
574 artifact-num-to-keep: '{artifact-num-to-keep}'
575
576 wrappers:
577 - lf-infra-wrappers:
578 build-timeout: '{build-timeout}'
579 jenkins-ssh-credential: '{jenkins-ssh-credential}'
580
Matteo Scandolo0430f672020-05-07 11:50:26 -0700581 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700582 release: master
583
Matteo Scandolo0430f672020-05-07 11:50:26 -0700584 bbsimImg: voltha/bbsim:master
585 rwCoreImg: voltha/voltha-rw-core:master
586 ofAgentImg: voltha/voltha-ofagent-go:master
587 openoltAdapterImg: voltha/voltha-openolt-adapter:master
588 openonuAdapterImg: voltha/voltha-openonu-adapter:master
589 onosImg: voltha/voltha-onos:master
590
591 bbsimChart: onf/bbsim
592 volthaChart: onf/voltha
593 openoltAdapterChart: onf/voltha-adapter-openolt
594 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700595 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700596 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700597
Matteo Scandolo68776b72020-07-21 14:06:06 -0700598 olts: 2
599 pons: 2
600 onus: 2
601 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700602 withFlows: true
603 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700604 withEapol: true
605 withDhcp: true
606 withIgmp: false
607 withLLDP: false
608 withMibTemplate: true
609 withMonitoring: true
610 withProfiling: false
611 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700612 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700613 openonuAdapterReplicas: 1
614 onosReplicas: 1
615 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700616 kafkaReplicas: 1
617 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700618 extraHelmFlags: ''
619 onosStatInterval: 5
620 volthaSystemTestsChange: ''
621 kindVolthaChange: ''
622 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700623 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700624 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700625
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700626 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200627
Matteo Scandolo51b76302020-02-05 12:07:23 -0800628 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800629 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800630
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700631 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700632
Matteo Scandolo849db722020-10-21 10:58:41 -0700633 triggers:
634 - gerrit:
635 server-name: '{gerrit-server-name}'
636 silent-start: false
637 successful-message: "PASSED scale test"
638 failure-message: "FAILED scale test"
639 unstable-message: "UNSTABLE scale test"
640 trigger-on:
641 - comment-added-contains-event:
642 comment-contains-value: '.*scale test.*'
643 projects:
644 - project-compare-type: REG_EXP
645 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos)$'
646 branches:
647 - branch-compare-type: REG_EXP
648 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700649- job-template:
650 id: 'voltha-scale-matrix-dev'
651 name: '{name}'
652 pipeline-script: 'voltha-scale-matrix.groovy'
653
654 description: |
655 <!-- Managed by Jenkins Job Builder -->
656 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
657 Using pipeline {pipeline-script} <br/><br/>
658 Scale measurements for VOLTHA 2.x
659
660 properties:
661 - cord-infra-properties:
662 build-days-to-keep: '{build-days-to-keep}'
663 artifact-num-to-keep: '{artifact-num-to-keep}'
664
665 wrappers:
666 - lf-infra-wrappers:
667 build-timeout: '{build-timeout}'
668 jenkins-ssh-credential: '{jenkins-ssh-credential}'
669
670 # default values
671 release: master
672 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700673 volthaSystemTestsChange: ''
674 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700675
676 project-type: pipeline
677 concurrent: false
678
679 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700680
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700681 parameters:
682 - string:
683 name: release
684 default: '{release}'
685 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
686
687 - string:
688 name: buildNode
689 default: '{build-node}'
690 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700691
692 - string:
693 name: volthaSystemTestsChange
694 default: '{volthaSystemTestsChange}'
695 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
696
697 - string:
698 name: kindVolthaChange
699 default: '{kindVolthaChange}'
700 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'