blob: 68b01663ee10f27eea68a561a80978cc47cb6234 [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 Scandolod48d95e2020-02-27 17:04:55 -080010 - 'voltha-scale-measurements-periodic':
Matteo Scandolo330f7522020-03-17 17:15:53 -070011 name: 'voltha-scale-measurements-periodic-8-16-200ms'
12 build-node: 'onf-pod1-head-node'
13 time-trigger: "H H/4 * * *"
14 onuPerPon: 16
15 ponPorts: 8
16 expectedOnus: 128
17 BBSIMdelay: 200
18 - 'voltha-scale-measurements-periodic':
19 name: 'voltha-scale-measurements-periodic-8-16-1000ms'
20 build-node: 'onf-pod1-head-node'
21 time-trigger: "H H/4 * * *"
22 onuPerPon: 16
23 ponPorts: 8
24 expectedOnus: 128
25 BBSIMdelay: 1000
26 - 'voltha-scale-measurements-periodic':
Matteo Scandoloda2834f2020-03-03 13:12:32 -080027 name: 'voltha-scale-measurements-periodic-8-32-200ms'
Shrey Baidb0447182020-02-27 16:39:35 -080028 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -080029 time-trigger: "H H/4 * * *"
Matteo Scandolod48d95e2020-02-27 17:04:55 -080030 onuPerPon: 32
31 ponPorts: 8
32 expectedOnus: 256
Matteo Scandolo54d98802020-02-28 11:14:23 -080033 BBSIMdelay: 200
Matteo Scandolo55c379e2020-03-02 11:57:05 -080034 - 'voltha-scale-measurements-periodic':
Matteo Scandoloda2834f2020-03-03 13:12:32 -080035 name: 'voltha-scale-measurements-periodic-8-32-1000ms'
Matteo Scandolo55c379e2020-03-02 11:57:05 -080036 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -080037 time-trigger: "H H/4 * * *"
Matteo Scandolo55c379e2020-03-02 11:57:05 -080038 onuPerPon: 32
39 ponPorts: 8
40 expectedOnus: 256
41 BBSIMdelay: 1000
42 - 'voltha-scale-measurements-periodic':
Matteo Scandolo2e2901f2020-03-12 10:51:01 -070043 name: 'voltha-scale-measurements-periodic-10-20-200ms'
Matteo Scandolo380af272020-03-05 14:26:47 -080044 build-node: 'onf-pod1-head-node'
45 time-trigger: "H H/4 * * *"
Matteo Scandolo2e2901f2020-03-12 10:51:01 -070046 onuPerPon: 20
47 ponPorts: 10
48 expectedOnus: 200
Matteo Scandolo380af272020-03-05 14:26:47 -080049 BBSIMdelay: 200
50 - 'voltha-scale-measurements-periodic':
Matteo Scandolo2e2901f2020-03-12 10:51:01 -070051 name: 'voltha-scale-measurements-periodic-10-20-1000ms'
Matteo Scandolo380af272020-03-05 14:26:47 -080052 build-node: 'onf-pod1-head-node'
53 time-trigger: "H H/4 * * *"
Matteo Scandolo2e2901f2020-03-12 10:51:01 -070054 onuPerPon: 20
55 ponPorts: 10
56 expectedOnus: 200
Matteo Scandolo380af272020-03-05 14:26:47 -080057 BBSIMdelay: 1000
58 - 'voltha-scale-measurements-periodic':
Matteo Scandoloda2834f2020-03-03 13:12:32 -080059 name: 'voltha-scale-measurements-periodic-4-32-200ms'
Matteo Scandolo55c379e2020-03-02 11:57:05 -080060 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -080061 time-trigger: "H H/4 * * *"
Matteo Scandolo55c379e2020-03-02 11:57:05 -080062 onuPerPon: 32
63 ponPorts: 4
64 expectedOnus: 128
Matteo Scandoloda2834f2020-03-03 13:12:32 -080065 BBSIMdelay: 200
66 - 'voltha-scale-measurements-periodic':
67 name: 'voltha-scale-measurements-periodic-4-32-1000ms'
68 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -080069 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -080070 onuPerPon: 32
71 ponPorts: 4
72 expectedOnus: 128
73 BBSIMdelay: 1000
Matteo Scandolo731d4d22020-03-20 10:06:00 -070074
Matteo Scandoloda2834f2020-03-03 13:12:32 -080075 - 'voltha-scale-measurements-periodic':
76 name: 'voltha-scale-measurements-periodic-16-32-200ms'
77 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -080078 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -080079 onuPerPon: 32
80 ponPorts: 16
Matteo Scandolo132f5552020-03-03 18:56:35 -080081 expectedOnus: 512
Matteo Scandoloda2834f2020-03-03 13:12:32 -080082 BBSIMdelay: 200
Matteo Scandolo731d4d22020-03-20 10:06:00 -070083 # multi-adapter-tmp-changes
84 volthaImg: matteoscandolo/voltha-rw-core:partition
85 ofAgentImg: voltha/ofagent-go:master
86 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:partition
87 openonuAdapterImg: matteoscandolo/voltha-openonu-adapter:partition
88 openonuAdapterChart: /home/cord/voltha-helm-charts/voltha-adapter-openonu
89 extraHelmFlags: --set use_ofagent_go=true -f /home/cord/partition-values.yaml
Matteo Scandoloda2834f2020-03-03 13:12:32 -080090 - 'voltha-scale-measurements-periodic':
Matteo Scandolo731d4d22020-03-20 10:06:00 -070091 name: 'voltha-scale-measurements-periodic-16-64-200ms'
Matteo Scandoloda2834f2020-03-03 13:12:32 -080092 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -080093 time-trigger: "H H/4 * * *"
Matteo Scandolo731d4d22020-03-20 10:06:00 -070094 onuPerPon: 64
Matteo Scandoloda2834f2020-03-03 13:12:32 -080095 ponPorts: 16
Matteo Scandolo731d4d22020-03-20 10:06:00 -070096 expectedOnus: 1024
97 BBSIMdelay: 200
98 # multi-adapter-tmp-changes
99 volthaImg: matteoscandolo/voltha-rw-core:partition
100 ofAgentImg: voltha/ofagent-go:master
101 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:partition
102 openonuAdapterImg: matteoscandolo/voltha-openonu-adapter:partition
103 openonuAdapterChart: /home/cord/voltha-helm-charts/voltha-adapter-openonu
104 extraHelmFlags: --set use_ofagent_go=true -f /home/cord/partition-values.yaml
105
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800106 - 'voltha-scale-measurements-periodic':
107 name: 'voltha-scale-measurements-periodic-4-64-200ms'
108 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800109 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800110 onuPerPon: 64
111 ponPorts: 4
112 expectedOnus: 256
113 BBSIMdelay: 200
114 - 'voltha-scale-measurements-periodic':
115 name: 'voltha-scale-measurements-periodic-4-64-1000ms'
116 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800117 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800118 onuPerPon: 64
119 ponPorts: 4
120 expectedOnus: 256
121 BBSIMdelay: 1000
122 - 'voltha-scale-measurements-periodic':
123 name: 'voltha-scale-measurements-periodic-4-128-200ms'
124 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800125 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800126 onuPerPon: 128
127 ponPorts: 4
Matteo Scandolo132f5552020-03-03 18:56:35 -0800128 expectedOnus: 512
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800129 BBSIMdelay: 200
130 - 'voltha-scale-measurements-periodic':
131 name: 'voltha-scale-measurements-periodic-4-128-1000ms'
132 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800133 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800134 onuPerPon: 128
135 ponPorts: 4
Matteo Scandolo132f5552020-03-03 18:56:35 -0800136 expectedOnus: 512
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800137 BBSIMdelay: 1000
138 - 'voltha-scale-measurements-periodic':
139 name: 'voltha-scale-measurements-periodic-1-128-200ms'
140 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800141 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800142 onuPerPon: 128
143 ponPorts: 1
Matteo Scandolo132f5552020-03-03 18:56:35 -0800144 expectedOnus: 128
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800145 BBSIMdelay: 200
146 - 'voltha-scale-measurements-periodic':
147 name: 'voltha-scale-measurements-periodic-1-128-1000ms'
148 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800149 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800150 onuPerPon: 128
151 ponPorts: 1
Matteo Scandolo132f5552020-03-03 18:56:35 -0800152 expectedOnus: 128
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800153 BBSIMdelay: 1000
154 - 'voltha-scale-measurements-periodic':
155 name: 'voltha-scale-measurements-periodic-1-64-200ms'
156 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800157 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800158 onuPerPon: 64
159 ponPorts: 1
Matteo Scandolo132f5552020-03-03 18:56:35 -0800160 expectedOnus: 64
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800161 BBSIMdelay: 200
162 - 'voltha-scale-measurements-periodic':
163 name: 'voltha-scale-measurements-periodic-1-64-1000ms'
164 build-node: 'onf-pod1-head-node'
Matteo Scandolo380af272020-03-05 14:26:47 -0800165 time-trigger: "H H/4 * * *"
Matteo Scandoloda2834f2020-03-03 13:12:32 -0800166 onuPerPon: 64
167 ponPorts: 1
Matteo Scandolo132f5552020-03-03 18:56:35 -0800168 expectedOnus: 64
Matteo Scandolo55c379e2020-03-02 11:57:05 -0800169 BBSIMdelay: 1000
Matteo Scandolo380af272020-03-05 14:26:47 -0800170 - 'voltha-scale-measurements-periodic':
171 name: 'voltha-scale-measurements-periodic-1-1-200ms'
172 build-node: 'onf-pod1-head-node'
173 time-trigger: "H H/4 * * *"
174 onuPerPon: 1
175 ponPorts: 1
176 expectedOnus: 1
177 BBSIMdelay: 200
178 - 'voltha-scale-measurements-periodic':
179 name: 'voltha-scale-measurements-periodic-1-1-1000ms'
180 build-node: 'onf-pod1-head-node'
181 time-trigger: "H H/4 * * *"
182 onuPerPon: 1
183 ponPorts: 1
184 expectedOnus: 1
185 BBSIMdelay: 1000
Matteo Scandolo22b5d912020-02-25 15:21:19 -0800186 - 'voltha-scale-measurements':
187 name: 'voltha-scale-measurements-dev'
Shrey Baid4c108ad2020-03-10 15:21:13 -0700188 build-node: 'voltha-scale'
Matteo Scandolo54d98802020-02-28 11:14:23 -0800189 onuPerPon: 16
190 ponPorts: 1
191 expectedOnus: 16
192 BBSIMdelay: 200
Matteo Scandolo51b76302020-02-05 12:07:23 -0800193
194- job-template:
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800195 id: 'voltha-scale-measurements-periodic'
196 name: '{name}'
197 pipeline-script: 'voltha-scale-measurements.groovy'
198
199 description: |
200 <!-- Managed by Jenkins Job Builder -->
201 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
202 Using pipeline {pipeline-script} <br/><br/>
203 Scale measurements for VOLTHA 2.x
204
205 properties:
206 - cord-infra-properties:
207 build-days-to-keep: '{build-days-to-keep}'
208 artifact-num-to-keep: '{artifact-num-to-keep}'
209
210 wrappers:
211 - lf-infra-wrappers:
212 build-timeout: '{build-timeout}'
213 jenkins-ssh-credential: '{jenkins-ssh-credential}'
214
215 parameters:
216 - string:
217 name: buildNode
218 default: '{build-node}'
219 description: 'Name of the Jenkins node to run the job on'
220
221 - string:
Matteo Scandolo330f7522020-03-17 17:15:53 -0700222 name: logLevel
223 default: 'WARN'
224 description: 'Log level for all the components'
225
226 - string:
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800227 name: onuPerPon
Matteo Scandolo3d2a04f2020-02-28 14:43:29 -0800228 default: '{onuPerPon}'
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800229 description: 'Number of ONUs to provision'
230
231 - string:
232 name: ponPorts
Matteo Scandolo3d2a04f2020-02-28 14:43:29 -0800233 default: '{ponPorts}'
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800234 description: 'Number of PONs to provision'
235
236 - string:
237 name: expectedOnus
Matteo Scandolo3d2a04f2020-02-28 14:43:29 -0800238 default: '{expectedOnus}'
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800239 description: 'Expected number of activated ONUs'
240
241 - string:
242 name: pollInterval
243 default: 5
244 description: 'Sleep time between ONU activation checks'
245
246 - bool:
247 name: withOnosApps
248 default: false
249 description: 'Option to deactivate certain ONOS apps'
250
251 - bool:
252 name: withMibTemplate
253 default: true
254 description: 'Option to trigger MIB template command'
255
256 - bool:
257 name: setLinkDiscovery
258 default: false
259 description: 'Option to toggle Link Discovery'
260
261 - string:
262 name: BBSIMdelay
Matteo Scandolo3d2a04f2020-02-28 14:43:29 -0800263 default: '{BBSIMdelay}'
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800264 description: 'BBSIM Delay, milliseconds'
265
266 - string:
267 name: flowStatInterval
268 default: 600
269 description: 'Flow Stats Collection Interval, milliseconds'
270
271 - string:
272 name: portsStatInterval
273 default: 600
274 description: 'Ports Stats Collection Interval, milliseconds'
275
276 - bool:
277 name: bbsimAuth
278 default: true
279 description: 'Option to toggle BBSIM EAPOL true/false'
280
281 - bool:
282 name: bbsimDhcp
283 default: true
284 description: 'Option to toggle BBSIM DHCP true/false'
285
286 - string:
287 name: bbsimImg
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800288 default: 'voltha/bbsim:master'
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800289 description: 'Custom image selection for BBSIM (repo:tag)'
290
291 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700292 name: bbsimChart
293 default: onf/bbsim
294 description: 'BBSim chart name (or location on file system)'
295
296 - string:
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800297 name: volthaImg
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800298 default: 'voltha/voltha-rw-core:master'
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800299 description: 'Custom image selection for VOLTHA (repo:tag)'
300
Matteo Scandolod4b5d672020-03-05 15:18:47 -0800301 - string:
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700302 name: ofAgentImg
303 default: 'voltha/voltha-ofagent:master'
304 description: 'Custom image selection for OfAgent (repo:tag)'
305
306 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700307 name: volthaChart
308 default: onf/voltha
309 description: 'VOLTHA chart name (or location on file system)'
310
311 - string:
Matteo Scandolod4b5d672020-03-05 15:18:47 -0800312 name: openoltAdapterImg
313 default: voltha/voltha-openolt-adapter:master
314 description: 'Custom image selection for Openolt Adapter (repo:tag)'
315
316 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700317 name: openoltAdapterChart
318 default: onf/voltha-adapter-openolt
319 description: 'OpenOLT chart name (or location on file system)'
320
321 - string:
Matteo Scandolod4b5d672020-03-05 15:18:47 -0800322 name: openonuAdapterImg
323 default: voltha/voltha-openonu-adapter:master
324 description: 'Custom image selection for Openonu Adapter (repo:tag)'
325
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700326 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700327 name: openonuAdapterChart
328 default: onf/voltha-adapter-openonu
329 description: 'OpenONU chart name (or location on file system)'
330
331 - string:
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700332 name: onosImg
333 default: voltha/voltha-onos:4.0.1
334 description: 'Custom image selection for Openonu Adapter (repo:tag)'
335
336 - string:
337 name: extraHelmFlags
338 default: ''
339 description: 'Any extra helm parameters you want (passed to every helm install command)'
340
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800341 project-type: pipeline
342 concurrent: false
343
344 dsl: !include-raw-escape: pipeline/{pipeline-script}
345
346 triggers:
347 - timed: |
348 TZ=America/Los_Angeles
349 {time-trigger}
350
351- job-template:
Matteo Scandolo51b76302020-02-05 12:07:23 -0800352 id: 'voltha-scale-measurements'
353 name: '{name}'
354 pipeline-script: 'voltha-scale-measurements.groovy'
355
356 description: |
357 <!-- Managed by Jenkins Job Builder -->
358 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
359 Using pipeline {pipeline-script} <br/><br/>
360 Scale measurements for VOLTHA 2.x
361
362 properties:
363 - cord-infra-properties:
364 build-days-to-keep: '{build-days-to-keep}'
365 artifact-num-to-keep: '{artifact-num-to-keep}'
366
367 wrappers:
368 - lf-infra-wrappers:
369 build-timeout: '{build-timeout}'
370 jenkins-ssh-credential: '{jenkins-ssh-credential}'
371
372 parameters:
373 - string:
374 name: buildNode
375 default: '{build-node}'
376 description: 'Name of the Jenkins node to run the job on'
377
378 - string:
Matteo Scandolo330f7522020-03-17 17:15:53 -0700379 name: logLevel
380 default: 'WARN'
381 description: 'Log level for all the components'
382
383 - string:
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800384 name: onuPerPon
Matteo Scandolo51b76302020-02-05 12:07:23 -0800385 default: 1
386 description: 'Number of ONUs to provision'
387
388 - string:
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800389 name: ponPorts
Matteo Scandolo51b76302020-02-05 12:07:23 -0800390 default: 1
391 description: 'Number of PONs to provision'
392
Shrey Baid80d9fff2020-02-10 10:26:02 -0800393 - string:
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800394 name: expectedOnus
Shrey Baid80d9fff2020-02-10 10:26:02 -0800395 default: 1
396 description: 'Expected number of activated ONUs'
397
Shrey Baid6777d2c2020-02-10 11:36:55 -0800398 - string:
399 name: pollInterval
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800400 default: 5
Shrey Baid6777d2c2020-02-10 11:36:55 -0800401 description: 'Sleep time between ONU activation checks'
Matteo Scandolo22b5d912020-02-25 15:21:19 -0800402
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800403 - bool:
404 name: withOnosApps
405 default: false
406 description: 'Option to deactivate certain ONOS apps'
407
408 - bool:
409 name: withMibTemplate
Shrey Baidf2203932020-02-12 15:40:09 -0800410 default: true
Shrey Baid0d4e31d2020-02-11 13:28:47 -0800411 description: 'Option to trigger MIB template command'
Shrey Baid7cbb06e2020-02-11 17:45:07 -0800412
413 - bool:
414 name: setLinkDiscovery
415 default: false
416 description: 'Option to toggle Link Discovery'
417
418 - string:
419 name: BBSIMdelay
420 default: 200
421 description: 'BBSIM Delay, milliseconds'
422
423 - string:
424 name: flowStatInterval
425 default: 600
426 description: 'Flow Stats Collection Interval, milliseconds'
427
428 - string:
429 name: portsStatInterval
430 default: 600
431 description: 'Ports Stats Collection Interval, milliseconds'
Shrey Baid6777d2c2020-02-10 11:36:55 -0800432
Shrey Baide7614d02020-02-25 10:26:42 -0800433 - bool:
434 name: bbsimAuth
Shrey Baida3b8aa62020-02-13 11:22:51 -0800435 default: true
436 description: 'Option to toggle BBSIM EAPOL true/false'
437
Shrey Baide7614d02020-02-25 10:26:42 -0800438 - bool:
Shrey Baida3b8aa62020-02-13 11:22:51 -0800439 name: bbsimDhcp
440 default: true
441 description: 'Option to toggle BBSIM DHCP true/false'
442
Shrey Baide7614d02020-02-25 10:26:42 -0800443 - string:
444 name: bbsimImg
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800445 default: voltha/bbsim:master
Shrey Baide7614d02020-02-25 10:26:42 -0800446 description: 'Custom image selection for BBSIM (repo:tag)'
447
448 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700449 name: bbsimChart
450 default: onf/bbsim
451 description: 'BBSim chart name (or location on file system)'
452
453 - string:
Shrey Baide7614d02020-02-25 10:26:42 -0800454 name: volthaImg
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800455 default: voltha/voltha-rw-core:master
Shrey Baide7614d02020-02-25 10:26:42 -0800456 description: 'Custom image selection for VOLTHA (repo:tag)'
457
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800458 - string:
Matteo Scandolofe241be2020-03-12 10:00:17 -0700459 name: ofAgentImg
460 default: 'voltha/voltha-ofagent:master'
461 description: 'Custom image selection for OfAgent (repo:tag)'
462
463 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700464 name: volthaChart
465 default: onf/voltha
466 description: 'VOLTHA chart name (or location on file system)'
467
468 - string:
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800469 name: openoltAdapterImg
470 default: voltha/voltha-openolt-adapter:master
471 description: 'Custom image selection for Openolt Adapter (repo:tag)'
472
473 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700474 name: openoltAdapterChart
475 default: onf/voltha-adapter-openolt
476 description: 'OpenOLT chart name (or location on file system)'
477
478 - string:
Matteo Scandoloa2928e72020-03-02 16:38:22 -0800479 name: openonuAdapterImg
480 default: voltha/voltha-openonu-adapter:master
481 description: 'Custom image selection for Openonu Adapter (repo:tag)'
482
Matteo Scandolofe241be2020-03-12 10:00:17 -0700483 - string:
Matteo Scandolo7059b082020-03-17 09:05:03 -0700484 name: openonuAdapterChart
485 default: onf/voltha-adapter-openonu
486 description: 'OpenONU chart name (or location on file system)'
487
488 - string:
Matteo Scandolofe241be2020-03-12 10:00:17 -0700489 name: onosImg
490 default: voltha/voltha-onos:4.0.1
491 description: 'Custom image selection for Openonu Adapter (repo:tag)'
492
493 - string:
494 name: extraHelmFlags
495 default: ''
496 description: 'Any extra helm parameters you want (passed to every helm install command)'
497
Matteo Scandolo51b76302020-02-05 12:07:23 -0800498 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800499 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800500
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700501 dsl: !include-raw-escape: pipeline/{pipeline-script}