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 |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 35 | installOrufhrecovery: true |
| 36 | installRansliceassurance: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 37 | volume1: |
| 38 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 39 | size: 2Gi |
| 40 | storageClassName: pms-storage |
PatrikBuhr | 4c590d9 | 2021-12-09 14:16:01 +0100 | [diff] [blame] | 41 | hostPath: /var/nonrtric/pms-storage |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 42 | volume2: |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 43 | # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) |
| 44 | size: 2Gi |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 45 | storageClassName: ics-storage |
PatrikBuhr | 4c590d9 | 2021-12-09 14:16:01 +0100 | [diff] [blame] | 46 | hostPath: /var/nonrtric/ics-storage |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 47 | volume3: |
| 48 | size: 1Gi |
| 49 | storageClassName: helmmanager-storage |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 50 | common: |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 51 | releasePrefix: r3-dev-nonrtric |
| 52 | # Do not change the namespace |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 53 | namespace: |
| 54 | nonrtric: nonrtric |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 55 | ingressClassName: kong |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 56 | |
| 57 | informationservice: |
| 58 | informationservice: |
| 59 | imagePullPolicy: Always |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 60 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 61 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 62 | name: 'nonrtric-plt-informationcoordinatorservice' |
| 63 | tag: 1.3.0 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 64 | service: |
| 65 | allowHttp: true |
| 66 | httpName: http |
| 67 | internalPort1: 9082 |
| 68 | targetPort1: 8083 |
| 69 | httpsName: https |
| 70 | internalPort2: 9083 |
| 71 | targetPort2: 8434 |
| 72 | liveness: |
| 73 | initialDelaySeconds: 20 |
| 74 | periodSeconds: 10 |
| 75 | readiness: |
| 76 | initialDelaySeconds: 20 |
| 77 | periodSeconds: 10 |
| 78 | persistence: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 79 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 80 | # 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] | 81 | size: 2Gi |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 82 | storageClassName: ics-storage |
| 83 | ingress: |
| 84 | enabled: true |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 85 | |
| 86 | # Need to check the external port Availability |
| 87 | policymanagementservice: |
| 88 | policymanagementservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 89 | imagePullPolicy: Always |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 90 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 91 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 92 | name: nonrtric-plt-a1policymanagementservice |
| 93 | tag: 2.4.0 |
PatrikBuhr | 8a1a9a4 | 2021-06-04 10:57:06 +0200 | [diff] [blame] | 94 | service: |
| 95 | allowHttp: true |
| 96 | httpName: http |
| 97 | internalPort1: 9080 |
| 98 | targetPort1: 8081 |
| 99 | httpsName: https |
| 100 | internalPort2: 9081 |
| 101 | targetPort2: 8433 |
| 102 | liveness: |
| 103 | initialDelaySeconds: 20 |
| 104 | periodSeconds: 10 |
| 105 | readiness: |
| 106 | initialDelaySeconds: 20 |
| 107 | periodSeconds: 10 |
| 108 | persistence: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 109 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 110 | # 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] | 111 | size: 2Gi |
| 112 | storageClassName: pms-storage |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 113 | ingress: |
| 114 | enabled: true |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 115 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 116 | # 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] | 117 | a1controller: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 118 | a1controller: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 119 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 120 | image: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 121 | registry: 'nexus3.onap.org:10002/onap' |
| 122 | name: sdnc-image |
| 123 | tag: 2.1.6 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 124 | replicaCount: 1 |
| 125 | service: |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 126 | allowHttp: true |
| 127 | httpName: http |
| 128 | internalPort1: 8282 |
| 129 | targetPort1: 8181 |
| 130 | httpsName: https |
| 131 | internalPort2: 8383 |
| 132 | targetPort2: 8443 |
| 133 | liveness: |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 134 | initialDelaySeconds: 300 |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 135 | periodSeconds: 10 |
| 136 | readiness: |
| 137 | initialDelaySeconds: 60 |
| 138 | periodSeconds: 10 |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 139 | |
| 140 | a1simulator: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 141 | a1simulator: |
| 142 | name: a1-sim |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 143 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 144 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 145 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 146 | name: a1-simulator |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 147 | tag: 2.3.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 148 | service: |
RehanRaza | 036da7f | 2020-06-01 17:11:37 +0200 | [diff] [blame] | 149 | allowHttp: true |
RehanRaza | e5a6ed0 | 2020-05-29 11:30:58 +0200 | [diff] [blame] | 150 | httpName: http |
| 151 | internalPort1: 8085 |
| 152 | targetPort1: 8085 |
| 153 | httpsName: https |
| 154 | internalPort2: 8185 |
| 155 | targetPort2: 8185 |
| 156 | liveness: |
| 157 | initialDelaySeconds: 20 |
| 158 | periodSeconds: 10 |
| 159 | readiness: |
| 160 | initialDelaySeconds: 20 |
| 161 | periodSeconds: 10 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 162 | oscVersion: |
| 163 | name: a1-sim-osc |
| 164 | replicaCount: 2 |
| 165 | stdVersion: |
| 166 | name: a1-sim-std |
| 167 | replicaCount: 2 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 168 | stdVersion2: |
| 169 | name: a1-sim-std2 |
| 170 | replicaCount: 2 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 171 | |
| 172 | controlpanel: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 173 | controlpanel: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 174 | imagePullPolicy: Always |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 175 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 176 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 177 | name: nonrtric-controlpanel |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 178 | tag: 2.3.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 179 | replicaCount: 1 |
| 180 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 181 | allowHttp: true |
| 182 | httpName: http |
| 183 | internalPort1: 8080 |
| 184 | targetPort1: 8080 |
| 185 | externalPort1: 30091 |
| 186 | httpsName: https |
| 187 | internalPort2: 8081 |
| 188 | targetPort2: 8082 |
| 189 | externalPort2: 30092 |
| 190 | liveness: |
| 191 | initialDelaySeconds: 20 |
| 192 | periodSeconds: 10 |
| 193 | readiness: |
| 194 | initialDelaySeconds: 20 |
| 195 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 196 | ingress: |
| 197 | enabled: false |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 198 | |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 199 | rappcatalogueservice: |
| 200 | rappcatalogueservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 201 | imagePullPolicy: Always |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 202 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 203 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 204 | name: nonrtric-plt-rappcatalogue |
| 205 | tag: 1.1.0 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 206 | service: |
| 207 | allowHttp: true |
| 208 | httpName: http |
| 209 | internalPort1: 9085 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 210 | targetPort1: 8680 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 211 | httpsName: https |
| 212 | internalPort2: 9086 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 213 | targetPort2: 8633 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 214 | liveness: |
| 215 | initialDelaySeconds: 20 |
| 216 | periodSeconds: 10 |
| 217 | readiness: |
| 218 | initialDelaySeconds: 20 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 219 | periodSeconds: 10 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 220 | |
| 221 | nonrtricgateway: |
| 222 | nonrtricgateway: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 223 | imagePullPolicy: Always |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 224 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 225 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 226 | name: nonrtric-gateway |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 227 | tag: 1.0.0 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 228 | service: |
| 229 | httpName: http |
| 230 | internalPort1: 9090 |
| 231 | targetPort1: 9090 |
| 232 | externalPort1: 30093 |
| 233 | liveness: |
| 234 | initialDelaySeconds: 20 |
| 235 | periodSeconds: 10 |
| 236 | readiness: |
| 237 | initialDelaySeconds: 20 |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame] | 238 | periodSeconds: 10 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 239 | |
| 240 | dmaapadapterservice: |
| 241 | dmaapadapterservice: |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 242 | imagePullPolicy: Always |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 243 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 244 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 245 | name: 'nonrtric-plt-dmaapadapter' |
| 246 | tag: 1.1.0 |
RehanRaza | 2482dc9 | 2021-09-22 18:14:27 +0200 | [diff] [blame] | 247 | service: |
| 248 | allowHttp: true |
| 249 | httpName: http |
| 250 | internalPort1: 9087 |
| 251 | targetPort1: 8084 |
| 252 | httpsName: https |
| 253 | internalPort2: 9088 |
| 254 | targetPort2: 8435 |
| 255 | liveness: |
| 256 | initialDelaySeconds: 20 |
| 257 | periodSeconds: 10 |
| 258 | readiness: |
| 259 | initialDelaySeconds: 20 |
| 260 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 261 | |
| 262 | dmaapmediatorservice: |
| 263 | dmaapmediatorservice: |
| 264 | imagePullPolicy: IfNotPresent |
| 265 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 266 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 267 | name: "nonrtric-plt-dmaapmediatorproducer" |
| 268 | tag: 1.1.0 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 269 | service: |
| 270 | allowHttp: true |
| 271 | httpName: http |
| 272 | internalPort1: 8085 |
| 273 | targetPort1: 8085 |
| 274 | httpsName: https |
| 275 | internalPort2: 8185 |
| 276 | targetPort2: 8185 |
| 277 | liveness: |
| 278 | initialDelaySeconds: 20 |
| 279 | periodSeconds: 10 |
| 280 | readiness: |
| 281 | initialDelaySeconds: 20 |
| 282 | periodSeconds: 10 |
| 283 | |
| 284 | helmmanager: |
| 285 | helmmanager: |
| 286 | clusterRoleName: cluster-admin |
| 287 | imagePullPolicy: Always |
| 288 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 289 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 290 | name: "nonrtric-plt-helmmanager" |
| 291 | tag: 1.2.0 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 292 | service: |
| 293 | httpName: http |
| 294 | internalPort1: 8112 |
| 295 | targetPort1: 8083 |
| 296 | liveness: |
| 297 | initialDelaySeconds: 20 |
| 298 | periodSeconds: 10 |
| 299 | readiness: |
| 300 | initialDelaySeconds: 20 |
| 301 | periodSeconds: 10 |
| 302 | persistence: |
| 303 | # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. |
| 304 | # 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) |
| 305 | size: 1Gi |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame] | 306 | storageClassName: helmmanager-storage |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 307 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 308 | ransliceassurance: |
| 309 | ransliceassurance: |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 310 | imagePullPolicy: IfNotPresent |
| 311 | image: |
| 312 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 313 | name: "nonrtric-rapp-ransliceassurance" |
| 314 | tag: 1.1.0 |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 315 | env: |
| 316 | mr_host: "http://onap-dmaap" |
| 317 | mr_port: "3904" |
| 318 | sdnr_address: "http://sdnr:8181" |
| 319 | sdnr_user: "admin" |
| 320 | sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" |
| 321 | log_level: "Info" |
| 322 | polltime: "10" |
| 323 | |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 324 | orufhrecovery: |
| 325 | orufhrecovery: |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 326 | imagePullPolicy: IfNotPresent |
| 327 | image: |
| 328 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
ktimoney | f67e67b | 2022-06-08 14:39:57 +0100 | [diff] [blame] | 329 | name: "nonrtric-rapp-orufhrecovery-consumer" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 330 | tag: 1.1.0 |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 331 | env: |
| 332 | consumer_host: "http://mrproducer" |
| 333 | consumer_port: "8095" |
ecaiyanlinux | baeef2c | 2022-02-14 22:36:54 +0100 | [diff] [blame] | 334 | consumer_cert_path: "security/consumer.crt" |
| 335 | consumer_key_path: "security/consumer.key" |
ecaiyanlinux | f5c959c | 2021-12-15 15:06:42 +0100 | [diff] [blame] | 336 | info_coord_addr: "http://ics:8083" |
| 337 | sdnr_address: "http://sdnr:8282" |
| 338 | sdnr_user: "admin" |
| 339 | sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" |
| 340 | oru_to_odu_map_file: "o-ru-to-o-du-map.csv" |
| 341 | log_level: "Info" |
elinuxhenrik | 89a4298 | 2022-07-01 11:19:43 +0200 | [diff] [blame] | 342 | |
aravind.est | 41f0108 | 2022-12-16 13:12:34 +0000 | [diff] [blame^] | 343 | |
| 344 | capifcore: |
| 345 | capifcore: |
| 346 | imagePullPolicy: IfNotPresent |
| 347 | image: |
| 348 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 349 | name: nonrtric-plt-capifcore |
| 350 | tag: 1.0.0 |
| 351 | env: |
| 352 | chart_museum_url: "http://chartmuseum:8080" |
| 353 | repo_name: "capifcore" |