Add support for multiple e2term
[ric-plt/ric-dep.git] / 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:10004"
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      name: it-dep-init
68      tag: 0.0.1
69    appmgr:
70      name: ric-plt-appmgr
71      tag: 0.2.0
72    chartmuseum:
73      name: chartmuseum/chartmuseum
74      tag: v0.8.2
75
76 dbaas:
77   backend:
78     image:
79       name: ric-plt-dbaas
80       tag: 0.1.0
81
82 e2mgr:
83   image:
84     name: ric-plt-e2mgr
85     tag: 3.0.1
86   privilegedmode: false
87   env:
88     RIC_ID: "bbbccc-abcd0e/20"
89
90
91
92 e2term:
93   alpha:
94     imagePullPolicy: IfNotPresent
95     image:
96       name: ric-plt-e2
97       tag: 3.0.1
98       registry: "nexus3.o-ran-sc.org:10004"
99
100     privilegedmode: false
101     hostnetworkmode: false
102
103     replicaCount: 1
104     env:
105       print: "1"
106       messagecollectorfile: "/data/outgoing/"
107
108     dataVolSize: 100Mi
109     storageClassName: local-storage
110
111     pizpub:
112       enabled: false
113
114
115 jaegeradapter:
116   image:
117     name: jaegertracing/all-in-one
118     tag: 1.12
119
120
121 rsm:
122   image:
123     name: ric-plt-resource-status-manager
124     tag: 3.0.1
125   privilegedmode: false
126   enableResourceStatus: true
127
128 rtmgr:
129   image:
130     name: ric-plt-rtmgr
131     tag: 0.3.8
132   rpe: rmrpush
133   sbi: nngpush
134   sbiurl: 0.0.0.0
135   nbi: httpRESTful
136   nbiurl: http://0.0.0.0:8888
137   loglevel: DEBUG
138
139 submgr:
140   image:
141     name: ric-plt-submgr
142     tag: 0.10.7
143
144 vespamgr:
145   image:
146     name: ric-plt-vespamgr
147     tag: 0.0.8
148   prometheusurl: "http://rec-prometheus-server.default"