Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 1 | ################################################################################ |
| 2 | # Copyright (c) 2020 Nordix Foundation. # |
| 3 | # # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); # |
| 5 | # you may not use this file except in compliance with the License. # |
| 6 | # You may obtain a copy of the License at # |
| 7 | # # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 # |
| 9 | # # |
| 10 | # Unless required by applicable law or agreed to in writing, software # |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, # |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # |
| 13 | # See the License for the specific language governing permissions and # |
| 14 | # limitations under the License. # |
| 15 | ################################################################################ |
| 16 | |
| 17 | #------------------------------------------------------------------------- |
| 18 | # Global common setting |
| 19 | #------------------------------------------------------------------------- |
| 20 | |
PatrikBuhr | c5c107d | 2021-05-26 09:26:09 +0200 | [diff] [blame] | 21 | |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 22 | # Here you can enable inclusion or exclusion of each component. A not enabled component will not be installed. |
PatrikBuhr | c5c107d | 2021-05-26 09:26:09 +0200 | [diff] [blame] | 23 | nonrtric: |
| 24 | installPms: true |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 25 | installA1controller: true |
| 26 | installA1simulator: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 27 | installControlpanel: true |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 28 | installInformationservice: true |
| 29 | installRappcatalogueservice: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 30 | installNonrtricgateway: true |
| 31 | installKong: false |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 32 | installDmaapadapterservice: true |
| 33 | installDmaapmediatorservice: true |
| 34 | installHelmmanager: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 35 | volume1: |
| 36 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 37 | size: 2Gi |
| 38 | storageClassName: pms-storage |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 39 | volume2: |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 40 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 41 | size: 2Gi |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 42 | storageClassName: ics-storage |
| 43 | volume3: |
| 44 | size: 1Gi |
| 45 | storageClassName: helmmanager-storage |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 46 | |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 47 | common: |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 48 | releasePrefix: r3-dev-nonrtric |
| 49 | # Do not change the namespace |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 50 | namespace: |
| 51 | nonrtric: nonrtric |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 52 | ingressClassName: kong |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 53 | |
| 54 | informationservice: |
| 55 | informationservice: |
| 56 | imagePullPolicy: Always |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 57 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 58 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 59 | name: 'nonrtric-information-coordinator-service' |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 60 | tag: 1.2.0 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 61 | service: |
| 62 | allowHttp: true |
| 63 | httpName: http |
| 64 | internalPort1: 9082 |
| 65 | targetPort1: 8083 |
| 66 | httpsName: https |
| 67 | internalPort2: 9083 |
| 68 | targetPort2: 8434 |
| 69 | liveness: |
| 70 | initialDelaySeconds: 20 |
| 71 | periodSeconds: 10 |
| 72 | readiness: |
| 73 | initialDelaySeconds: 20 |
| 74 | periodSeconds: 10 |
| 75 | persistence: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 76 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 77 | # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 78 | size: 2Gi |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 79 | storageClassName: ics-storage |
| 80 | ingress: |
| 81 | enabled: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 82 | |
| 83 | # Need to check the external port Availability |
| 84 | policymanagementservice: |
| 85 | policymanagementservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 86 | imagePullPolicy: Always |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 87 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 88 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
| 89 | name: nonrtric-a1-policy-management-service |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 90 | tag: 2.3.0 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 91 | service: |
| 92 | allowHttp: true |
| 93 | httpName: http |
| 94 | internalPort1: 9080 |
| 95 | targetPort1: 8081 |
| 96 | httpsName: https |
| 97 | internalPort2: 9081 |
| 98 | targetPort2: 8433 |
| 99 | liveness: |
| 100 | initialDelaySeconds: 20 |
| 101 | periodSeconds: 10 |
| 102 | readiness: |
| 103 | initialDelaySeconds: 20 |
| 104 | periodSeconds: 10 |
| 105 | persistence: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 106 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 107 | # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 108 | size: 2Gi |
| 109 | storageClassName: pms-storage |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 110 | ingress: |
| 111 | enabled: true |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 112 | |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 113 | # A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart. |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 114 | a1controller: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 115 | a1controller: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 116 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 117 | image: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 118 | registry: 'nexus3.onap.org:10002/onap' |
| 119 | name: sdnc-image |
| 120 | tag: 2.1.6 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 121 | replicaCount: 1 |
| 122 | service: |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 123 | allowHttp: true |
| 124 | httpName: http |
| 125 | internalPort1: 8282 |
| 126 | targetPort1: 8181 |
| 127 | httpsName: https |
| 128 | internalPort2: 8383 |
| 129 | targetPort2: 8443 |
| 130 | liveness: |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 131 | initialDelaySeconds: 300 |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 132 | periodSeconds: 10 |
| 133 | readiness: |
| 134 | initialDelaySeconds: 60 |
| 135 | periodSeconds: 10 |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 136 | |
| 137 | a1simulator: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 138 | a1simulator: |
| 139 | name: a1-sim |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 140 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 141 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 142 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 143 | name: a1-simulator |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 144 | tag: 2.2.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 145 | service: |
RehanRaza | 036da7f | 2020-06-01 17:11:37 +0200 | [diff] [blame] | 146 | allowHttp: true |
RehanRaza | e5a6ed0 | 2020-05-29 11:30:58 +0200 | [diff] [blame] | 147 | httpName: http |
| 148 | internalPort1: 8085 |
| 149 | targetPort1: 8085 |
| 150 | httpsName: https |
| 151 | internalPort2: 8185 |
| 152 | targetPort2: 8185 |
| 153 | liveness: |
| 154 | initialDelaySeconds: 20 |
| 155 | periodSeconds: 10 |
| 156 | readiness: |
| 157 | initialDelaySeconds: 20 |
| 158 | periodSeconds: 10 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 159 | oscVersion: |
| 160 | name: a1-sim-osc |
| 161 | replicaCount: 2 |
| 162 | stdVersion: |
| 163 | name: a1-sim-std |
| 164 | replicaCount: 2 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 165 | stdVersion2: |
| 166 | name: a1-sim-std2 |
| 167 | replicaCount: 2 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 168 | |
| 169 | controlpanel: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 170 | controlpanel: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 171 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 172 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 173 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 174 | name: nonrtric-controlpanel |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 175 | tag: 2.3.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 176 | replicaCount: 1 |
| 177 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 178 | allowHttp: true |
| 179 | httpName: http |
| 180 | internalPort1: 8080 |
| 181 | targetPort1: 8080 |
| 182 | externalPort1: 30091 |
| 183 | httpsName: https |
| 184 | internalPort2: 8081 |
| 185 | targetPort2: 8082 |
| 186 | externalPort2: 30092 |
| 187 | liveness: |
| 188 | initialDelaySeconds: 20 |
| 189 | periodSeconds: 10 |
| 190 | readiness: |
| 191 | initialDelaySeconds: 20 |
| 192 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 193 | ingress: |
| 194 | enabled: false |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 195 | |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 196 | rappcatalogueservice: |
| 197 | rappcatalogueservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 198 | imagePullPolicy: Always |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 199 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 200 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 201 | name: nonrtric-r-app-catalogue |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 202 | tag: 1.0.1 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 203 | service: |
| 204 | allowHttp: true |
| 205 | httpName: http |
| 206 | internalPort1: 9085 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 207 | targetPort1: 8680 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 208 | httpsName: https |
| 209 | internalPort2: 9086 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 210 | targetPort2: 8633 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 211 | liveness: |
| 212 | initialDelaySeconds: 20 |
| 213 | periodSeconds: 10 |
| 214 | readiness: |
| 215 | initialDelaySeconds: 20 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 216 | periodSeconds: 10 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 217 | |
| 218 | nonrtricgateway: |
| 219 | nonrtricgateway: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 220 | imagePullPolicy: Always |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 221 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 222 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 223 | name: nonrtric-gateway |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 224 | tag: 1.0.0 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 225 | service: |
| 226 | httpName: http |
| 227 | internalPort1: 9090 |
| 228 | targetPort1: 9090 |
| 229 | externalPort1: 30093 |
| 230 | liveness: |
| 231 | initialDelaySeconds: 20 |
| 232 | periodSeconds: 10 |
| 233 | readiness: |
| 234 | initialDelaySeconds: 20 |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame] | 235 | periodSeconds: 10 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 236 | |
| 237 | dmaapadapterservice: |
| 238 | dmaapadapterservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 239 | imagePullPolicy: Always |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 240 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 241 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 242 | name: 'nonrtric-dmaap-adaptor' |
| 243 | tag: 1.0.0 |
| 244 | service: |
| 245 | allowHttp: true |
| 246 | httpName: http |
| 247 | internalPort1: 9087 |
| 248 | targetPort1: 8084 |
| 249 | httpsName: https |
| 250 | internalPort2: 9088 |
| 251 | targetPort2: 8435 |
| 252 | liveness: |
| 253 | initialDelaySeconds: 20 |
| 254 | periodSeconds: 10 |
| 255 | readiness: |
| 256 | initialDelaySeconds: 20 |
| 257 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 258 | |
| 259 | dmaapmediatorservice: |
| 260 | dmaapmediatorservice: |
| 261 | imagePullPolicy: IfNotPresent |
| 262 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 263 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 264 | name: "nonrtric-dmaap-mediator-producer" |
| 265 | tag: 1.0.0 |
| 266 | service: |
| 267 | allowHttp: true |
| 268 | httpName: http |
| 269 | internalPort1: 8085 |
| 270 | targetPort1: 8085 |
| 271 | httpsName: https |
| 272 | internalPort2: 8185 |
| 273 | targetPort2: 8185 |
| 274 | liveness: |
| 275 | initialDelaySeconds: 20 |
| 276 | periodSeconds: 10 |
| 277 | readiness: |
| 278 | initialDelaySeconds: 20 |
| 279 | periodSeconds: 10 |
| 280 | |
| 281 | helmmanager: |
| 282 | helmmanager: |
| 283 | clusterRoleName: cluster-admin |
| 284 | imagePullPolicy: Always |
| 285 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 286 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 287 | name: "nonrtric-helm-manager" |
| 288 | tag: 1.1.0 |
| 289 | service: |
| 290 | httpName: http |
| 291 | internalPort1: 8112 |
| 292 | targetPort1: 8083 |
| 293 | liveness: |
| 294 | initialDelaySeconds: 20 |
| 295 | periodSeconds: 10 |
| 296 | readiness: |
| 297 | initialDelaySeconds: 20 |
| 298 | periodSeconds: 10 |
| 299 | persistence: |
| 300 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 301 | # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) |
| 302 | size: 1Gi |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 303 | storageClassName: helmmanager-storage |