Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 1 | ################################################################################ |
| 2 | # Copyright (c) 2019 AT&T Intellectual Property. # |
Chandrasekaran Ramachandran | b515b96 | 2021-06-11 16:07:09 +0530 | [diff] [blame^] | 3 | # Copyright (c) 2021 HCL Technologies Limited. # |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [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 | ############################################################################### |
| 17 | |
| 18 | #------------------------------------------------------------------------- |
| 19 | # Global common setting |
| 20 | #------------------------------------------------------------------------- |
| 21 | |
| 22 | common: |
Zhe Huang | 4abc62f | 2020-03-24 11:38:56 -0400 | [diff] [blame] | 23 | releasePrefix: r4 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 24 | # If a local docker registry is used, please specify it using the following option |
| 25 | # localregistry: nexus3.o-ran-sc.org:10004 |
| 26 | |
| 27 | # Change the overall image pull policy using the following option |
| 28 | # pullpolicy: IfNotPresent |
| 29 | |
| 30 | # Change the namespaces using the following options |
| 31 | # namespace: |
| 32 | # aux: ricaux |
| 33 | # platform: ricplt |
| 34 | # xapp: ricxapp |
| 35 | # infra: ricinfra |
| 36 | |
| 37 | # ricip should be the ingress controller listening IP for the platform cluster |
| 38 | # auxip should be the ingress controller listening IP for the AUX cluster |
| 39 | extsvcplt: |
| 40 | ricip: "10.0.0.1" |
| 41 | auxip: "10.0.0.1" |
| 42 | |
| 43 | |
Zhe Huang | 9cebd18 | 2020-01-23 14:38:06 -0500 | [diff] [blame] | 44 | # Specify the docker registry credential using the following |
| 45 | # The release and staging LF repos' credentials have already been included. |
| 46 | # Please do not create duplicated entries |
| 47 | #docker-credential: |
| 48 | # enabled: true |
| 49 | # credential: |
| 50 | # SOME_KEY_NAME: |
| 51 | # registry: "" |
| 52 | # credential: |
| 53 | # user: "" |
| 54 | # password: "" |
| 55 | # email: "" |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 56 | |
Lusheng Ji | 08315b5 | 2020-06-11 10:27:19 -0400 | [diff] [blame] | 57 | prometheus: |
| 58 | enabled: true |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 59 | |
| 60 | a1mediator: |
| 61 | image: |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 62 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 63 | name: ric-plt-a1 |
Lusheng Ji | 2d6eba1 | 2020-06-02 12:46:28 -0400 | [diff] [blame] | 64 | tag: 2.1.9 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 65 | rmr_timeout_config: |
Zhe Huang | 282e7af | 2020-01-13 16:50:47 -0500 | [diff] [blame] | 66 | a1_rcv_retry_times: 20 |
| 67 | ins_del_no_resp_ttl: 5 |
| 68 | ins_del_resp_ttl: 10 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 69 | |
| 70 | appmgr: |
| 71 | image: |
| 72 | init: |
| 73 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 74 | name: it-dep-init |
| 75 | tag: 0.0.1 |
| 76 | appmgr: |
| 77 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 78 | name: ric-plt-appmgr |
Lusheng Ji | 2d6eba1 | 2020-06-02 12:46:28 -0400 | [diff] [blame] | 79 | tag: 0.4.3 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 80 | chartmuseum: |
| 81 | registry: "docker.io" |
| 82 | name: chartmuseum/chartmuseum |
| 83 | tag: v0.8.2 |
| 84 | |
wrider | e68e314 | 2020-01-28 13:08:47 -0500 | [diff] [blame] | 85 | |
knowpd | f882a9b | 2020-04-03 16:44:09 -0400 | [diff] [blame] | 86 | dbaas: |
wrider | e68e314 | 2020-01-28 13:08:47 -0500 | [diff] [blame] | 87 | image: |
| 88 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 89 | name: ric-plt-dbaas |
Timo Tietavainen | 1a05b99 | 2021-02-26 09:47:03 +0200 | [diff] [blame] | 90 | tag: 0.5.1 |
Lusheng Ji | 08315b5 | 2020-06-11 10:27:19 -0400 | [diff] [blame] | 91 | enableHighAvailability: false |
knowpd | f882a9b | 2020-04-03 16:44:09 -0400 | [diff] [blame] | 92 | # Enable pod anti affinity only if you have more than 3 k8s nodes |
| 93 | enablePodAntiAffinity: false |
| 94 | |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 95 | |
| 96 | e2mgr: |
| 97 | image: |
| 98 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 99 | name: ric-plt-e2mgr |
rangajal | 91a43ec | 2020-11-05 10:52:30 +0000 | [diff] [blame] | 100 | tag: 5.4.13 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 101 | privilegedmode: false |
as761j | 406776b | 2020-03-25 22:11:09 +0200 | [diff] [blame] | 102 | globalRicId: |
ss412g | 7af8d2e | 2020-06-24 22:28:21 +0300 | [diff] [blame] | 103 | ricId: "AACCE" |
| 104 | mcc: "310" |
| 105 | mnc: "411" |
idanshal | 06a767f | 2020-07-06 13:03:55 +0000 | [diff] [blame] | 106 | rnibWriter: |
| 107 | stateChangeMessageChannel: RAN_CONNECTION_STATUS_CHANGE |
| 108 | ranManipulationMessageChannel: RAN_MANIPULATION |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 109 | |
| 110 | e2term: |
Zhe Huang | 282e7af | 2020-01-13 16:50:47 -0500 | [diff] [blame] | 111 | alpha: |
| 112 | image: |
| 113 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 114 | name: ric-plt-e2 |
idanshal | 06a767f | 2020-07-06 13:03:55 +0000 | [diff] [blame] | 115 | tag: 5.0.8 |
Zhe Huang | 282e7af | 2020-01-13 16:50:47 -0500 | [diff] [blame] | 116 | privilegedmode: false |
| 117 | hostnetworkmode: false |
| 118 | env: |
| 119 | print: "1" |
| 120 | messagecollectorfile: "/data/outgoing/" |
| 121 | dataVolSize: 100Mi |
| 122 | storageClassName: local-storage |
| 123 | pizpub: |
| 124 | enabled: false |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 125 | |
| 126 | |
| 127 | jaegeradapter: |
| 128 | image: |
| 129 | registry: "docker.io" |
| 130 | name: jaegertracing/all-in-one |
| 131 | tag: 1.12 |
| 132 | |
| 133 | |
wrider | 7747e81 | 2020-02-25 10:35:26 -0500 | [diff] [blame] | 134 | #rsm: |
| 135 | # image: |
| 136 | # init: |
| 137 | # name: redis |
| 138 | # tag: latest |
| 139 | # registry: "docker.io" |
| 140 | # main: |
| 141 | # name: ric-plt-resource-status-manager |
| 142 | # tag: 3.0.1 |
| 143 | # registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 144 | # privilegedmode: false |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 145 | |
| 146 | rtmgr: |
| 147 | image: |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 148 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 149 | name: ric-plt-rtmgr |
wahidw | 8c5a055 | 2020-06-25 07:36:16 +0000 | [diff] [blame] | 150 | tag: 0.6.3 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 151 | |
| 152 | submgr: |
| 153 | image: |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 154 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 155 | name: ric-plt-submgr |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 156 | tag: 0.4.3 |
Zhe Huang | 38dc857 | 2019-12-08 00:01:26 -0500 | [diff] [blame] | 157 | |
| 158 | vespamgr: |
| 159 | image: |
| 160 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
| 161 | name: ric-plt-vespamgr |
Lusheng Ji | 2d6eba1 | 2020-06-02 12:46:28 -0400 | [diff] [blame] | 162 | tag: 0.4.0 |
Lusheng Ji | 08315b5 | 2020-06-11 10:27:19 -0400 | [diff] [blame] | 163 | prometheusurl: "http://r4-infrastructure-prometheus-server.ricplt" |
wrider | 7d4bbf1 | 2020-02-21 16:20:14 -0500 | [diff] [blame] | 164 | |
| 165 | o1mediator: |
| 166 | image: |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 167 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
wrider | 7d4bbf1 | 2020-02-21 16:20:14 -0500 | [diff] [blame] | 168 | name: ric-plt-o1 |
Lusheng Ji | 2d6eba1 | 2020-06-02 12:46:28 -0400 | [diff] [blame] | 169 | tag: 0.4.4 |
Zhe Huang | 4abc62f | 2020-03-24 11:38:56 -0400 | [diff] [blame] | 170 | |
| 171 | xapponboarder: |
| 172 | image: |
| 173 | xapponboarder: |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 174 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
Zhe Huang | 4abc62f | 2020-03-24 11:38:56 -0400 | [diff] [blame] | 175 | name: xapp-onboarder |
Lusheng Ji | 08315b5 | 2020-06-11 10:27:19 -0400 | [diff] [blame] | 176 | tag: 1.0.7 |
Zhe Huang | 4abc62f | 2020-03-24 11:38:56 -0400 | [diff] [blame] | 177 | chartmuseum: |
| 178 | registry: "docker.io" |
| 179 | name: chartmuseum/chartmuseum |
| 180 | tag: v0.8.2 |
| 181 | allow_redeploy: "True" |
wahidw | 324d213 | 2020-03-27 10:10:19 +0000 | [diff] [blame] | 182 | |
vipin | 5a41222 | 2020-12-21 10:35:07 +0000 | [diff] [blame] | 183 | alarmmanager: |
wahidw | 324d213 | 2020-03-27 10:10:19 +0000 | [diff] [blame] | 184 | image: |
Lusheng Ji | 8f97038 | 2020-06-18 23:48:14 -0400 | [diff] [blame] | 185 | registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" |
vipin | 5a41222 | 2020-12-21 10:35:07 +0000 | [diff] [blame] | 186 | name: ric-plt-alarmmanager |
| 187 | tag: 0.5.9 |
Chandrasekaran Ramachandran | b515b96 | 2021-06-11 16:07:09 +0530 | [diff] [blame^] | 188 | |
| 189 | influxdb: |
| 190 | image: |
| 191 | registry: "influxdb" |
| 192 | name: influxdb |
| 193 | tag: "1.8.0-alpine" |