Add support for multiple e2term
[ric-plt/ric-dep.git] / amber_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: r3
23
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 docker-credential:
46   enabled: true
47   credential:
48     oran:
49       registry: "nexus3.o-ran-sc.org:10002"
50       credential:
51         user: "docker"
52         password: "docker"
53         email: "@"
54
55
56 a1mediator:
57   image:
58     name: ric-plt-a1
59     tag: 1.0.4
60   rmr_timeout_config:
61     rcv_retry_interval_ms: 500
62     rcv_retry_times: 20
63
64 appmgr:
65   image:
66    init:
67      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
68      name: it-dep-init
69      tag: 0.0.1
70    appmgr:
71      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
72      name: ric-plt-appmgr
73      tag: 0.1.10
74    chartmuseum:
75      registry: "docker.io"
76      name: chartmuseum/chartmuseum
77      tag: v0.8.2
78
79 dbaas:
80   backend:
81     image:
82       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
83       name: ric-plt-dbaas
84       tag: 0.2.2
85
86 e2mgr:
87   image:
88     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
89     name: ric-plt-e2mgr
90     tag: 2.0.10
91   privilegedmode: false
92   env:
93     RIC_ID: "bbbccc-abcd0e/20"
94
95
96 e2term:
97   image:
98     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
99     name: ric-plt-e2
100     tag: 3.0.1
101
102   privilegedmode: false
103   hostnetworkmode: false
104   env:
105     print: "1"
106     messagecollectorfile: "/data/outgoing/"
107   dataVolSize: 100Mi
108   storageClassName: local-storage
109   pizpub:
110     enabled: false
111
112
113 jaegeradapter:
114   image:
115     registry: "docker.io"
116     name: jaegertracing/all-in-one
117     tag: 1.12
118
119
120 rsm:
121   image:
122     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
123     name: ric-plt-resource-status-manager
124     tag: 3.0.1
125   privilegedmode: false
126   enableResourceStatus: true
127
128 rtmgr:
129   image:
130     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
131     name: ric-plt-rtmgr
132     tag: 0.3.9
133   rpe: rmrpush
134   sbi: nngpush
135   sbiurl: 0.0.0.0
136   nbi: httpRESTful
137   nbiurl: http://0.0.0.0:8888
138   loglevel: DEBUG
139
140 submgr:
141   image:
142     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
143     name: ric-plt-submgr
144     tag: 0.10.7
145
146 vespamgr:
147   image:
148     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
149     name: ric-plt-vespamgr
150     tag: 0.0.8
151   prometheusurl: "http://rec-prometheus-server.default"