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 |
DenisGNoonan | 1fd14f9 | 2024-06-06 16:03:41 +0100 | [diff] [blame] | 107 | internalPort1: 8081 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 108 | targetPort1: 8081 |
| 109 | httpsName: https |
DenisGNoonan | 1fd14f9 | 2024-06-06 16:03:41 +0100 | [diff] [blame] | 110 | internalPort2: 8433 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 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 |
aravind.est | 9a6d11a | 2024-08-07 16:33:01 +0100 | [diff] [blame^] | 125 | #Volumepermissions needs to align with the container build arguments |
| 126 | volumepermissions: |
| 127 | groupid: 120957 |
| 128 | userid: 120957 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 129 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 130 | # 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] | 131 | a1controller: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 132 | a1controller: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 133 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 134 | image: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 135 | registry: 'nexus3.onap.org:10002/onap' |
| 136 | name: sdnc-image |
| 137 | tag: 2.1.6 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 138 | replicaCount: 1 |
| 139 | service: |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 140 | allowHttp: true |
| 141 | httpName: http |
| 142 | internalPort1: 8282 |
| 143 | targetPort1: 8181 |
| 144 | httpsName: https |
| 145 | internalPort2: 8383 |
| 146 | targetPort2: 8443 |
| 147 | liveness: |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 148 | initialDelaySeconds: 300 |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 149 | periodSeconds: 10 |
| 150 | readiness: |
| 151 | initialDelaySeconds: 60 |
| 152 | periodSeconds: 10 |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 153 | |
| 154 | a1simulator: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 155 | a1simulator: |
| 156 | name: a1-sim |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 157 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 158 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 159 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 160 | name: a1-simulator |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 161 | tag: 2.6.1 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 162 | service: |
RehanRaza | 036da7f | 2020-06-01 17:11:37 +0200 | [diff] [blame] | 163 | allowHttp: true |
RehanRaza | e5a6ed0 | 2020-05-29 11:30:58 +0200 | [diff] [blame] | 164 | httpName: http |
| 165 | internalPort1: 8085 |
| 166 | targetPort1: 8085 |
| 167 | httpsName: https |
| 168 | internalPort2: 8185 |
| 169 | targetPort2: 8185 |
| 170 | liveness: |
| 171 | initialDelaySeconds: 20 |
| 172 | periodSeconds: 10 |
| 173 | readiness: |
| 174 | initialDelaySeconds: 20 |
| 175 | periodSeconds: 10 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 176 | oscVersion: |
| 177 | name: a1-sim-osc |
| 178 | replicaCount: 2 |
| 179 | stdVersion: |
| 180 | name: a1-sim-std |
| 181 | replicaCount: 2 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 182 | stdVersion2: |
| 183 | name: a1-sim-std2 |
| 184 | replicaCount: 2 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 185 | |
| 186 | controlpanel: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 187 | controlpanel: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 188 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 189 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 190 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 191 | name: nonrtric-controlpanel |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 192 | tag: 2.5.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 193 | replicaCount: 1 |
| 194 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 195 | allowHttp: true |
| 196 | httpName: http |
| 197 | internalPort1: 8080 |
| 198 | targetPort1: 8080 |
| 199 | externalPort1: 30091 |
| 200 | httpsName: https |
| 201 | internalPort2: 8081 |
| 202 | targetPort2: 8082 |
| 203 | externalPort2: 30092 |
| 204 | liveness: |
| 205 | initialDelaySeconds: 20 |
| 206 | periodSeconds: 10 |
| 207 | readiness: |
| 208 | initialDelaySeconds: 20 |
| 209 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 210 | ingress: |
| 211 | enabled: false |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 212 | |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 213 | rappcatalogueservice: |
| 214 | rappcatalogueservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 215 | imagePullPolicy: Always |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 216 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 217 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 218 | name: nonrtric-plt-rappcatalogue |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 219 | tag: 1.2.0 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 220 | service: |
| 221 | allowHttp: true |
| 222 | httpName: http |
| 223 | internalPort1: 9085 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 224 | targetPort1: 8680 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 225 | httpsName: https |
| 226 | internalPort2: 9086 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 227 | targetPort2: 8633 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 228 | liveness: |
| 229 | initialDelaySeconds: 20 |
| 230 | periodSeconds: 10 |
| 231 | readiness: |
| 232 | initialDelaySeconds: 20 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 233 | periodSeconds: 10 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 234 | |
aravind.est | 1932aca | 2022-12-16 14:59:58 +0000 | [diff] [blame] | 235 | rappcatalogueenhancedservice: |
| 236 | rappcatalogueenhancedservice: |
| 237 | imagePullPolicy: Always |
| 238 | image: |
| 239 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
| 240 | name: nonrtric-plt-rappcatalogue-enhanced |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 241 | tag: 1.1.0 |
aravind.est | 1932aca | 2022-12-16 14:59:58 +0000 | [diff] [blame] | 242 | service: |
| 243 | allowHttp: true |
| 244 | httpName: http |
| 245 | internalPort1: 9696 |
| 246 | targetPort1: 9696 |
| 247 | liveness: |
| 248 | initialDelaySeconds: 20 |
| 249 | periodSeconds: 10 |
| 250 | readiness: |
| 251 | initialDelaySeconds: 20 |
| 252 | periodSeconds: 10 |
| 253 | |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 254 | nonrtricgateway: |
| 255 | nonrtricgateway: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 256 | imagePullPolicy: Always |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 257 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 258 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 259 | name: nonrtric-gateway |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 260 | tag: 1.2.0 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 261 | service: |
| 262 | httpName: http |
| 263 | internalPort1: 9090 |
| 264 | targetPort1: 9090 |
| 265 | externalPort1: 30093 |
| 266 | liveness: |
| 267 | initialDelaySeconds: 20 |
| 268 | periodSeconds: 10 |
| 269 | readiness: |
| 270 | initialDelaySeconds: 20 |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame] | 271 | periodSeconds: 10 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 272 | |
| 273 | dmaapadapterservice: |
| 274 | dmaapadapterservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 275 | imagePullPolicy: Always |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 276 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 277 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 278 | name: 'nonrtric-plt-dmaapadapter' |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 279 | tag: 1.3.0 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 280 | service: |
| 281 | allowHttp: true |
| 282 | httpName: http |
| 283 | internalPort1: 9087 |
| 284 | targetPort1: 8084 |
| 285 | httpsName: https |
| 286 | internalPort2: 9088 |
| 287 | targetPort2: 8435 |
| 288 | liveness: |
| 289 | initialDelaySeconds: 20 |
| 290 | periodSeconds: 10 |
| 291 | readiness: |
| 292 | initialDelaySeconds: 20 |
| 293 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 294 | |
| 295 | dmaapmediatorservice: |
| 296 | dmaapmediatorservice: |
| 297 | imagePullPolicy: IfNotPresent |
| 298 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 299 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 300 | name: "nonrtric-plt-dmaapmediatorproducer" |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 301 | tag: 1.2.0 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 302 | service: |
| 303 | allowHttp: true |
| 304 | httpName: http |
| 305 | internalPort1: 8085 |
| 306 | targetPort1: 8085 |
| 307 | httpsName: https |
| 308 | internalPort2: 8185 |
| 309 | targetPort2: 8185 |
| 310 | liveness: |
| 311 | initialDelaySeconds: 20 |
| 312 | periodSeconds: 10 |
| 313 | readiness: |
| 314 | initialDelaySeconds: 20 |
| 315 | periodSeconds: 10 |
| 316 | |
| 317 | helmmanager: |
| 318 | helmmanager: |
| 319 | clusterRoleName: cluster-admin |
| 320 | imagePullPolicy: Always |
| 321 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 322 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 323 | name: "nonrtric-plt-helmmanager" |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 324 | tag: 1.3.0 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 325 | service: |
| 326 | httpName: http |
| 327 | internalPort1: 8112 |
| 328 | targetPort1: 8083 |
| 329 | liveness: |
| 330 | initialDelaySeconds: 20 |
| 331 | periodSeconds: 10 |
| 332 | readiness: |
| 333 | initialDelaySeconds: 20 |
| 334 | periodSeconds: 10 |
| 335 | persistence: |
| 336 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 337 | # 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) |
| 338 | size: 1Gi |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 339 | storageClassName: helmmanager-storage |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 340 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 341 | ransliceassurance: |
| 342 | ransliceassurance: |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 343 | imagePullPolicy: IfNotPresent |
| 344 | image: |
| 345 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 346 | name: "nonrtric-rapp-ransliceassurance" |
rohithrajneesh | f587605 | 2023-06-21 12:45:25 +0100 | [diff] [blame] | 347 | tag: 1.3.0 |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 348 | env: |
| 349 | mr_host: "http://onap-dmaap" |
| 350 | mr_port: "3904" |
| 351 | sdnr_address: "http://sdnr:8181" |
| 352 | sdnr_user: "admin" |
| 353 | sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" |
| 354 | log_level: "Info" |
| 355 | polltime: "10" |
aravind.est | d1457dd | 2022-12-16 17:21:32 +0000 | [diff] [blame] | 356 | node_id: "o-du-1122" |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 357 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 358 | orufhrecovery: |
| 359 | orufhrecovery: |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 360 | imagePullPolicy: IfNotPresent |
| 361 | image: |
| 362 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
ktimoney | f67e67b | 2022-06-08 14:39:57 +0100 | [diff] [blame] | 363 | name: "nonrtric-rapp-orufhrecovery-consumer" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 364 | tag: 1.1.0 |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 365 | env: |
| 366 | consumer_host: "http://mrproducer" |
| 367 | consumer_port: "8095" |
ecaiyanlinux | baeef2c | 2022-02-14 22:36:54 +0100 | [diff] [blame] | 368 | consumer_cert_path: "security/consumer.crt" |
| 369 | consumer_key_path: "security/consumer.key" |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 370 | info_coord_addr: "http://ics:8083" |
| 371 | sdnr_address: "http://sdnr:8282" |
| 372 | sdnr_user: "admin" |
| 373 | sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" |
| 374 | oru_to_odu_map_file: "o-ru-to-o-du-map.csv" |
| 375 | log_level: "Info" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 376 | |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame] | 377 | capifcore: |
| 378 | capifcore: |
| 379 | imagePullPolicy: IfNotPresent |
| 380 | image: |
DenisGNoonan | 2e1a996 | 2024-04-17 15:11:09 +0100 | [diff] [blame] | 381 | registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame] | 382 | name: nonrtric-plt-capifcore |
DenisGNoonan | 2e1a996 | 2024-04-17 15:11:09 +0100 | [diff] [blame] | 383 | tag: 1.3.1 |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame] | 384 | env: |
| 385 | chart_museum_url: "http://chartmuseum:8080" |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 386 | repo_name: "capifcore" |
| 387 | |
DenisGNoonan | b4dae85 | 2024-03-26 14:46:10 +0000 | [diff] [blame] | 388 | servicemanager: |
| 389 | servicemanager: |
| 390 | imagePullPolicy: IfNotPresent |
| 391 | image: |
| 392 | registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" |
| 393 | name: nonrtric-plt-servicemanager |
DenisGNoonan | a86df57 | 2024-04-22 16:46:57 +0100 | [diff] [blame] | 394 | tag: 0.1.2 |
DenisGNoonan | b4dae85 | 2024-03-26 14:46:10 +0000 | [diff] [blame] | 395 | |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 396 | rappmanager: |
| 397 | rappmanager: |
| 398 | imagePullPolicy: IfNotPresent |
| 399 | image: |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 400 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 401 | name: nonrtric-plt-rappmanager |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 402 | tag: 0.0.1 |
aravind.est | f36dc4a | 2023-11-14 13:17:48 +0000 | [diff] [blame] | 403 | service: |
| 404 | httpName: http |
| 405 | internalPort1: 8080 |
| 406 | targetPort1: 8080 |
| 407 | liveness: |
| 408 | initialDelaySeconds: 20 |
| 409 | periodSeconds: 10 |
| 410 | readiness: |
| 411 | initialDelaySeconds: 20 |
| 412 | periodSeconds: 10 |
| 413 | ingress: |
| 414 | enabled: true |
| 415 | acm: |
| 416 | username: cnVudGltZVVzZXI= |
| 417 | password: emIhWHp0RzM0 |
aravind.est | 7a8f974 | 2023-11-16 13:19:15 +0000 | [diff] [blame] | 418 | |
| 419 | dmeparticipant: |
| 420 | dmeparticipant: |
| 421 | imagePullPolicy: IfNotPresent |
| 422 | image: |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 423 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
aravind.est | 7a8f974 | 2023-11-16 13:19:15 +0000 | [diff] [blame] | 424 | name: nonrtric-plt-participant-impl-dme |
rohithrajneesh | 177701e | 2023-12-18 23:02:55 +0000 | [diff] [blame] | 425 | tag: 0.0.1 |
aravind.est | 7a8f974 | 2023-11-16 13:19:15 +0000 | [diff] [blame] | 426 | service: |
| 427 | httpName: http |
| 428 | internalPort1: 8080 |
| 429 | targetPort1: 8080 |
| 430 | liveness: |
| 431 | initialDelaySeconds: 20 |
| 432 | periodSeconds: 10 |
| 433 | readiness: |
| 434 | initialDelaySeconds: 20 |
| 435 | periodSeconds: 10 |
| 436 | ingress: |
| 437 | enabled: false |
| 438 | security: |
| 439 | username: cGFydGljaXBhbnRVc2VyCg== |
| 440 | password: emIhWHp0RzM0 |