blob: 99f2813694e22cec41e6b626a6a0112e4058235e [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':
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020014 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080015 'disable-job': false
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 2
19 pons: 16
20 onus: 32
21 withFlows: true
22 provisionSubscribers: true
23 workflow: dt
24 withEapol: false
25 withDhcp: false
26 withIgmp: false
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020027 openonuAdapterReplicas: 1
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020028 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070029
Andrea Campanellabdb199e2020-10-27 10:47:16 +010030 - 'voltha-scale-measurements':
Andrea Campanella37e8a452020-11-18 22:27:58 +010031 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo4c4fbdd2020-11-04 13:49:42 -080032 'disable-job': false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
Andrea Campanella37e8a452020-11-18 22:27:58 +010035 olts: 2
Andrea Campanellabdb199e2020-10-27 10:47:16 +010036 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 withEapol: true
41 withDhcp: true
42 withIgmp: false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010043 openonuAdapterReplicas: 1
Andrea Campanella04ca93a2020-11-07 14:57:50 +010044 extraHelmFlags: '--set use_openonu_adapter_go=true,authRetry=true,dhcpRetry=true'
Andrea Campanellabdb199e2020-10-27 10:47:16 +010045
Girish Gowdra0de34422020-11-19 11:58:12 -080046 - 'voltha-scale-measurements':
Andrea Campanella945a21d2020-11-24 11:09:53 +010047 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-tt-subscribers'
Girish Gowdra0de34422020-11-19 11:58:12 -080048 'disable-job': false
49 build-node: 'onf-pod1-head-node'
50 time-trigger: "H H/4 * * *"
Andrea Campanella945a21d2020-11-24 11:09:53 +010051 olts: 2
Girish Gowdra0de34422020-11-19 11:58:12 -080052 pons: 16
53 onus: 32
54 withFlows: true
55 workflow: tt
56 provisionSubscribers: true
57 withEapol: false
58 withDhcp: true
59 withIgmp: false
60 openonuAdapterReplicas: 1
61 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
62 extraHelmFlags: '--set use_openonu_adapter_go=true,dhcpRetry=true,defaults.incremental_evto_update=true'
63
Matteo Scandolo8df57162020-10-06 14:43:53 -070064 # this job will be used to test custom images without disrupting tests on master
65 - 'voltha-scale-measurements':
66 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080067 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010068 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080069 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080070 # trigger on Feb 29th (a.k.a only trigger it manually)
71 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010072 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080073 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070074 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 withEapol: true
79 withDhcp: true
80 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070081 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080082 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -080083 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +000084
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080085 - 'voltha-scale-measurements':
86 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080087 build-node: 'voltha-scale-2'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080088 pipeline-script: 'voltha-scale-multi-stack.groovy'
89 'disable-job': false
90 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080091 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080092 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080093 logLevel: WARN
Matteo Scandoloffe19c92020-11-24 15:25:25 -080094 volthaStacks: 5
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080095 olts: 2
Matteo Scandolof6656562020-11-16 14:45:44 -080096 pons: 16
97 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080098 withFlows: true
99 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800100 workflow: dt
101 withEapol: false
102 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800103 withIgmp: false
104 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800105 volthaSystemTestsChange: refs/changes/27/21627/4
106 kindVolthaChange: refs/changes/85/21485/13
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800107
Matteo Scandolo8df57162020-10-06 14:43:53 -0700108
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700109 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700110 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700111 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800112 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700113 build-node: 'onf-pod1-head-node'
114 time-trigger: "H H/4 * * *"
115 olts: 1
116 pons: 16
117 onus: 32
118 withFlows: true
119 provisionSubscribers: true
120 withEapol: true
121 withDhcp: true
122 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700123 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700124
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700125 - 'voltha-scale-measurements':
126 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800127 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700128 build-node: 'onf-pod1-head-node'
129 time-trigger: "H H/4 * * *"
130 olts: 1
131 pons: 16
132 onus: 32
133 withFlows: true
134 provisionSubscribers: true
135 workflow: tt
136 withEapol: false
137 withDhcp: true
138 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700139 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700140
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700141 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700142 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800143 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700144 build-node: 'onf-pod1-head-node'
145 time-trigger: "H H/4 * * *"
146 olts: 1
147 pons: 16
148 onus: 32
149 withFlows: true
150 provisionSubscribers: true
151 workflow: dt
152 withEapol: false
153 withDhcp: false
154 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700155 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200156
Matteo Scandolo272aed42020-05-08 15:05:57 -0700157 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700158 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700159 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800160 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700161 build-node: 'onf-pod1-head-node'
162 time-trigger: "H H/4 * * *"
163 olts: 2
164 pons: 16
165 onus: 32
166 withFlows: true
167 provisionSubscribers: true
168 withEapol: true
169 withDhcp: true
170 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700171 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700173 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700174 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800175 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700176 build-node: 'onf-pod1-head-node'
177 time-trigger: "H H/4 * * *"
178 olts: 2
179 pons: 16
180 onus: 32
181 withFlows: true
182 provisionSubscribers: true
183 workflow: dt
184 withEapol: false
185 withDhcp: false
186 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700187 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700188
189 - 'voltha-scale-measurements':
190 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800191 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700192 build-node: 'onf-pod1-head-node'
193 time-trigger: "H H/4 * * *"
194 olts: 2
195 pons: 16
196 onus: 32
197 withFlows: true
198 provisionSubscribers: true
199 workflow: tt
200 withEapol: false
201 withDhcp: true
202 withIgmp: true
203 openonuAdapterReplicas: 8
204 onosReplicas: 3
205 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700206 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700207
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800208 # multi-stack jobs
209 - 'voltha-scale-measurements':
210 name: 'voltha-scale-measurements-master-5-stacks-2-16-32-att-subscribers'
211 build-node: 'onf-pod1-head-node'
212 pipeline-script: 'voltha-scale-multi-stack.groovy'
213 'disable-job': true
214 time-trigger: "H H/4 * * *"
215 withMonitoring: false
216 logLevel: WARN
217 volthaStacks: 5
218 olts: 2
219 pons: 16
220 onus: 32
221 withFlows: true
222 provisionSubscribers: true
223 workflow: att
224 withEapol: true
225 withDhcp: true
226 withIgmp: false
227 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
228 volthaSystemTestsChange: refs/changes/27/21627/4
229 kindVolthaChange: refs/changes/85/21485/13
230
231 - 'voltha-scale-measurements':
232 name: 'voltha-scale-measurements-master-5-stacks-2-16-32-dt-subscribers'
233 build-node: 'onf-pod1-head-node'
234 pipeline-script: 'voltha-scale-multi-stack.groovy'
235 'disable-job': true
236 time-trigger: "H H/4 * * *"
237 withMonitoring: false
238 logLevel: WARN
239 volthaStacks: 5
240 olts: 2
241 pons: 16
242 onus: 32
243 withFlows: true
244 provisionSubscribers: true
245 workflow: dt
246 withEapol: false
247 withDhcp: false
248 withIgmp: false
249 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
250 volthaSystemTestsChange: refs/changes/27/21627/4
251 kindVolthaChange: refs/changes/85/21485/13
252
253 - 'voltha-scale-measurements':
254 name: 'voltha-scale-measurements-master-5-stacks-2-16-32-tt-subscribers'
255 build-node: 'onf-pod1-head-node'
256 pipeline-script: 'voltha-scale-multi-stack.groovy'
257 'disable-job': true
258 time-trigger: "H H/4 * * *"
259 withMonitoring: false
260 logLevel: WARN
261 volthaStacks: 5
262 olts: 2
263 pons: 16
264 onus: 32
265 withFlows: true
266 provisionSubscribers: true
267 workflow: tt
268 withEapol: false
269 withDhcp: true
270 withIgmp: true
271 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
272 volthaSystemTestsChange: refs/changes/27/21627/4
273 kindVolthaChange: refs/changes/85/21485/13
274
Matteo Scandolo031bd982020-09-16 10:03:47 -0700275 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700277 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800278 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700279 build-node: 'onf-pod1-head-node'
280 time-trigger: "H H/4 * * *"
281 olts: 1
282 pons: 16
283 onus: 32
284 withFlows: true
285 provisionSubscribers: true
286 withEapol: true
287 withDhcp: true
288 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700289 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700290 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700291 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700292 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700293 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700294 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700295 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200296 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700297
298 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700299 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800300 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700301 build-node: 'onf-pod1-head-node'
302 time-trigger: "H H/4 * * *"
303 olts: 2
304 pons: 16
305 onus: 32
306 withFlows: true
307 provisionSubscribers: true
308 workflow: dt
309 withEapol: false
310 withDhcp: false
311 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700312 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700313 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700314 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700315 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700316 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700317 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700318 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200319 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700320
Matteo Scandolo031bd982020-09-16 10:03:47 -0700321 - 'voltha-scale-measurements':
322 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800323 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700324 build-node: 'onf-pod1-head-node'
325 time-trigger: "H H/4 * * *"
326 olts: 1
327 pons: 16
328 onus: 32
329 withFlows: true
330 provisionSubscribers: true
331 workflow: tt
332 withEapol: false
333 withDhcp: true
334 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700335 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
336 release: voltha-2.5
337 bbsimImg: ''
338 rwCoreImg: ''
339 ofAgentImg: ''
340 openoltAdapterImg: ''
341 openonuAdapterImg: ''
342 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700343
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700344 # per patchset job
345 - 'voltha-scale-measurements':
346 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
347 build-node: 'onf-pod1-head-node'
348 olts: 1
349 pons: 16
350 onus: 32
351 withFlows: true
352 provisionSubscribers: true
353 withEapol: true
354 withDhcp: true
355 withIgmp: false
356 withMonitoring: false
357 trigger-comment: "voltha scale test ATT"
358
359 - 'voltha-scale-measurements':
360 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
361 build-node: 'onf-pod1-head-node'
362 olts: 1
363 pons: 16
364 onus: 32
365 withFlows: true
366 provisionSubscribers: true
367 workflow: tt
368 withEapol: false
369 withDhcp: true
370 withIgmp: true
371 withMonitoring: false
372 trigger-comment: "voltha scale test TT"
373
374 - 'voltha-scale-measurements':
375 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
376 build-node: 'onf-pod1-head-node'
377 olts: 1
378 pons: 16
379 onus: 32
380 withFlows: true
381 provisionSubscribers: true
382 workflow: dt
383 withEapol: false
384 withDhcp: false
385 withIgmp: false
386 withMonitoring: false
387 trigger-comment: "voltha scale test DT"
388
Matteo Scandolo272aed42020-05-08 15:05:57 -0700389 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700390 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700391 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700392 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700393 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700394
Matteo Scandolodc930192020-08-27 15:56:16 -0700395 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700396 - 'voltha-scale-matrix':
397 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700398 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800399
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700400 # development matrix
401 - 'voltha-scale-matrix':
402 name: 'voltha-scale-matrix-voltha-master'
403 build-node: 'onf-pod1-head-node'
404 onosReplicas: 3
405 atomixReplicas: 3
406 kafkaReplicas: 3
407 etcdReplicas: 3
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800408 openonuAdapterReplicas: 8
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800409 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800410 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700411
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700412# list of parameters for the VOLTHA Jobs,
413# used as anchor so that can be shared across multiple jobs
414# to use in a job: `parameters: *voltha-build-job-parameters`
415- voltha-scale-job-parameters: &voltha-scale-job-parameters
416 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700417 parameters:
418 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800419 name: pipeline-script
420 default: '{pipeline-script}'
421 description: 'The pipeline script to use'
422
423 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700424 name: release
425 default: '{release}'
426 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
427
428 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700429 name: buildNode
430 default: '{build-node}'
431 description: 'Name of the Jenkins node to run the job on'
432
433 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700434 name: dockerRegistry
435 default: '{dockerRegistry}'
436 description: 'Address of the docker registry to use if we are building custom images'
437
438 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700439 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700440 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700441 description: 'Log level for all the components'
442
443 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800444 name: volthaStacks
445 default: '{volthaStacks}'
446 description: 'Number of VOLTHA Stacks to deploy'
447
448 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700449 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700450 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700451 description: 'Number of ONUs to provision'
452
453 - string:
454 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700455 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 description: 'Number of PONs to provision'
457
458 - string:
459 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700460 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700461 description: 'How many BBSim instances to run'
462
463 - string:
464 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700465 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 description: 'Which workflow are we testing (att, dt, tt)'
467
468 - bool:
469 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700470 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 description: 'Wheter to push flows from ONOS'
472
473 - bool:
474 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700475 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 description: 'Wheter to provision subscribers durint the tests'
477
478 - bool:
479 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700480 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 description: 'Wheter EAPOL is enabled for the test'
482
483 - bool:
484 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700485 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 description: 'Wheter DHCP is enabled for the test'
487
488 - bool:
489 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700490 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 description: 'Wheter IGMP is enabled for the test'
492
493 - bool:
494 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700495 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700496 description: 'Wheter Link Discovery is enabled for the test'
497
498 - bool:
499 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700500 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 description: 'Option to trigger MIB template command'
502
503 - bool:
504 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700505 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'Option to install Prometheus'
507
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700508 - bool:
509 name: withProfiling
510 default: '{withProfiling}'
511 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
512
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700513 - bool:
514 name: withPcap
515 default: '{withPcap}'
516 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
517
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700518 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700519 name: withRadius
520 default: '{withRadius}'
521 description: 'Value to pass to kind-voltha WITH_RADIUS'
522
523 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700524 name: extraHelmFlags
525 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700526 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 -0700527
Matteo Scandolo272aed42020-05-08 15:05:57 -0700528 - string:
529 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700530 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700531 description: 'How many OpenONU adapter instances to run'
532
533 - string:
534 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700535 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 description: 'How many ONOSes instances to run'
537
538 - string:
539 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700540 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700541 description: 'How many Atomix instances to run'
542
543 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700544 name: kafkaReplicas
545 default: '{kafkaReplicas}'
546 description: 'How many Kafka instances to run'
547
548 - string:
549 name: etcdReplicas
550 default: '{etcdReplicas}'
551 description: 'How many ETCD instances to run'
552
553 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700554 name: onosStatInterval
555 default: '{onosStatInterval}'
556 description: 'How often ONOS should poll for ports, flows and meters'
557
558 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700559 name: bbsimImg
560 default: '{bbsimImg}'
561 description: 'Custom image selection for BBSIM (repo:tag)'
562
563 - string:
564 name: bbsimChart
565 default: '{bbsimChart}'
566 description: 'BBSim chart name (or location on file system)'
567
568 - string:
569 name: rwCoreImg
570 default: '{rwCoreImg}'
571 description: 'Custom image selection for VOLTHA (repo:tag)'
572
573 - string:
574 name: ofAgentImg
575 default: '{ofAgentImg}'
576 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
577
578 - string:
579 name: volthaChart
580 default: '{volthaChart}'
581 description: 'VOLTHA chart name (or location on file system)'
582
583 - string:
584 name: openoltAdapterImg
585 default: '{openoltAdapterImg}'
586 description: 'Custom image selection for Openolt Adapter (repo:tag)'
587
588 - string:
589 name: openoltAdapterChart
590 default: '{openoltAdapterChart}'
591 description: 'OpenOLT chart name (or location on file system)'
592
593 - string:
594 name: openonuAdapterImg
595 default: '{openonuAdapterImg}'
596 description: 'Custom image selection for Openonu Adapter (repo:tag)'
597
598 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100599 name: openonuAdapterGoImg
600 default: '{openonuAdapterGoImg}'
601 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
602
603 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700604 name: openonuAdapterChart
605 default: '{openonuAdapterChart}'
606 description: 'OpenONU chart name (or location on file system)'
607
608 - string:
609 name: onosImg
610 default: '{onosImg}'
611 description: 'Custom image selection for Openonu Adapter (repo:tag)'
612
613 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700614 name: onosChart
615 default: '{onosChart}'
616 description: 'ONOS chart name (or location on file system)'
617
618 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700619 name: radiusChart
620 default: '{radiusChart}'
621 description: 'freeradius chart name (or location on file system)'
622
623 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700624 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700625 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700626 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
627
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700628 - string:
629 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700630 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700631 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
632
Matteo Scandoloccc06192020-06-22 10:16:17 -0700633 - bool:
634 name: inMemoryEtcdStorage
635 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700636 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700637
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200638 - string:
639 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700640 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200641 description: 'Karaf home'
642
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700643- job-template:
644 id: 'voltha-scale-measurements'
645 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700646 disabled: '{disable-job}'
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:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800656 build-days-to-keep: '{big-build-days-to-keep}'
657 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700658
659 wrappers:
660 - lf-infra-wrappers:
661 build-timeout: '{build-timeout}'
662 jenkins-ssh-credential: '{jenkins-ssh-credential}'
663
664 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800665 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700666 release: master
667
668 bbsimImg: voltha/bbsim:master
669 rwCoreImg: voltha/voltha-rw-core:master
670 ofAgentImg: voltha/voltha-ofagent-go:master
671 openoltAdapterImg: voltha/voltha-openolt-adapter:master
672 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100673 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700674 onosImg: voltha/voltha-onos:master
675
676 bbsimChart: onf/bbsim
677 volthaChart: onf/voltha
678 openoltAdapterChart: onf/voltha-adapter-openolt
679 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700680 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700681 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700682
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800683 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700684 olts: 2
685 pons: 2
686 onus: 2
687 workflow: att
688 withFlows: false
689 provisionSubscribers: false
690 withEapol: true
691 withDhcp: true
692 withIgmp: false
693 withLLDP: false
694 withMibTemplate: true
695 withMonitoring: true
696 withProfiling: false
697 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700698 withRadius: yes
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700699 openonuAdapterReplicas: 8
700 onosReplicas: 3
701 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700702 kafkaReplicas: 3
703 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700704 extraHelmFlags: ''
705 onosStatInterval: 5
706 volthaSystemTestsChange: ''
707 kindVolthaChange: ''
708 inMemoryEtcdStorage: true
709 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700710 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700711 dockerRegistry: 10.90.0.101:30500
712 trigger-comment: vv7CBoQQYYonvaN8xcru
713 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700714
715 <<: *voltha-scale-job-parameters
716
Matteo Scandolo272aed42020-05-08 15:05:57 -0700717 project-type: pipeline
718 concurrent: false
719
720 dsl: !include-raw-escape: pipeline/{pipeline-script}
721
Matteo Scandoloabb83972020-06-25 16:08:23 -0700722 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700723 # periodic jobs will set this every 4 hours
724 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
Matteo Scandoloabb83972020-06-25 16:08:23 -0700725 - timed: |
726 TZ=America/Los_Angeles
727 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700728 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
729 # patchset jobs will set this to a meaningful comment
730 - gerrit:
731 server-name: '{gerrit-server-name}'
732 silent-start: false
733 successful-message: "PASSED scale test"
734 failure-message: "FAILED scale test"
735 unstable-message: "UNSTABLE scale test"
736 trigger-on:
737 - comment-added-contains-event:
738 comment-contains-value: '.*{trigger-comment}.*'
739 projects:
740 - project-compare-type: REG_EXP
741 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
742 branches:
743 - branch-compare-type: REG_EXP
744 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700745
746- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700747 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800748 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800749
750 description: |
751 <!-- Managed by Jenkins Job Builder -->
752 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
753 Using pipeline {pipeline-script} <br/><br/>
754 Scale measurements for VOLTHA 2.x
755
756 properties:
757 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800758 build-days-to-keep: '{big-build-days-to-keep}'
759 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800760
761 wrappers:
762 - lf-infra-wrappers:
763 build-timeout: '{build-timeout}'
764 jenkins-ssh-credential: '{jenkins-ssh-credential}'
765
Matteo Scandolo0430f672020-05-07 11:50:26 -0700766 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800767 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700768 release: master
769
Matteo Scandolo0430f672020-05-07 11:50:26 -0700770 bbsimImg: voltha/bbsim:master
771 rwCoreImg: voltha/voltha-rw-core:master
772 ofAgentImg: voltha/voltha-ofagent-go:master
773 openoltAdapterImg: voltha/voltha-openolt-adapter:master
774 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100775 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700776 onosImg: voltha/voltha-onos:master
777
778 bbsimChart: onf/bbsim
779 volthaChart: onf/voltha
780 openoltAdapterChart: onf/voltha-adapter-openolt
781 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700782 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700783 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700784
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800785 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700786 olts: 2
787 pons: 2
788 onus: 2
789 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700790 withFlows: true
791 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700792 withEapol: true
793 withDhcp: true
794 withIgmp: false
795 withLLDP: false
796 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700797 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700798 withProfiling: false
799 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700800 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700801 openonuAdapterReplicas: 1
802 onosReplicas: 1
803 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700804 kafkaReplicas: 1
805 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700806 extraHelmFlags: ''
807 onosStatInterval: 5
808 volthaSystemTestsChange: ''
809 kindVolthaChange: ''
810 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700811 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700812 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700813 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700814
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700815 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200816
Matteo Scandolo51b76302020-02-05 12:07:23 -0800817 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800818 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800819
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700820 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700821
Matteo Scandolo849db722020-10-21 10:58:41 -0700822 triggers:
823 - gerrit:
824 server-name: '{gerrit-server-name}'
825 silent-start: false
826 successful-message: "PASSED scale test"
827 failure-message: "FAILED scale test"
828 unstable-message: "UNSTABLE scale test"
829 trigger-on:
830 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700831 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700832 projects:
833 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700834 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700835 branches:
836 - branch-compare-type: REG_EXP
837 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700838- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700839 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700840 name: '{name}'
841 pipeline-script: 'voltha-scale-matrix.groovy'
842
843 description: |
844 <!-- Managed by Jenkins Job Builder -->
845 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
846 Using pipeline {pipeline-script} <br/><br/>
847 Scale measurements for VOLTHA 2.x
848
849 properties:
850 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800851 build-days-to-keep: '{big-build-days-to-keep}'
852 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700853
854 wrappers:
855 - lf-infra-wrappers:
856 build-timeout: '{build-timeout}'
857 jenkins-ssh-credential: '{jenkins-ssh-credential}'
858
859 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800860 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700861 release: master
862 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700863 volthaSystemTestsChange: ''
864 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700865 onosReplicas: 1
866 atomixReplicas: 0
867 kafkaReplicas: 1
868 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800869 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800870 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700871
872 project-type: pipeline
873 concurrent: false
874
875 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700876
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700877 parameters:
878 - string:
879 name: release
880 default: '{release}'
881 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
882
883 - string:
884 name: buildNode
885 default: '{build-node}'
886 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700887
888 - string:
889 name: volthaSystemTestsChange
890 default: '{volthaSystemTestsChange}'
891 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
892
893 - string:
894 name: kindVolthaChange
895 default: '{kindVolthaChange}'
896 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700897
898 - string:
899 name: onosReplicas
900 default: '{onosReplicas}'
901 description: 'How many ONOSes instances to run'
902
903 - string:
904 name: atomixReplicas
905 default: '{atomixReplicas}'
906 description: 'How many Atomix instances to run'
907
908 - string:
909 name: kafkaReplicas
910 default: '{kafkaReplicas}'
911 description: 'How many Kafka instances to run'
912
913 - string:
914 name: etcdReplicas
915 default: '{etcdReplicas}'
916 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800917
918 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800919 name: openonuAdapterReplicas
920 default: '{openonuAdapterReplicas}'
921 description: 'How many OpenONU adapter instances to run'
922
923 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800924 name: topologies
925 default: '{topologies}'
926 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
927
928 triggers:
929 - timed: |
930 TZ=America/Los_Angeles
931 {time-trigger}