blob: 92c5e78564dcea65dddfbe3651ec66ed188986c8 [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 Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandoloe6647a02020-11-02 10:27:52 -080016 # trigger on Feb 29th (a.k.a only trigger it manually)
17 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010018 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070019 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070020 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070021 onus: 32
22 withFlows: true
23 provisionSubscribers: true
24 withEapol: true
25 withDhcp: true
26 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070027 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080028 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000029
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080030 - 'voltha-scale-measurements':
31 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080032 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020033 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080034 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080035 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080036 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080037 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070038 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080039 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 pons: 16
41 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080042 withFlows: true
43 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080044 workflow: dt
45 withEapol: false
46 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080047 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070048 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049
Matteo Scandolofebf6512021-03-02 11:37:37 -080050 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070051 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070052 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080053 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070054 time-trigger: "H H/4 * * *"
55 olts: 2
56 pons: 16
57 onus: 32
58 withFlows: true
59 provisionSubscribers: true
60 withEapol: true
61 withDhcp: true
62 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070063 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070064
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070065 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000066 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000067 build-node: 'voltha-scale-1'
68 time-trigger: "H H/12 * * *"
69 olts: 2
70 pons: 16
71 onus: 32
72 withOnuUpgrade: true
73 withFlows: true
74 provisionSubscribers: false
75 withEapol: false
76 withDhcp: false
77 withIgmp: false
Hardik Windlassddaf7be2022-02-01 17:54:20 +000078 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000079
80 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070081 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080082 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070083 time-trigger: "H H/4 * * *"
84 olts: 2
85 pons: 16
86 onus: 32
87 withFlows: true
88 provisionSubscribers: true
89 workflow: dt
90 withEapol: false
91 withDhcp: false
92 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070093 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolo86939302020-10-30 13:32:08 -070094
95 - 'voltha-scale-measurements':
96 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080097 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -070098 time-trigger: "H H/4 * * *"
99 olts: 2
100 pons: 16
101 onus: 32
102 withFlows: true
103 provisionSubscribers: true
104 workflow: tt
105 withEapol: false
106 withDhcp: true
107 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700108 onosReplicas: 3
109 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800110 extraHelmFlags: >
111 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
112 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
113 onosStatInterval: 30
114 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700115
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100116 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100117 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100118 build-node: 'voltha-scale-1'
119 time-trigger: "H H/4 * * *"
120 olts: 2
121 pons: 16
122 onus: 32
123 withFlows: true
124 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100125 workflow: tt
126 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100127 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100128 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100129 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100130 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100131 onosReplicas: 3
132 atomixReplicas: 3
133 extraHelmFlags: >
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100134 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100135 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100136 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100137
138
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100139 # 4k ONTs jobs
140 - 'voltha-scale-measurements':
141 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100142 build-node: 'voltha-scale-1'
143 time-trigger: "H H/4 * * *"
144 olts: 2
145 pons: 64
146 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100147 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100148 withFlows: true
149 provisionSubscribers: true
150 workflow: dt
151 withEapol: false
152 withDhcp: false
153 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100154 onosImg: andreacampanella/voltha-onos:4k-dev
155 withMibTemplate: false
Elia Battiston4decc6b2022-02-25 10:22:56 +0100156 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1-1UNI.json'
157 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100158
Andrea Campanella518e6672022-01-17 11:42:53 +0100159 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100160 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100161 build-node: 'voltha-scale-1'
162 time-trigger: "H H/4 * * *"
163 olts: 1
164 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100165 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100166 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100167 withFlows: true
168 provisionSubscribers: true
169 workflow: dt
170 withEapol: false
171 withDhcp: false
172 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100173 onosImg: andreacampanella/voltha-onos:4k-dev
174 withMibTemplate: false
Elia Battiston4decc6b2022-02-25 10:22:56 +0100175 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1-1UNI.json'
176 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100177
Matteo Scandolo95f99682022-02-10 15:10:37 -0800178 - 'voltha-scale-measurements':
179 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800180 build-node: 'voltha-scale-1'
181 time-trigger: "H H/4 * * *"
182 olts: 1
183 pons: 64
184 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100185 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800186 withFlows: true
187 provisionSubscribers: true
188 workflow: tt
189 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100190 withDhcp: true
191 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800192 onosImg: andreacampanella/voltha-onos:4k-dev
193 withMibTemplate: false
Elia Battiston4decc6b2022-02-25 10:22:56 +0100194 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandolo3fa3b632022-03-10 15:25:44 -0800195 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/tt-custom-values.yaml'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800196
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800197 # multi-stack jobs
198 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800199 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
200 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800201 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800202 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800203 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800204 onosReplicas: 1
205 atomixReplicas: 0
206 kafkaReplicas: 1
207 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800208 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800209 olts: 2
210 pons: 16
211 onus: 32
212 withFlows: true
213 provisionSubscribers: true
214 workflow: att
215 withEapol: true
216 withDhcp: true
217 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800218 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800219
220 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800221 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
222 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800223 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800224 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800225 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800226 onosReplicas: 1
227 atomixReplicas: 0
228 kafkaReplicas: 1
229 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800230 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800231 olts: 2
232 pons: 16
233 onus: 32
234 withFlows: true
235 provisionSubscribers: true
236 workflow: dt
237 withEapol: false
238 withDhcp: false
239 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800240 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241
242 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800243 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
244 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800245 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800248 onosReplicas: 1
249 atomixReplicas: 0
250 kafkaReplicas: 1
251 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800252 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800253 olts: 2
254 pons: 16
255 onus: 32
256 withFlows: true
257 provisionSubscribers: true
258 workflow: tt
259 withEapol: false
260 withDhcp: true
261 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800262 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800263
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000264 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700265 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000266 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000267 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800268 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700269 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700270 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700271 pons: 16
272 onus: 32
273 withFlows: true
274 provisionSubscribers: true
275 withEapol: true
276 withDhcp: true
277 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000278 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100279 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200280 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700281 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700282 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700283 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700284 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800285 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200286 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700287 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700288
289 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000290 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000291 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800292 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700293 time-trigger: "H H/4 * * *"
294 olts: 2
295 pons: 16
296 onus: 32
297 withFlows: true
298 provisionSubscribers: true
299 workflow: dt
300 withEapol: false
301 withDhcp: false
302 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000303 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100304 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200305 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700306 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700307 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700308 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700309 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800310 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100311 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700312 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700313
Matteo Scandolo031bd982020-09-16 10:03:47 -0700314 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000315 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000316 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800317 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700318 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700319 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700320 pons: 16
321 onus: 32
322 withFlows: true
323 provisionSubscribers: true
324 workflow: tt
325 withEapol: false
326 withDhcp: true
327 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000328 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100329 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200330 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700331 rwCoreImg: ''
332 ofAgentImg: ''
333 openoltAdapterImg: ''
334 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800335 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700336 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700337 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo031bd982020-09-16 10:03:47 -0700338
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700339 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100340 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700341 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100342 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700343 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100344 time-trigger: "H H/4 * * *"
345 withMonitoring: false
346 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800347 onosReplicas: 1
348 atomixReplicas: 0
349 kafkaReplicas: 1
350 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 volthaStacks: 10
352 olts: 2
353 pons: 16
354 onus: 32
355 withFlows: true
356 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700357 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100358 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100359 workflow: att
360 withEapol: true
361 withDhcp: true
362 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800363 bbsimImg: ''
364 rwCoreImg: ''
365 ofAgentImg: ''
366 openoltAdapterImg: ''
367 openonuAdapterImg: ''
368 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100369 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700370 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100371
372 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700373 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100374 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700375 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100376 time-trigger: "H H/4 * * *"
377 withMonitoring: false
378 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800379 onosReplicas: 1
380 atomixReplicas: 0
381 kafkaReplicas: 1
382 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383 volthaStacks: 10
384 olts: 2
385 pons: 16
386 onus: 32
387 withFlows: true
388 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700389 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100390 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100391 workflow: dt
392 withEapol: false
393 withDhcp: false
394 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800395 bbsimImg: ''
396 rwCoreImg: ''
397 ofAgentImg: ''
398 openoltAdapterImg: ''
399 openonuAdapterImg: ''
400 openonuAdapterGoImg: ''
401 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700402 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100403
404 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700405 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100406 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700407 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100408 time-trigger: "H H/4 * * *"
409 withMonitoring: false
410 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800411 onosReplicas: 1
412 atomixReplicas: 0
413 kafkaReplicas: 1
414 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100415 volthaStacks: 10
416 olts: 2
417 pons: 16
418 onus: 32
419 withFlows: true
420 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700421 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100422 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100423 workflow: tt
424 withEapol: false
425 withDhcp: true
426 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800427 bbsimImg: ''
428 rwCoreImg: ''
429 ofAgentImg: ''
430 openoltAdapterImg: ''
431 openonuAdapterImg: ''
432 openonuAdapterGoImg: ''
433 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700434 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100435
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700436 # per patchset job
437 - 'voltha-scale-measurements':
438 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800439 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700440 olts: 1
441 pons: 16
442 onus: 32
443 withFlows: true
444 provisionSubscribers: true
445 withEapol: true
446 withDhcp: true
447 withIgmp: false
448 withMonitoring: false
449 trigger-comment: "voltha scale test ATT"
450
451 - 'voltha-scale-measurements':
452 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800453 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700454 olts: 1
455 pons: 16
456 onus: 32
457 withFlows: true
458 provisionSubscribers: true
459 workflow: tt
460 withEapol: false
461 withDhcp: true
462 withIgmp: true
463 withMonitoring: false
464 trigger-comment: "voltha scale test TT"
465
466 - 'voltha-scale-measurements':
467 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800468 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700469 olts: 1
470 pons: 16
471 onus: 32
472 withFlows: true
473 provisionSubscribers: true
474 workflow: dt
475 withEapol: false
476 withDhcp: false
477 withIgmp: false
478 withMonitoring: false
479 trigger-comment: "voltha scale test DT"
480
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700482 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700483 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700484 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700485
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700486 # LWC pipeline
487 - 'voltha-scale-measurements':
488 name: 'voltha-scale-measurements-lwc'
489 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
490 build-node: 'voltha-scale-1'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700491 # trigger on Feb 29th (a.k.a only trigger it manually)
492 time-trigger: "H 0 29 2 *"
493 withMonitoring: true
494 olts: 1
495 pons: 16
496 onus: 32
497 withFlows: true
498 provisionSubscribers: true
499 withEapol: false
500 withDhcp: false
501 withIgmp: false
502 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
503 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700504 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700505
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700506
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700507# list of parameters for the VOLTHA Jobs,
508# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700509# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700510- voltha-scale-job-parameters: &voltha-scale-job-parameters
511 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700512 parameters:
513 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800514 name: pipeline-script
515 default: '{pipeline-script}'
516 description: 'The pipeline script to use'
517
518 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700519 name: release
520 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700521 description: 'Version of the code to test (matches a branch in voltha-helm-charts and voltha-system-tests repos)'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700522
523 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700524 name: buildNode
525 default: '{build-node}'
526 description: 'Name of the Jenkins node to run the job on'
527
528 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700529 name: dockerRegistry
530 default: '{dockerRegistry}'
531 description: 'Address of the docker registry to use if we are building custom images'
532
533 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700534 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700535 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 description: 'Log level for all the components'
537
538 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800539 name: volthaStacks
540 default: '{volthaStacks}'
541 description: 'Number of VOLTHA Stacks to deploy'
542
543 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100544 name: unis
545 default: '{unis}'
546 description: 'Number of UNIs to provision'
547
548 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700550 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551 description: 'Number of ONUs to provision'
552
553 - string:
554 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700555 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700556 description: 'Number of PONs to provision'
557
558 - string:
559 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700560 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561 description: 'How many BBSim instances to run'
562
563 - string:
564 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700565 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700566 description: 'Which workflow are we testing (att, dt, tt)'
567
568 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000569 name: withOnuUpgrade
570 default: '{withOnuUpgrade}'
571 description: 'Whether to run the ONU Upgrade test'
572
573 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700575 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000576 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577
578 - bool:
579 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700580 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000581 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700582
583 - bool:
584 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700585 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000586 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700587
588 - bool:
589 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700590 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000591 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700592
593 - bool:
594 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700595 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000596 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700597
598 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100599 name: withMaclearning
600 default: '{withMaclearning}'
601 description: 'Whether mac learning is enabled for the test'
602
603 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700604 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700605 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000606 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607
608 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700609 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700610 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700611 description: 'Option to install Prometheus'
612
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700613 - bool:
614 name: withProfiling
615 default: '{withProfiling}'
616 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
617
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700618 - bool:
619 name: withPcap
620 default: '{withPcap}'
621 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
622
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700623 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700624 name: withRadius
625 default: '{withRadius}'
626 description: 'Value to pass to kind-voltha WITH_RADIUS'
627
628 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700629 name: extraHelmFlags
630 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700631 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 -0700632
Matteo Scandolo272aed42020-05-08 15:05:57 -0700633 - string:
634 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700635 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700636 description: 'How many OpenONU adapter instances to run'
637
638 - string:
639 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700640 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700641 description: 'How many ONOSes instances to run'
642
643 - string:
644 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700645 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700646 description: 'How many Atomix instances to run'
647
648 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700649 name: kafkaReplicas
650 default: '{kafkaReplicas}'
651 description: 'How many Kafka instances to run'
652
653 - string:
654 name: etcdReplicas
655 default: '{etcdReplicas}'
656 description: 'How many ETCD instances to run'
657
658 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700659 name: onosStatInterval
660 default: '{onosStatInterval}'
661 description: 'How often ONOS should poll for ports, flows and meters'
662
663 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200664 name: onosGroupInterval
665 default: '{onosGroupInterval}'
666 description: 'How often ONOS should poll for groups'
667
668 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200669 name: flowObjWorkerThreads
670 default: '{flowObjWorkerThreads}'
671 description: 'How many threads are used by the FlowObjectiveManager worker pool'
672
673 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700674 name: bbsimImg
675 default: '{bbsimImg}'
676 description: 'Custom image selection for BBSIM (repo:tag)'
677
678 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700679 name: rwCoreImg
680 default: '{rwCoreImg}'
681 description: 'Custom image selection for VOLTHA (repo:tag)'
682
683 - string:
684 name: ofAgentImg
685 default: '{ofAgentImg}'
686 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
687
688 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700689 name: openoltAdapterImg
690 default: '{openoltAdapterImg}'
691 description: 'Custom image selection for Openolt Adapter (repo:tag)'
692
693 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700694 name: openonuAdapterImg
695 default: '{openonuAdapterImg}'
696 description: 'Custom image selection for Openonu Adapter (repo:tag)'
697
698 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100699 name: openonuAdapterGoImg
700 default: '{openonuAdapterGoImg}'
701 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
702
703 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700704 name: onosImg
705 default: '{onosImg}'
706 description: 'Custom image selection for Openonu Adapter (repo:tag)'
707
708 - string:
709 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700710 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700711 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
712
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700713 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800714 name: volthaHelmChartsChange
715 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700716 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700717
Matteo Scandoloccc06192020-06-22 10:16:17 -0700718 - bool:
719 name: inMemoryEtcdStorage
720 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700721 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700722
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200723 - string:
724 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700725 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200726 description: 'Karaf home'
727
Andrea Campanellade9139a2022-02-09 16:50:36 +0100728 - string:
729 name: testTimeout
730 default: '{testTimeout}'
731 description: 'How long the scale test can run for in minutes, e.g 10, 15'
732
Matteo Scandolo001003e2021-02-03 15:39:26 -0800733 # remove once voltha-2.6 is deprecated
734 - string:
735 name: kindVolthaChange
736 default: '{kindVolthaChange}'
737 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800738 - bool:
739 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100740 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800741
Elia Battiston4decc6b2022-02-25 10:22:56 +0100742 - string:
743 name: mibTemplateUrl
744 default: '{mibTemplateUrl}'
745 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
746
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700747- job-template:
748 id: 'voltha-scale-measurements'
749 name: '{name}'
Matteo Scandolo54814882022-04-11 13:41:46 -0700750 # disabled: '{disable-job}'
751 disabled: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700752
753 description: |
754 <!-- Managed by Jenkins Job Builder -->
755 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
756 Using pipeline {pipeline-script} <br/><br/>
757 Scale measurements for VOLTHA 2.x
758
759 properties:
760 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800761 build-days-to-keep: '{big-build-days-to-keep}'
762 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700763
764 wrappers:
765 - lf-infra-wrappers:
766 build-timeout: '{build-timeout}'
767 jenkins-ssh-credential: '{jenkins-ssh-credential}'
768
769 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800770 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700771 release: master
772
773 bbsimImg: voltha/bbsim:master
774 rwCoreImg: voltha/voltha-rw-core:master
775 ofAgentImg: voltha/voltha-ofagent-go:master
776 openoltAdapterImg: voltha/voltha-openolt-adapter:master
777 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100778 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700779 onosImg: voltha/voltha-onos:master
780
781 bbsimChart: onf/bbsim
782 volthaChart: onf/voltha
783 openoltAdapterChart: onf/voltha-adapter-openolt
784 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700785 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700786 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700787
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800788 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700789 olts: 2
790 pons: 2
791 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100792 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700793 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000794 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700795 withFlows: false
796 provisionSubscribers: false
797 withEapol: true
798 withDhcp: true
799 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100800 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700801 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700802 withMonitoring: true
803 withProfiling: false
804 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700805 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100806 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700807 onosReplicas: 3
808 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700809 kafkaReplicas: 3
810 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700811 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800812 onosStatInterval: 10
813 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200814 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700815 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800816 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800817 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700818 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100819 withMibTemplate: true
Elia Battiston4decc6b2022-02-25 10:22:56 +0100820 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +0100821 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700822 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100823 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700824 dockerRegistry: 10.90.0.101:30500
825 trigger-comment: vv7CBoQQYYonvaN8xcru
826 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700827
828 <<: *voltha-scale-job-parameters
829
Matteo Scandolo272aed42020-05-08 15:05:57 -0700830 project-type: pipeline
831 concurrent: false
832
833 dsl: !include-raw-escape: pipeline/{pipeline-script}
834
Matteo Scandoloabb83972020-06-25 16:08:23 -0700835 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700836 # periodic jobs will set this every 4 hours
837 # 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 -0700838 - timed: |
839 TZ=America/Los_Angeles
840 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700841 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
842 # patchset jobs will set this to a meaningful comment
843 - gerrit:
844 server-name: '{gerrit-server-name}'
845 silent-start: false
846 successful-message: "PASSED scale test"
847 failure-message: "FAILED scale test"
848 unstable-message: "UNSTABLE scale test"
849 trigger-on:
850 - comment-added-contains-event:
851 comment-contains-value: '.*{trigger-comment}.*'
852 projects:
853 - project-compare-type: REG_EXP
854 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
855 branches:
856 - branch-compare-type: REG_EXP
857 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700858
859- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700860 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800861 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800862
863 description: |
864 <!-- Managed by Jenkins Job Builder -->
865 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
866 Using pipeline {pipeline-script} <br/><br/>
867 Scale measurements for VOLTHA 2.x
868
869 properties:
870 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800871 build-days-to-keep: '{big-build-days-to-keep}'
872 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800873
874 wrappers:
875 - lf-infra-wrappers:
876 build-timeout: '{build-timeout}'
877 jenkins-ssh-credential: '{jenkins-ssh-credential}'
878
Matteo Scandolo0430f672020-05-07 11:50:26 -0700879 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800880 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700881 release: master
882
Matteo Scandolo0430f672020-05-07 11:50:26 -0700883 bbsimImg: voltha/bbsim:master
884 rwCoreImg: voltha/voltha-rw-core:master
885 ofAgentImg: voltha/voltha-ofagent-go:master
886 openoltAdapterImg: voltha/voltha-openolt-adapter:master
887 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100888 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700889 onosImg: voltha/voltha-onos:master
890
891 bbsimChart: onf/bbsim
892 volthaChart: onf/voltha
893 openoltAdapterChart: onf/voltha-adapter-openolt
894 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700895 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700896 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700897
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800898 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700899 olts: 2
900 pons: 2
901 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100902 unis: 4
Matteo Scandolo68776b72020-07-21 14:06:06 -0700903 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000904 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700905 withFlows: true
906 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700907 withEapol: true
908 withDhcp: true
909 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100910 withMaclearning: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700911 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700912 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700913 withProfiling: false
914 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700915 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700916 openonuAdapterReplicas: 1
917 onosReplicas: 1
918 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700919 kafkaReplicas: 1
920 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700921 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800922 onosStatInterval: 10
923 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200924 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700925 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800926 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800927 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700928 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100929 withMibTemplate: true
Elia Battiston4decc6b2022-02-25 10:22:56 +0100930 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +0100931 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700932 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100933 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700934 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700935
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700936 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200937
Matteo Scandolo51b76302020-02-05 12:07:23 -0800938 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800939 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800940
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700941 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700942
Matteo Scandolo849db722020-10-21 10:58:41 -0700943 triggers:
944 - gerrit:
945 server-name: '{gerrit-server-name}'
946 silent-start: false
947 successful-message: "PASSED scale test"
948 failure-message: "FAILED scale test"
949 unstable-message: "UNSTABLE scale test"
950 trigger-on:
951 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700952 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700953 projects:
954 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700955 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700956 branches:
957 - branch-compare-type: REG_EXP
958 branch-pattern: '{all-branches-regexp}'