Additional env needed for e2mgr 1.5.0 and above
[it/dep.git] / RECIPE_EXAMPLE / RIC_PLATFORM_RECIPE_EXAMPLE
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #   Copyright (c) 2019 Nokia.                                                  #
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 global:
22   # Docker registry from which RIC platform components pull the images
23   repository: nexus3.o-ran-sc.org:10004
24   
25   # Name of the K8S docker credential that is onboarded by 20-credential 
26   repositoryCred: docker-reg-cred
27
28   # Docker image pull policy
29   imagePullPolicy: Always
30
31   # Helm repo that will be used by xApp manager
32   helmRepository: helm.ricinfra.local
33
34   # Certificate of the helm repo
35   helmRepositoryCert: xapp-mgr-certs
36
37   # Name of the K8S secret that contains the credential of the helm repo
38   helmRepositoryCred: xapp-mgr-creds
39
40   # The name of the tiller that xApp helm client talks to
41   helmRepositoryTiller: tiller-deploy
42
43   # The namespace of the xApp helm tiller
44   helmRepositoryTillerNamespace: kube-system
45
46   # The port the xApp helm tiller is listening to
47   helmRepositoryTillerPort: 44134
48
49
50 #-------------------------------------------------------------------------
51 # Platform Components 
52 #-------------------------------------------------------------------------
53 # A1 Mediator
54 a1mediator:
55   image:
56     name: ric-plt-a1
57     tag: 0.8.3
58
59 # xApp Manager 
60 appmgr:
61   image:
62     name: appmgr
63     tag: 1.0.4
64
65 # DBAAS 
66 dbaas:
67   backend:
68     image:
69       name: ric-plt-dbaas
70       tag: 0.1.0
71
72 # E2 Manager
73 e2mgr:
74   image:
75     name: e2mgr
76     tag: 1.6.0
77   env:
78     RMR_RTG_SVC: "ric-full-rtmgr"
79     RIC_ID: "bbbccc-abcd0e/20"
80
81
82 # E2 Termination
83 e2term:
84   image:
85     name: e2
86     tag: 1.6.0
87   env:
88     print: "1"
89     RMR_RTG_SVC: "ric-full-rtmgr"
90
91 # Routing Manager
92 rtmgr:
93   image:
94     name: rtmgr
95     tag: 0.0.2
96
97 # Subscription Manager
98 submgr:
99   image:
100     name: submgr
101     tag: v0.1.0
102
103 # the service for redirecting to AUX cluster
104 ext:
105   ip:
106     192.168.130.102