blob: c1904ea16fca563f430eb726866c936987b2a47b [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
Matteo Scandolo2734fa82020-10-22 12:07:09 -070068 extraHelmFlags: '--set debug=true,authRetry=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 Scandolo2734fa82020-10-22 12:07:09 -070072 rwCoreImg: matteoscandolo/voltha-rw-core:sync-delete
Matteo Scandolo6b7ccef2020-10-13 13:36:04 -070073 radiusChart: /home/cord/helm-charts/freeradius
Matteo Scandolo9665d592020-10-23 19:08:14 +000074
Matteo Scandolo8df57162020-10-06 14:43:53 -070075
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070076 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070077 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070078 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -070079 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070080 build-node: 'onf-pod1-head-node'
81 time-trigger: "H H/4 * * *"
82 olts: 1
83 pons: 16
84 onus: 32
85 withFlows: true
86 provisionSubscribers: true
87 withEapol: true
88 withDhcp: true
89 withIgmp: false
90 openonuAdapterReplicas: 8
91 onosReplicas: 3
92 atomixReplicas: 3
Matteo Scandolo91337832020-08-25 18:39:33 -070093 withPcap: true
Matteo Scandolo85f67e72020-10-09 15:23:38 -070094 bbsimImg: matteoscandolo/bbsim:experiment
95 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +020096 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandoloe4b04342020-05-28 07:35:45 -070097
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070098 - 'voltha-scale-measurements':
99 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -0700100 'disable-job': true
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700101 build-node: 'onf-pod1-head-node'
102 time-trigger: "H H/4 * * *"
103 olts: 1
104 pons: 16
105 onus: 32
106 withFlows: true
107 provisionSubscribers: true
108 workflow: tt
109 withEapol: false
110 withDhcp: true
111 withIgmp: true
112 openonuAdapterReplicas: 8
113 onosReplicas: 3
114 atomixReplicas: 3
Matteo Scandolo79184172020-09-17 10:16:42 -0700115 withPcap: true
Matteo Scandolo85f67e72020-10-09 15:23:38 -0700116 bbsimImg: matteoscandolo/bbsim:experiment
117 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +0200118 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700119
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700120 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700121 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo16119bf2020-10-13 09:35:21 -0700122 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700123 build-node: 'onf-pod1-head-node'
124 time-trigger: "H H/4 * * *"
125 olts: 1
126 pons: 16
127 onus: 32
128 withFlows: true
129 provisionSubscribers: true
130 workflow: dt
131 withEapol: false
132 withDhcp: false
133 withIgmp: false
134 openonuAdapterReplicas: 8
135 onosReplicas: 3
136 atomixReplicas: 3
Matteo Scandolo85f67e72020-10-09 15:23:38 -0700137 bbsimImg: matteoscandolo/bbsim:experiment
138 openoltAdapterImg: gcgirish/voltha-openolt-adapter:flowReplica
Andrea Campanella24389792020-10-12 19:02:12 +0200139 onosImg: andreacampanella/voltha-onos:aaa-single-radius-master-dhcp-option82
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200140
Matteo Scandolo272aed42020-05-08 15:05:57 -0700141 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700142 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700143 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700144 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700145 build-node: 'onf-pod1-head-node'
146 time-trigger: "H H/4 * * *"
147 olts: 2
148 pons: 16
149 onus: 32
150 withFlows: true
151 provisionSubscribers: true
152 withEapol: true
153 withDhcp: true
154 withIgmp: false
155 openonuAdapterReplicas: 8
156 onosReplicas: 3
157 atomixReplicas: 3
Matteo Scandolo8df57162020-10-06 14:43:53 -0700158 extraHelmFlags: '--set defaults.rw_core.timeout=30s --set authRetry=true,dhcpRetry=true '
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700159 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700160
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700161 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700162 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700163 'disable-job': true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700164 build-node: 'onf-pod1-head-node'
165 time-trigger: "H H/4 * * *"
166 olts: 2
167 pons: 16
168 onus: 32
169 withFlows: true
170 provisionSubscribers: true
171 workflow: dt
172 withEapol: false
173 withDhcp: false
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 Scandolo272aed42020-05-08 15:05:57 -0700179
Matteo Scandolo031bd982020-09-16 10:03:47 -0700180 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700181 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700182 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700183 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700184 build-node: 'onf-pod1-head-node'
185 time-trigger: "H H/4 * * *"
186 olts: 1
187 pons: 16
188 onus: 32
189 withFlows: true
190 provisionSubscribers: true
191 withEapol: true
192 withDhcp: true
193 withIgmp: false
194 openonuAdapterReplicas: 8
195 onosReplicas: 3
196 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700197 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700198 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700199 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700200 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700201 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700202 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700203 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200204 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700205 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700206
207 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700208 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700209 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700210 build-node: 'onf-pod1-head-node'
211 time-trigger: "H H/4 * * *"
212 olts: 2
213 pons: 16
214 onus: 32
215 withFlows: true
216 provisionSubscribers: true
217 workflow: dt
218 withEapol: false
219 withDhcp: false
220 withIgmp: false
221 openonuAdapterReplicas: 8
222 onosReplicas: 3
223 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700224 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700225 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700226 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700227 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700228 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700229 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700230 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200231 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700232
Matteo Scandolo031bd982020-09-16 10:03:47 -0700233 - 'voltha-scale-measurements':
234 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700235 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700236 build-node: 'onf-pod1-head-node'
237 time-trigger: "H H/4 * * *"
238 olts: 1
239 pons: 16
240 onus: 32
241 withFlows: true
242 provisionSubscribers: true
243 workflow: tt
244 withEapol: false
245 withDhcp: true
246 withIgmp: true
247 openonuAdapterReplicas: 8
248 onosReplicas: 3
249 atomixReplicas: 3
250 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
251 release: voltha-2.5
252 bbsimImg: ''
253 rwCoreImg: ''
254 ofAgentImg: ''
255 openoltAdapterImg: ''
256 openonuAdapterImg: ''
257 onosImg: ''
258 withPcap: true
259
Matteo Scandolo272aed42020-05-08 15:05:57 -0700260 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700261 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700262 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700263 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700264 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700265
Matteo Scandolodc930192020-08-27 15:56:16 -0700266 # development matrix
267 - 'voltha-scale-matrix-dev':
268 name: 'voltha-scale-matrix-voltha-2.4-dev'
269 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800270
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700271# list of parameters for the VOLTHA Jobs,
272# used as anchor so that can be shared across multiple jobs
273# to use in a job: `parameters: *voltha-build-job-parameters`
274- voltha-scale-job-parameters: &voltha-scale-job-parameters
275 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700276 parameters:
277 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700278 name: release
279 default: '{release}'
280 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
281
282 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700283 name: buildNode
284 default: '{build-node}'
285 description: 'Name of the Jenkins node to run the job on'
286
287 - string:
288 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700289 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700290 description: 'Log level for all the components'
291
292 - string:
293 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700294 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700295 description: 'Number of ONUs to provision'
296
297 - string:
298 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700299 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700300 description: 'Number of PONs to provision'
301
302 - string:
303 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700304 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700305 description: 'How many BBSim instances to run'
306
307 - string:
308 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700309 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700310 description: 'Which workflow are we testing (att, dt, tt)'
311
312 - bool:
313 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700314 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700315 description: 'Wheter to push flows from ONOS'
316
317 - bool:
318 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700319 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700320 description: 'Wheter to provision subscribers durint the tests'
321
322 - bool:
323 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700324 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700325 description: 'Wheter EAPOL is enabled for the test'
326
327 - bool:
328 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700329 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700330 description: 'Wheter DHCP is enabled for the test'
331
332 - bool:
333 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700334 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700335 description: 'Wheter IGMP is enabled for the test'
336
337 - bool:
338 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700339 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700340 description: 'Wheter Link Discovery is enabled for the test'
341
342 - bool:
343 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700344 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700345 description: 'Option to trigger MIB template command'
346
347 - bool:
348 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700349 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700350 description: 'Option to install Prometheus'
351
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700352 - bool:
353 name: withProfiling
354 default: '{withProfiling}'
355 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
356
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700357 - bool:
358 name: withPcap
359 default: '{withPcap}'
360 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
361
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700362 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700363 name: withRadius
364 default: '{withRadius}'
365 description: 'Value to pass to kind-voltha WITH_RADIUS'
366
367 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700368 name: extraHelmFlags
369 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700370 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 -0700371
Matteo Scandolo272aed42020-05-08 15:05:57 -0700372 - string:
373 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700374 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700375 description: 'How many OpenONU adapter instances to run'
376
377 - string:
378 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700379 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700380 description: 'How many ONOSes instances to run'
381
382 - string:
383 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700384 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700385 description: 'How many Atomix instances to run'
386
387 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700388 name: kafkaReplicas
389 default: '{kafkaReplicas}'
390 description: 'How many Kafka instances to run'
391
392 - string:
393 name: etcdReplicas
394 default: '{etcdReplicas}'
395 description: 'How many ETCD instances to run'
396
397 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700398 name: onosStatInterval
399 default: '{onosStatInterval}'
400 description: 'How often ONOS should poll for ports, flows and meters'
401
402 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700403 name: bbsimImg
404 default: '{bbsimImg}'
405 description: 'Custom image selection for BBSIM (repo:tag)'
406
407 - string:
408 name: bbsimChart
409 default: '{bbsimChart}'
410 description: 'BBSim chart name (or location on file system)'
411
412 - string:
413 name: rwCoreImg
414 default: '{rwCoreImg}'
415 description: 'Custom image selection for VOLTHA (repo:tag)'
416
417 - string:
418 name: ofAgentImg
419 default: '{ofAgentImg}'
420 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
421
422 - string:
423 name: volthaChart
424 default: '{volthaChart}'
425 description: 'VOLTHA chart name (or location on file system)'
426
427 - string:
428 name: openoltAdapterImg
429 default: '{openoltAdapterImg}'
430 description: 'Custom image selection for Openolt Adapter (repo:tag)'
431
432 - string:
433 name: openoltAdapterChart
434 default: '{openoltAdapterChart}'
435 description: 'OpenOLT chart name (or location on file system)'
436
437 - string:
438 name: openonuAdapterImg
439 default: '{openonuAdapterImg}'
440 description: 'Custom image selection for Openonu Adapter (repo:tag)'
441
442 - string:
443 name: openonuAdapterChart
444 default: '{openonuAdapterChart}'
445 description: 'OpenONU chart name (or location on file system)'
446
447 - string:
448 name: onosImg
449 default: '{onosImg}'
450 description: 'Custom image selection for Openonu Adapter (repo:tag)'
451
452 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700453 name: onosChart
454 default: '{onosChart}'
455 description: 'ONOS chart name (or location on file system)'
456
457 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700458 name: radiusChart
459 default: '{radiusChart}'
460 description: 'freeradius chart name (or location on file system)'
461
462 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700463 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700464 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
466
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700467 - string:
468 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700469 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700470 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
471
Matteo Scandoloccc06192020-06-22 10:16:17 -0700472 - bool:
473 name: inMemoryEtcdStorage
474 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700475 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700476
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200477 - string:
478 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700479 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200480 description: 'Karaf home'
481
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700482- job-template:
483 id: 'voltha-scale-measurements'
484 name: '{name}'
485 pipeline-script: 'voltha-scale-test.groovy'
486 disabled: '{disable-job}'
487
488 description: |
489 <!-- Managed by Jenkins Job Builder -->
490 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
491 Using pipeline {pipeline-script} <br/><br/>
492 Scale measurements for VOLTHA 2.x
493
494 properties:
495 - cord-infra-properties:
496 build-days-to-keep: 30
497 artifact-num-to-keep: 15
498
499 wrappers:
500 - lf-infra-wrappers:
501 build-timeout: '{build-timeout}'
502 jenkins-ssh-credential: '{jenkins-ssh-credential}'
503
504 # default values
505 release: master
506
507 bbsimImg: voltha/bbsim:master
508 rwCoreImg: voltha/voltha-rw-core:master
509 ofAgentImg: voltha/voltha-ofagent-go:master
510 openoltAdapterImg: voltha/voltha-openolt-adapter:master
511 openonuAdapterImg: voltha/voltha-openonu-adapter:master
512 onosImg: voltha/voltha-onos:master
513
514 bbsimChart: onf/bbsim
515 volthaChart: onf/voltha
516 openoltAdapterChart: onf/voltha-adapter-openolt
517 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700518 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700519 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700520
521 olts: 2
522 pons: 2
523 onus: 2
524 workflow: att
525 withFlows: false
526 provisionSubscribers: false
527 withEapol: true
528 withDhcp: true
529 withIgmp: false
530 withLLDP: false
531 withMibTemplate: true
532 withMonitoring: true
533 withProfiling: false
534 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700535 withRadius: yes
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700536 openonuAdapterReplicas: 1
537 onosReplicas: 1
538 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700539 kafkaReplicas: 3
540 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700541 extraHelmFlags: ''
542 onosStatInterval: 5
543 volthaSystemTestsChange: ''
544 kindVolthaChange: ''
545 inMemoryEtcdStorage: true
546 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700547 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700548
549 <<: *voltha-scale-job-parameters
550
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551 project-type: pipeline
552 concurrent: false
553
554 dsl: !include-raw-escape: pipeline/{pipeline-script}
555
Matteo Scandoloabb83972020-06-25 16:08:23 -0700556 triggers:
557 - timed: |
558 TZ=America/Los_Angeles
559 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560
561- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700562 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800563 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700564 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800565
566 description: |
567 <!-- Managed by Jenkins Job Builder -->
568 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
569 Using pipeline {pipeline-script} <br/><br/>
570 Scale measurements for VOLTHA 2.x
571
572 properties:
573 - cord-infra-properties:
574 build-days-to-keep: '{build-days-to-keep}'
575 artifact-num-to-keep: '{artifact-num-to-keep}'
576
577 wrappers:
578 - lf-infra-wrappers:
579 build-timeout: '{build-timeout}'
580 jenkins-ssh-credential: '{jenkins-ssh-credential}'
581
Matteo Scandolo0430f672020-05-07 11:50:26 -0700582 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700583 release: master
584
Matteo Scandolo0430f672020-05-07 11:50:26 -0700585 bbsimImg: voltha/bbsim:master
586 rwCoreImg: voltha/voltha-rw-core:master
587 ofAgentImg: voltha/voltha-ofagent-go:master
588 openoltAdapterImg: voltha/voltha-openolt-adapter:master
589 openonuAdapterImg: voltha/voltha-openonu-adapter:master
590 onosImg: voltha/voltha-onos:master
591
592 bbsimChart: onf/bbsim
593 volthaChart: onf/voltha
594 openoltAdapterChart: onf/voltha-adapter-openolt
595 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700596 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700597 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700598
Matteo Scandolo68776b72020-07-21 14:06:06 -0700599 olts: 2
600 pons: 2
601 onus: 2
602 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700603 withFlows: true
604 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700605 withEapol: true
606 withDhcp: true
607 withIgmp: false
608 withLLDP: false
609 withMibTemplate: true
610 withMonitoring: true
611 withProfiling: false
612 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700613 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700614 openonuAdapterReplicas: 1
615 onosReplicas: 1
616 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700617 kafkaReplicas: 1
618 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700619 extraHelmFlags: ''
620 onosStatInterval: 5
621 volthaSystemTestsChange: ''
622 kindVolthaChange: ''
623 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700624 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700625 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700626
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700627 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200628
Matteo Scandolo51b76302020-02-05 12:07:23 -0800629 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800630 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800631
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700632 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700633
Matteo Scandolo849db722020-10-21 10:58:41 -0700634 triggers:
635 - gerrit:
636 server-name: '{gerrit-server-name}'
637 silent-start: false
638 successful-message: "PASSED scale test"
639 failure-message: "FAILED scale test"
640 unstable-message: "UNSTABLE scale test"
641 trigger-on:
642 - comment-added-contains-event:
643 comment-contains-value: '.*scale test.*'
644 projects:
645 - project-compare-type: REG_EXP
646 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos)$'
647 branches:
648 - branch-compare-type: REG_EXP
649 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700650- job-template:
651 id: 'voltha-scale-matrix-dev'
652 name: '{name}'
653 pipeline-script: 'voltha-scale-matrix.groovy'
654
655 description: |
656 <!-- Managed by Jenkins Job Builder -->
657 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
658 Using pipeline {pipeline-script} <br/><br/>
659 Scale measurements for VOLTHA 2.x
660
661 properties:
662 - cord-infra-properties:
663 build-days-to-keep: '{build-days-to-keep}'
664 artifact-num-to-keep: '{artifact-num-to-keep}'
665
666 wrappers:
667 - lf-infra-wrappers:
668 build-timeout: '{build-timeout}'
669 jenkins-ssh-credential: '{jenkins-ssh-credential}'
670
671 # default values
672 release: master
673 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700674 volthaSystemTestsChange: ''
675 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700676
677 project-type: pipeline
678 concurrent: false
679
680 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700681
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700682 parameters:
683 - string:
684 name: release
685 default: '{release}'
686 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
687
688 - string:
689 name: buildNode
690 default: '{build-node}'
691 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700692
693 - string:
694 name: volthaSystemTestsChange
695 default: '{volthaSystemTestsChange}'
696 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
697
698 - string:
699 name: kindVolthaChange
700 default: '{kindVolthaChange}'
701 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'