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 | |
| 21 | common: |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 22 | releasePrefix: r2-dev-nonrtric |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 23 | # Change the namespaces using the following options |
| 24 | namespace: |
| 25 | nonrtric: nonrtric |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame^] | 26 | # any nonrtric chart can be installed: nonrtric (all components), controlpanel, a1controller, a1simulator, policymanagementservice, enrichmentservice, rappcatalogueservice, nonrtricgateway |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 27 | component: nonrtric |
| 28 | |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 29 | # 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] | 30 | a1controller: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 31 | a1controller: |
| 32 | imagePullPolicy: IfNotPresent |
| 33 | image: |
Lusheng Ji | cc6547d | 2020-06-19 23:40:59 -0400 | [diff] [blame] | 34 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 35 | name: nonrtric-a1-controller |
Lusheng Ji | d7c0a16 | 2020-08-02 21:52:31 -0400 | [diff] [blame] | 36 | tag: 2.0.1 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 37 | replicaCount: 1 |
| 38 | service: |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 39 | allowHttp: true |
| 40 | httpName: http |
| 41 | internalPort1: 8282 |
| 42 | targetPort1: 8181 |
| 43 | httpsName: https |
| 44 | internalPort2: 8383 |
| 45 | targetPort2: 8443 |
| 46 | liveness: |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 47 | initialDelaySeconds: 300 |
RehanRaza | d052a25 | 2020-05-27 14:56:30 +0200 | [diff] [blame] | 48 | periodSeconds: 10 |
| 49 | readiness: |
| 50 | initialDelaySeconds: 60 |
| 51 | periodSeconds: 10 |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 52 | |
| 53 | a1simulator: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 54 | a1simulator: |
| 55 | name: a1-sim |
| 56 | imagePullPolicy: IfNotPresent |
| 57 | image: |
Lusheng Ji | cc6547d | 2020-06-19 23:40:59 -0400 | [diff] [blame] | 58 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 59 | name: a1-simulator |
Lathish | adca874 | 2020-12-01 15:09:22 +0000 | [diff] [blame] | 60 | tag: 2.1.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 61 | service: |
RehanRaza | 036da7f | 2020-06-01 17:11:37 +0200 | [diff] [blame] | 62 | allowHttp: true |
RehanRaza | e5a6ed0 | 2020-05-29 11:30:58 +0200 | [diff] [blame] | 63 | httpName: http |
| 64 | internalPort1: 8085 |
| 65 | targetPort1: 8085 |
| 66 | httpsName: https |
| 67 | internalPort2: 8185 |
| 68 | targetPort2: 8185 |
| 69 | liveness: |
| 70 | initialDelaySeconds: 20 |
| 71 | periodSeconds: 10 |
| 72 | readiness: |
| 73 | initialDelaySeconds: 20 |
| 74 | periodSeconds: 10 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 75 | oscVersion: |
| 76 | name: a1-sim-osc |
| 77 | replicaCount: 2 |
| 78 | stdVersion: |
| 79 | name: a1-sim-std |
| 80 | replicaCount: 2 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 81 | stdVersion2: |
| 82 | name: a1-sim-std2 |
| 83 | replicaCount: 2 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 84 | |
| 85 | controlpanel: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 86 | controlpanel: |
| 87 | imagePullPolicy: IfNotPresent |
| 88 | image: |
RehanRaza | 846cb20 | 2021-02-04 14:24:45 +0100 | [diff] [blame] | 89 | registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 90 | name: nonrtric-controlpanel |
RehanRaza | 846cb20 | 2021-02-04 14:24:45 +0100 | [diff] [blame] | 91 | tag: 2.2.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 92 | replicaCount: 1 |
| 93 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 94 | allowHttp: true |
| 95 | httpName: http |
| 96 | internalPort1: 8080 |
| 97 | targetPort1: 8080 |
| 98 | externalPort1: 30091 |
| 99 | httpsName: https |
| 100 | internalPort2: 8081 |
| 101 | targetPort2: 8082 |
| 102 | externalPort2: 30092 |
| 103 | liveness: |
| 104 | initialDelaySeconds: 20 |
| 105 | periodSeconds: 10 |
| 106 | readiness: |
| 107 | initialDelaySeconds: 20 |
| 108 | periodSeconds: 10 |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 109 | |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 110 | # Need to check the external port Availability |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 111 | policymanagementservice: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 112 | policymanagementservice: |
| 113 | imagePullPolicy: IfNotPresent |
| 114 | image: |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 115 | registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 116 | name: nonrtric-policy-agent |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 117 | tag: 2.2.0 |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 118 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 119 | allowHttp: true |
| 120 | httpName: http |
| 121 | internalPort1: 9080 |
| 122 | targetPort1: 8081 |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 123 | httpsName: https |
| 124 | internalPort2: 9081 |
| 125 | targetPort2: 8433 |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 126 | liveness: |
| 127 | initialDelaySeconds: 20 |
| 128 | periodSeconds: 10 |
| 129 | readiness: |
| 130 | initialDelaySeconds: 20 |
Lathish | 7a93470 | 2020-06-04 13:14:41 +0100 | [diff] [blame] | 131 | periodSeconds: 10 |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame^] | 132 | persistence: |
| 133 | volumeReclaimPolicy: Retain |
| 134 | accessMode: ReadWriteOnce |
| 135 | size: 2Gi |
| 136 | mountPath: /dockerdata-nfs |
| 137 | mountSubPath: nonrtric/policymanagementservice |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 138 | |
Lathish | 16d1788 | 2020-11-04 09:44:05 +0000 | [diff] [blame] | 139 | enrichmentservice: |
| 140 | enrichmentservice: |
| 141 | imagePullPolicy: IfNotPresent |
| 142 | image: |
RehanRaza | bf6e70d | 2021-02-18 15:00:12 +0100 | [diff] [blame] | 143 | registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' |
Lathish | 16d1788 | 2020-11-04 09:44:05 +0000 | [diff] [blame] | 144 | name: 'nonrtric-enrichment-coordinator-service' |
RehanRaza | 16e9418 | 2021-04-14 12:46:34 +0200 | [diff] [blame] | 145 | tag: 1.1.0 |
Lathish | 16d1788 | 2020-11-04 09:44:05 +0000 | [diff] [blame] | 146 | service: |
| 147 | allowHttp: true |
| 148 | httpName: http |
| 149 | internalPort1: 9082 |
| 150 | targetPort1: 8083 |
Lathish | 16d1788 | 2020-11-04 09:44:05 +0000 | [diff] [blame] | 151 | httpsName: https |
| 152 | internalPort2: 9083 |
| 153 | targetPort2: 8434 |
Lathish | 16d1788 | 2020-11-04 09:44:05 +0000 | [diff] [blame] | 154 | liveness: |
| 155 | initialDelaySeconds: 20 |
| 156 | periodSeconds: 10 |
| 157 | readiness: |
| 158 | initialDelaySeconds: 20 |
| 159 | periodSeconds: 10 |
| 160 | persistence: |
| 161 | enabled: true |
| 162 | volumeReclaimPolicy: Retain |
| 163 | accessMode: ReadWriteOnce |
| 164 | size: 2Gi |
| 165 | mountPath: /dockerdata-nfs |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 166 | mountSubPath: nonrtric/enrichmentservice |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 167 | |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 168 | rappcatalogueservice: |
| 169 | rappcatalogueservice: |
| 170 | imagePullPolicy: IfNotPresent |
| 171 | image: |
| 172 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
| 173 | name: nonrtric-r-app-catalogue |
| 174 | tag: 1.0.0 |
| 175 | service: |
| 176 | allowHttp: true |
| 177 | httpName: http |
| 178 | internalPort1: 9085 |
| 179 | targetPort1: 8080 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 180 | httpsName: https |
| 181 | internalPort2: 9086 |
| 182 | targetPort2: 8433 |
elinuxhenrik | f38d71d | 2020-12-01 13:08:14 +0100 | [diff] [blame] | 183 | liveness: |
| 184 | initialDelaySeconds: 20 |
| 185 | periodSeconds: 10 |
| 186 | readiness: |
| 187 | initialDelaySeconds: 20 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 188 | periodSeconds: 10 |
RehanRaza | e691473 | 2021-02-04 13:17:31 +0100 | [diff] [blame] | 189 | |
| 190 | nonrtricgateway: |
| 191 | nonrtricgateway: |
| 192 | imagePullPolicy: IfNotPresent |
| 193 | image: |
| 194 | registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' |
| 195 | name: nonrtric-gateway |
| 196 | tag: 0.0.1 |
| 197 | service: |
| 198 | httpName: http |
| 199 | internalPort1: 9090 |
| 200 | targetPort1: 9090 |
| 201 | externalPort1: 30093 |
| 202 | liveness: |
| 203 | initialDelaySeconds: 20 |
| 204 | periodSeconds: 10 |
| 205 | readiness: |
| 206 | initialDelaySeconds: 20 |
PatrikBuhr | 866a34f | 2021-04-12 17:02:21 +0200 | [diff] [blame^] | 207 | periodSeconds: 10 |