blob: 23c70375656d9fc22c3b153d19d8ab68f1bf40f2 [file] [log] [blame]
Zhe Huang38dc8572019-12-08 00:01:26 -05001################################################################################
2# Copyright (c) 2019 AT&T Intellectual Property. #
Chandrasekaran Ramachandranb515b962021-06-11 16:07:09 +05303# Copyright (c) 2021 HCL Technologies Limited. #
Zhe Huang38dc8572019-12-08 00:01:26 -05004# #
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
22common:
Zhe Huang4abc62f2020-03-24 11:38:56 -040023 releasePrefix: r4
Zhe Huang38dc8572019-12-08 00:01:26 -050024# 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
39extsvcplt:
40 ricip: "10.0.0.1"
41 auxip: "10.0.0.1"
42
43
Zhe Huang9cebd182020-01-23 14:38:06 -050044# 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 Huang38dc8572019-12-08 00:01:26 -050056
Lusheng Ji08315b52020-06-11 10:27:19 -040057prometheus:
58 enabled: true
Zhe Huang38dc8572019-12-08 00:01:26 -050059
60a1mediator:
61 image:
Lusheng Ji8f970382020-06-18 23:48:14 -040062 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
Zhe Huang38dc8572019-12-08 00:01:26 -050063 name: ric-plt-a1
Lusheng Ji2d6eba12020-06-02 12:46:28 -040064 tag: 2.1.9
Zhe Huang38dc8572019-12-08 00:01:26 -050065 rmr_timeout_config:
Zhe Huang282e7af2020-01-13 16:50:47 -050066 a1_rcv_retry_times: 20
67 ins_del_no_resp_ttl: 5
68 ins_del_resp_ttl: 10
Zhe Huang38dc8572019-12-08 00:01:26 -050069
70appmgr:
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 Ji2d6eba12020-06-02 12:46:28 -040079 tag: 0.4.3
Zhe Huang38dc8572019-12-08 00:01:26 -050080 chartmuseum:
81 registry: "docker.io"
82 name: chartmuseum/chartmuseum
83 tag: v0.8.2
84
wridere68e3142020-01-28 13:08:47 -050085
knowpdf882a9b2020-04-03 16:44:09 -040086dbaas:
wridere68e3142020-01-28 13:08:47 -050087 image:
88 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
89 name: ric-plt-dbaas
Timo Tietavainen1a05b992021-02-26 09:47:03 +020090 tag: 0.5.1
Lusheng Ji08315b52020-06-11 10:27:19 -040091 enableHighAvailability: false
knowpdf882a9b2020-04-03 16:44:09 -040092 # Enable pod anti affinity only if you have more than 3 k8s nodes
93 enablePodAntiAffinity: false
94
Zhe Huang38dc8572019-12-08 00:01:26 -050095
96e2mgr:
97 image:
98 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
99 name: ric-plt-e2mgr
rangajal91a43ec2020-11-05 10:52:30 +0000100 tag: 5.4.13
Zhe Huang38dc8572019-12-08 00:01:26 -0500101 privilegedmode: false
as761j406776b2020-03-25 22:11:09 +0200102 globalRicId:
ss412g7af8d2e2020-06-24 22:28:21 +0300103 ricId: "AACCE"
104 mcc: "310"
105 mnc: "411"
idanshal06a767f2020-07-06 13:03:55 +0000106 rnibWriter:
107 stateChangeMessageChannel: RAN_CONNECTION_STATUS_CHANGE
108 ranManipulationMessageChannel: RAN_MANIPULATION
Zhe Huang38dc8572019-12-08 00:01:26 -0500109
110e2term:
Zhe Huang282e7af2020-01-13 16:50:47 -0500111 alpha:
112 image:
113 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
114 name: ric-plt-e2
idanshal06a767f2020-07-06 13:03:55 +0000115 tag: 5.0.8
Zhe Huang282e7af2020-01-13 16:50:47 -0500116 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 Huang38dc8572019-12-08 00:01:26 -0500125
126
127jaegeradapter:
128 image:
129 registry: "docker.io"
130 name: jaegertracing/all-in-one
131 tag: 1.12
132
133
wrider7747e812020-02-25 10:35:26 -0500134#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 Huang38dc8572019-12-08 00:01:26 -0500145
146rtmgr:
147 image:
Lusheng Ji8f970382020-06-18 23:48:14 -0400148 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
Zhe Huang38dc8572019-12-08 00:01:26 -0500149 name: ric-plt-rtmgr
wahidw8c5a0552020-06-25 07:36:16 +0000150 tag: 0.6.3
Zhe Huang38dc8572019-12-08 00:01:26 -0500151
152submgr:
153 image:
Lusheng Ji8f970382020-06-18 23:48:14 -0400154 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
Zhe Huang38dc8572019-12-08 00:01:26 -0500155 name: ric-plt-submgr
Lusheng Ji8f970382020-06-18 23:48:14 -0400156 tag: 0.4.3
Zhe Huang38dc8572019-12-08 00:01:26 -0500157
158vespamgr:
159 image:
160 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
161 name: ric-plt-vespamgr
Lusheng Ji2d6eba12020-06-02 12:46:28 -0400162 tag: 0.4.0
Lusheng Ji08315b52020-06-11 10:27:19 -0400163 prometheusurl: "http://r4-infrastructure-prometheus-server.ricplt"
wrider7d4bbf12020-02-21 16:20:14 -0500164
165o1mediator:
166 image:
Lusheng Ji8f970382020-06-18 23:48:14 -0400167 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
wrider7d4bbf12020-02-21 16:20:14 -0500168 name: ric-plt-o1
Lusheng Ji2d6eba12020-06-02 12:46:28 -0400169 tag: 0.4.4
Zhe Huang4abc62f2020-03-24 11:38:56 -0400170
171xapponboarder:
172 image:
173 xapponboarder:
Lusheng Ji8f970382020-06-18 23:48:14 -0400174 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
Zhe Huang4abc62f2020-03-24 11:38:56 -0400175 name: xapp-onboarder
Lusheng Ji08315b52020-06-11 10:27:19 -0400176 tag: 1.0.7
Zhe Huang4abc62f2020-03-24 11:38:56 -0400177 chartmuseum:
178 registry: "docker.io"
179 name: chartmuseum/chartmuseum
180 tag: v0.8.2
181 allow_redeploy: "True"
wahidw324d2132020-03-27 10:10:19 +0000182
vipin5a412222020-12-21 10:35:07 +0000183alarmmanager:
wahidw324d2132020-03-27 10:10:19 +0000184 image:
Lusheng Ji8f970382020-06-18 23:48:14 -0400185 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
vipin5a412222020-12-21 10:35:07 +0000186 name: ric-plt-alarmmanager
187 tag: 0.5.9
Chandrasekaran Ramachandranb515b962021-06-11 16:07:09 +0530188
189influxdb:
190 image:
191 registry: "influxdb"
192 name: influxdb
193 tag: "1.8.0-alpine"