rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 1 | # ============LICENSE_START=============================================== |
| 2 | # Copyright (C) 2023 Nordix Foundation. All rights reserved. |
aravind.est | 6f3b040 | 2024-03-07 15:53:04 +0000 | [diff] [blame] | 3 | # Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved. |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 4 | # ======================================================================== |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | # ============LICENSE_END================================================= |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 17 | |
| 18 | #------------------------------------------------------------------------- |
| 19 | # Global common setting |
| 20 | #------------------------------------------------------------------------- |
| 21 | |
PatrikBuhr | c5c107d | 2021-05-26 09:26:09 +0200 | [diff] [blame] | 22 | |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 23 | # 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] | 24 | nonrtric: |
| 25 | installPms: true |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 26 | installA1controller: true |
| 27 | installA1simulator: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 28 | installControlpanel: true |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 29 | installInformationservice: true |
| 30 | installRappcatalogueservice: true |
aravind.est | 8a7e77f | 2023-01-09 14:48:22 +0000 | [diff] [blame] | 31 | installRappcatalogueenhancedservice: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 32 | installNonrtricgateway: true |
DenisGNoonan | b4dae85 | 2024-03-26 14:46:10 +0000 | [diff] [blame] | 33 | installKong: true |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 34 | installDmaapadapterservice: true |
| 35 | installDmaapmediatorservice: true |
| 36 | installHelmmanager: true |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 37 | installOrufhrecovery: true |
| 38 | installRansliceassurance: true |
aravind.est | 0c128bc | 2023-07-18 13:48:12 +0100 | [diff] [blame] | 39 | installCapifcore: true |
DenisGNoonan | b4dae85 | 2024-03-26 14:46:10 +0000 | [diff] [blame] | 40 | installServicemanager: true |
aravind.est | 031a911 | 2024-03-14 15:52:15 +0000 | [diff] [blame] | 41 | installRanpm: false |
aravind.est | 6f3b040 | 2024-03-07 15:53:04 +0000 | [diff] [blame] | 42 | # rApp Manager functionality relies on ACM for its operation |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 43 | installrAppmanager: true |
aravind.est | 6f3b040 | 2024-03-07 15:53:04 +0000 | [diff] [blame] | 44 | # DME Participant should only be activated when ACM installation is available for this participant to utilize |
| 45 | installDmeParticipant: false |
aravind.est | 0c128bc | 2023-07-18 13:48:12 +0100 | [diff] [blame] | 46 | |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 47 | volume1: |
| 48 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 49 | size: 2Gi |
| 50 | storageClassName: pms-storage |
PatrikBuhr | 4c590d9 | 2021-12-09 14:16:01 +0100 | [diff] [blame] | 51 | hostPath: /var/nonrtric/pms-storage |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 52 | volume2: |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 53 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 54 | size: 2Gi |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 55 | storageClassName: ics-storage |
PatrikBuhr | 4c590d9 | 2021-12-09 14:16:01 +0100 | [diff] [blame] | 56 | hostPath: /var/nonrtric/ics-storage |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 57 | volume3: |
| 58 | size: 1Gi |
| 59 | storageClassName: helmmanager-storage |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 60 | common: |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 61 | releasePrefix: r3-dev-nonrtric |
| 62 | # Do not change the namespace |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 63 | namespace: |
| 64 | nonrtric: nonrtric |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 65 | ingressClassName: kong |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 66 | |
| 67 | informationservice: |
| 68 | informationservice: |
| 69 | imagePullPolicy: Always |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 70 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 71 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 72 | name: 'nonrtric-plt-informationcoordinatorservice' |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 73 | tag: 1.6.0 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 74 | service: |
| 75 | allowHttp: true |
| 76 | httpName: http |
| 77 | internalPort1: 9082 |
| 78 | targetPort1: 8083 |
| 79 | httpsName: https |
| 80 | internalPort2: 9083 |
| 81 | targetPort2: 8434 |
| 82 | liveness: |
| 83 | initialDelaySeconds: 20 |
| 84 | periodSeconds: 10 |
| 85 | readiness: |
| 86 | initialDelaySeconds: 20 |
| 87 | periodSeconds: 10 |
| 88 | persistence: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 89 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 90 | # 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] | 91 | size: 2Gi |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 92 | storageClassName: ics-storage |
| 93 | ingress: |
| 94 | enabled: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 95 | |
| 96 | # Need to check the external port Availability |
| 97 | policymanagementservice: |
| 98 | policymanagementservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 99 | imagePullPolicy: Always |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 100 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 101 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 102 | name: nonrtric-plt-a1policymanagementservice |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 103 | tag: 2.7.0 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 104 | service: |
| 105 | allowHttp: true |
| 106 | httpName: http |
| 107 | internalPort1: 9080 |
| 108 | targetPort1: 8081 |
| 109 | httpsName: https |
| 110 | internalPort2: 9081 |
| 111 | targetPort2: 8433 |
| 112 | liveness: |
| 113 | initialDelaySeconds: 20 |
| 114 | periodSeconds: 10 |
| 115 | readiness: |
| 116 | initialDelaySeconds: 20 |
| 117 | periodSeconds: 10 |
| 118 | persistence: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 119 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 120 | # 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] | 121 | size: 2Gi |
| 122 | storageClassName: pms-storage |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 123 | ingress: |
| 124 | enabled: true |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 125 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 126 | # A1 Controller 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] | 127 | a1controller: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 128 | a1controller: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 129 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 130 | image: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 131 | registry: 'nexus3.onap.org:10002/onap' |
| 132 | name: sdnc-image |
| 133 | tag: 2.1.6 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 134 | replicaCount: 1 |
| 135 | service: |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 136 | allowHttp: true |
| 137 | httpName: http |
| 138 | internalPort1: 8282 |
| 139 | targetPort1: 8181 |
| 140 | httpsName: https |
| 141 | internalPort2: 8383 |
| 142 | targetPort2: 8443 |
| 143 | liveness: |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 144 | initialDelaySeconds: 300 |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 145 | periodSeconds: 10 |
| 146 | readiness: |
| 147 | initialDelaySeconds: 60 |
| 148 | periodSeconds: 10 |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 149 | |
| 150 | a1simulator: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 151 | a1simulator: |
| 152 | name: a1-sim |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 153 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 154 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 155 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 156 | name: a1-simulator |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 157 | tag: 2.6.1 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 158 | service: |
RehanRaza | 036da7f | 2020-06-01 17:11:37 +0200 | [diff] [blame] | 159 | allowHttp: true |
RehanRaza | e5a6ed0 | 2020-05-29 11:30:58 +0200 | [diff] [blame] | 160 | httpName: http |
| 161 | internalPort1: 8085 |
| 162 | targetPort1: 8085 |
| 163 | httpsName: https |
| 164 | internalPort2: 8185 |
| 165 | targetPort2: 8185 |
| 166 | liveness: |
| 167 | initialDelaySeconds: 20 |
| 168 | periodSeconds: 10 |
| 169 | readiness: |
| 170 | initialDelaySeconds: 20 |
| 171 | periodSeconds: 10 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 172 | oscVersion: |
| 173 | name: a1-sim-osc |
| 174 | replicaCount: 2 |
| 175 | stdVersion: |
| 176 | name: a1-sim-std |
| 177 | replicaCount: 2 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 178 | stdVersion2: |
| 179 | name: a1-sim-std2 |
| 180 | replicaCount: 2 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 181 | |
| 182 | controlpanel: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 183 | controlpanel: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 184 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 185 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 186 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 187 | name: nonrtric-controlpanel |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 188 | tag: 2.5.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 189 | replicaCount: 1 |
| 190 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 191 | allowHttp: true |
| 192 | httpName: http |
| 193 | internalPort1: 8080 |
| 194 | targetPort1: 8080 |
| 195 | externalPort1: 30091 |
| 196 | httpsName: https |
| 197 | internalPort2: 8081 |
| 198 | targetPort2: 8082 |
| 199 | externalPort2: 30092 |
| 200 | liveness: |
| 201 | initialDelaySeconds: 20 |
| 202 | periodSeconds: 10 |
| 203 | readiness: |
| 204 | initialDelaySeconds: 20 |
| 205 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 206 | ingress: |
| 207 | enabled: false |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 208 | |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 209 | rappcatalogueservice: |
| 210 | rappcatalogueservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 211 | imagePullPolicy: Always |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 212 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 213 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 214 | name: nonrtric-plt-rappcatalogue |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 215 | tag: 1.2.0 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 216 | service: |
| 217 | allowHttp: true |
| 218 | httpName: http |
| 219 | internalPort1: 9085 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 220 | targetPort1: 8680 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 221 | httpsName: https |
| 222 | internalPort2: 9086 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 223 | targetPort2: 8633 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 224 | liveness: |
| 225 | initialDelaySeconds: 20 |
| 226 | periodSeconds: 10 |
| 227 | readiness: |
| 228 | initialDelaySeconds: 20 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 229 | periodSeconds: 10 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 230 | |
aravind.est | 1932aca | 2022-12-16 14:59:58 +0000 | [diff] [blame] | 231 | rappcatalogueenhancedservice: |
| 232 | rappcatalogueenhancedservice: |
| 233 | imagePullPolicy: Always |
| 234 | image: |
| 235 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
| 236 | name: nonrtric-plt-rappcatalogue-enhanced |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 237 | tag: 1.1.0 |
aravind.est | 1932aca | 2022-12-16 14:59:58 +0000 | [diff] [blame] | 238 | service: |
| 239 | allowHttp: true |
| 240 | httpName: http |
| 241 | internalPort1: 9696 |
| 242 | targetPort1: 9696 |
| 243 | liveness: |
| 244 | initialDelaySeconds: 20 |
| 245 | periodSeconds: 10 |
| 246 | readiness: |
| 247 | initialDelaySeconds: 20 |
| 248 | periodSeconds: 10 |
| 249 | |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 250 | nonrtricgateway: |
| 251 | nonrtricgateway: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 252 | imagePullPolicy: Always |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 253 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 254 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 255 | name: nonrtric-gateway |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 256 | tag: 1.2.0 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 257 | service: |
| 258 | httpName: http |
| 259 | internalPort1: 9090 |
| 260 | targetPort1: 9090 |
| 261 | externalPort1: 30093 |
| 262 | liveness: |
| 263 | initialDelaySeconds: 20 |
| 264 | periodSeconds: 10 |
| 265 | readiness: |
| 266 | initialDelaySeconds: 20 |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame] | 267 | periodSeconds: 10 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 268 | |
| 269 | dmaapadapterservice: |
| 270 | dmaapadapterservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 271 | imagePullPolicy: Always |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 272 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 273 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 274 | name: 'nonrtric-plt-dmaapadapter' |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 275 | tag: 1.3.0 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 276 | service: |
| 277 | allowHttp: true |
| 278 | httpName: http |
| 279 | internalPort1: 9087 |
| 280 | targetPort1: 8084 |
| 281 | httpsName: https |
| 282 | internalPort2: 9088 |
| 283 | targetPort2: 8435 |
| 284 | liveness: |
| 285 | initialDelaySeconds: 20 |
| 286 | periodSeconds: 10 |
| 287 | readiness: |
| 288 | initialDelaySeconds: 20 |
| 289 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 290 | |
| 291 | dmaapmediatorservice: |
| 292 | dmaapmediatorservice: |
| 293 | imagePullPolicy: IfNotPresent |
| 294 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 295 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 296 | name: "nonrtric-plt-dmaapmediatorproducer" |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 297 | tag: 1.2.0 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 298 | service: |
| 299 | allowHttp: true |
| 300 | httpName: http |
| 301 | internalPort1: 8085 |
| 302 | targetPort1: 8085 |
| 303 | httpsName: https |
| 304 | internalPort2: 8185 |
| 305 | targetPort2: 8185 |
| 306 | liveness: |
| 307 | initialDelaySeconds: 20 |
| 308 | periodSeconds: 10 |
| 309 | readiness: |
| 310 | initialDelaySeconds: 20 |
| 311 | periodSeconds: 10 |
| 312 | |
| 313 | helmmanager: |
| 314 | helmmanager: |
| 315 | clusterRoleName: cluster-admin |
| 316 | imagePullPolicy: Always |
| 317 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 318 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 319 | name: "nonrtric-plt-helmmanager" |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 320 | tag: 1.3.0 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 321 | service: |
| 322 | httpName: http |
| 323 | internalPort1: 8112 |
| 324 | targetPort1: 8083 |
| 325 | liveness: |
| 326 | initialDelaySeconds: 20 |
| 327 | periodSeconds: 10 |
| 328 | readiness: |
| 329 | initialDelaySeconds: 20 |
| 330 | periodSeconds: 10 |
| 331 | persistence: |
| 332 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 333 | # 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) |
| 334 | size: 1Gi |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 335 | storageClassName: helmmanager-storage |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 336 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 337 | ransliceassurance: |
| 338 | ransliceassurance: |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 339 | imagePullPolicy: IfNotPresent |
| 340 | image: |
| 341 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 342 | name: "nonrtric-rapp-ransliceassurance" |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 343 | tag: 1.3.0 |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 344 | env: |
| 345 | mr_host: "http://onap-dmaap" |
| 346 | mr_port: "3904" |
| 347 | sdnr_address: "http://sdnr:8181" |
| 348 | sdnr_user: "admin" |
| 349 | sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" |
| 350 | log_level: "Info" |
| 351 | polltime: "10" |
aravind.est | d1457dd | 2022-12-16 17:21:32 +0000 | [diff] [blame] | 352 | node_id: "o-du-1122" |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 353 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 354 | orufhrecovery: |
| 355 | orufhrecovery: |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 356 | imagePullPolicy: IfNotPresent |
| 357 | image: |
| 358 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
ktimoney | f67e67b | 2022-06-08 14:39:57 +0100 | [diff] [blame] | 359 | name: "nonrtric-rapp-orufhrecovery-consumer" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 360 | tag: 1.1.0 |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 361 | env: |
| 362 | consumer_host: "http://mrproducer" |
| 363 | consumer_port: "8095" |
ecaiyanlinux | baeef2c | 2022-02-14 22:36:54 +0100 | [diff] [blame] | 364 | consumer_cert_path: "security/consumer.crt" |
| 365 | consumer_key_path: "security/consumer.key" |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 366 | info_coord_addr: "http://ics:8083" |
| 367 | sdnr_address: "http://sdnr:8282" |
| 368 | sdnr_user: "admin" |
| 369 | sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" |
| 370 | oru_to_odu_map_file: "o-ru-to-o-du-map.csv" |
| 371 | log_level: "Info" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 372 | |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame] | 373 | capifcore: |
| 374 | capifcore: |
| 375 | imagePullPolicy: IfNotPresent |
| 376 | image: |
DenisGNoonan | 2e1a996 | 2024-04-17 15:11:09 +0100 | [diff] [blame] | 377 | registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame] | 378 | name: nonrtric-plt-capifcore |
DenisGNoonan | 2e1a996 | 2024-04-17 15:11:09 +0100 | [diff] [blame] | 379 | tag: 1.3.1 |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame] | 380 | env: |
| 381 | chart_museum_url: "http://chartmuseum:8080" |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 382 | repo_name: "capifcore" |
| 383 | |
DenisGNoonan | b4dae85 | 2024-03-26 14:46:10 +0000 | [diff] [blame] | 384 | servicemanager: |
| 385 | servicemanager: |
| 386 | imagePullPolicy: IfNotPresent |
| 387 | image: |
| 388 | registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" |
| 389 | name: nonrtric-plt-servicemanager |
DenisGNoonan | 2e1a996 | 2024-04-17 15:11:09 +0100 | [diff] [blame] | 390 | tag: 0.1.1 |
DenisGNoonan | b4dae85 | 2024-03-26 14:46:10 +0000 | [diff] [blame] | 391 | |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 392 | rappmanager: |
| 393 | rappmanager: |
| 394 | imagePullPolicy: IfNotPresent |
| 395 | image: |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 396 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 397 | name: nonrtric-plt-rappmanager |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 398 | tag: 0.0.1 |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 399 | service: |
| 400 | httpName: http |
| 401 | internalPort1: 8080 |
| 402 | targetPort1: 8080 |
| 403 | liveness: |
| 404 | initialDelaySeconds: 20 |
| 405 | periodSeconds: 10 |
| 406 | readiness: |
| 407 | initialDelaySeconds: 20 |
| 408 | periodSeconds: 10 |
| 409 | ingress: |
| 410 | enabled: true |
| 411 | acm: |
| 412 | username: cnVudGltZVVzZXI= |
| 413 | password: emIhWHp0RzM0 |
aravind.est | 7a8f974 | 2023-11-16 13:19:15 +0000 | [diff] [blame] | 414 | |
| 415 | dmeparticipant: |
| 416 | dmeparticipant: |
| 417 | imagePullPolicy: IfNotPresent |
| 418 | image: |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 419 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
aravind.est | 7a8f974 | 2023-11-16 13:19:15 +0000 | [diff] [blame] | 420 | name: nonrtric-plt-participant-impl-dme |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 421 | tag: 0.0.1 |
aravind.est | 7a8f974 | 2023-11-16 13:19:15 +0000 | [diff] [blame] | 422 | service: |
| 423 | httpName: http |
| 424 | internalPort1: 8080 |
| 425 | targetPort1: 8080 |
| 426 | liveness: |
| 427 | initialDelaySeconds: 20 |
| 428 | periodSeconds: 10 |
| 429 | readiness: |
| 430 | initialDelaySeconds: 20 |
| 431 | periodSeconds: 10 |
| 432 | ingress: |
| 433 | enabled: false |
| 434 | security: |
| 435 | username: cGFydGljaXBhbnRVc2VyCg== |
| 436 | password: emIhWHp0RzM0 |