Upgrade A1 Mediator image tag to 2.1.8
[ric-plt/ric-dep.git] / RECIPE_EXAMPLE / example_recipe.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
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:
22   releasePrefix: r4
23 # If a local docker registry is used, please specify it using the following option 
24 #  localregistry: nexus3.o-ran-sc.org:10004
25
26 # Change the overall image pull policy using the following option
27 #  pullpolicy: IfNotPresent
28
29 # Change the namespaces using the following options
30 #  namespace:
31 #    aux: ricaux
32 #    platform: ricplt
33 #    xapp: ricxapp
34 #    infra: ricinfra
35
36 # ricip should be the ingress controller listening IP for the platform cluster
37 # auxip should be the ingress controller listening IP for the AUX cluster
38 extsvcplt:
39   ricip: "10.0.0.1"
40   auxip: "10.0.0.1"
41
42
43 # Specify the docker registry credential using the following
44 # The release and staging LF repos' credentials have already been included.
45 # Please do not create duplicated entries
46 #docker-credential:
47 #  enabled: true
48 #  credential:
49 #    SOME_KEY_NAME:
50 #      registry: ""
51 #      credential:
52 #        user: ""
53 #        password: ""
54 #        email: ""
55
56
57 a1mediator:
58   image:
59     name: ric-plt-a1
60     tag: 2.1.8
61   rmr_timeout_config:
62     a1_rcv_retry_times: 20
63     ins_del_no_resp_ttl: 5
64     ins_del_resp_ttl: 10
65
66 appmgr:
67   image:
68    init:
69      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
70      name: it-dep-init
71      tag: 0.0.1
72    appmgr:
73      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
74      name: ric-plt-appmgr
75      tag: 0.1.10
76    chartmuseum:
77      registry: "docker.io"
78      name: chartmuseum/chartmuseum
79      tag: v0.8.2
80
81
82 dbaas:
83   image:
84     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
85     name: ric-plt-dbaas
86     tag: 0.2.2
87   enableHighAvailability: true
88   # Enable pod anti affinity only if you have more than 3 k8s nodes
89   enablePodAntiAffinity: false
90
91
92 e2mgr:
93   image:
94     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
95     name: ric-plt-e2mgr
96     tag: 2.0.10
97   privilegedmode: false
98   globalRicId:
99     plmnId: 131014
100     ricNearRtId: 556670
101
102
103 e2term:
104   alpha:
105     image:
106       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
107       name: ric-plt-e2
108       tag: 3.0.1
109   
110     privilegedmode: false
111     hostnetworkmode: false
112     env:
113       print: "1"
114       messagecollectorfile: "/data/outgoing/"
115     dataVolSize: 100Mi
116     storageClassName: local-storage
117     pizpub:
118       enabled: false
119
120
121 jaegeradapter:
122   image:
123     registry: "docker.io"
124     name: jaegertracing/all-in-one
125     tag: 1.12
126
127
128 #rsm:
129 #  image:
130 #    init:
131 #      name: redis
132 #      tag: latest
133 #      registry: "docker.io"
134 #    main:
135 #      name: ric-plt-resource-status-manager
136 #      tag: 3.0.1
137 #      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
138 #  privilegedmode: false
139
140 rtmgr:
141   image:
142     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
143     name: ric-plt-rtmgr
144     tag: 0.4.9
145   rpe: rmrpush
146   sbi: nngpush
147   sbiurl: 0.0.0.0
148   nbi: httpRESTful
149   nbiurl: http://0.0.0.0:8888
150
151 submgr:
152   image:
153     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
154     name: ric-plt-submgr
155     tag: 0.10.7
156
157 vespamgr:
158   image:
159     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
160     name: ric-plt-vespamgr
161     tag: 0.0.8
162   prometheusurl: "http://rec-prometheus-server.default"
163
164 o1mediator:
165   image:
166     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
167     name: ric-plt-o1
168     tag: 0.3.2
169
170 xapponboarder:
171   image:
172    xapponboarder:
173      registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
174      name: xapp-onboarder
175      tag: 1.0.0
176    chartmuseum:
177      registry: "docker.io"
178      name: chartmuseum/chartmuseum
179      tag: v0.8.2
180   allow_redeploy: "True"
181
182 alarmadapter:
183   image:
184     registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
185     name: ric-plt-alarm-go
186     tag: 0.4.3