Updating to latest e2 mgr 5.4.19
[ric-plt/ric-dep.git] / RECIPE_EXAMPLE / example_recipe_oran_e_release.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2021 HCL Technologies Limited.                               #
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:
23   releasePrefix: r4
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
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: ""
56
57 prometheus:
58   enabled: true
59
60 a1mediator:
61   image:
62     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
63     name: ric-plt-a1
64     tag: 2.5.1
65   rmr_timeout_config:
66     a1_rcv_retry_times: 20
67     ins_del_no_resp_ttl: 5
68     ins_del_resp_ttl: 10
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
79      tag: 0.5.4
80    chartmuseum:
81      registry: "docker.io"
82      name: chartmuseum/chartmuseum
83      tag: v0.8.2
84
85
86 dbaas:
87   image:
88     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
89     name: ric-plt-dbaas
90     tag: 0.5.5
91   enableHighAvailability: false
92   # Enable pod anti affinity only if you have more than 3 k8s nodes
93   enablePodAntiAffinity: false
94
95
96 e2mgr:
97   image:
98     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
99     name: ric-plt-e2mgr
100     tag: 5.4.19
101   privilegedmode: false
102   globalRicId:
103     ricId: "AACCE"
104     mcc: "310"
105     mnc: "411"
106   rnibWriter:
107     stateChangeMessageChannel: RAN_CONNECTION_STATUS_CHANGE
108     ranManipulationMessageChannel: RAN_MANIPULATION
109
110 e2term:
111   alpha:
112     image:
113       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
114       name: ric-plt-e2
115       tag: 5.5.0
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
125
126
127 jaegeradapter:
128   image:
129     registry: "docker.io"
130     name: jaegertracing/all-in-one
131     tag: 1.12
132
133
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
145
146 rtmgr:
147   image:
148     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
149     name: ric-plt-rtmgr
150     tag: 0.8.2
151
152 submgr:
153   image:
154     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
155     name: ric-plt-submgr
156     tag: 0.8.2
157
158 vespamgr:
159   image:
160     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
161     name: ric-plt-vespamgr
162     tag: 0.7.5
163   prometheusurl: "http://r4-infrastructure-prometheus-server.ricplt"
164
165 o1mediator:
166   image:
167     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
168     name: ric-plt-o1
169     tag: 0.5.3
170
171 xapponboarder:
172   image:
173    xapponboarder:
174      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
175      name: xapp-onboarder
176      tag: 1.0.7
177    chartmuseum:
178      registry: "docker.io"
179      name: chartmuseum/chartmuseum
180      tag: v0.8.2
181   allow_redeploy: "True"
182
183 alarmmanager:
184   image:
185     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
186     name: ric-plt-alarmmanager
187     tag: 0.5.11
188
189 influxdb:
190   image:
191     registry: "influxdb"
192     name: influxdb
193     tag: "1.8.0-alpine"