Merge "Add right to create pod forwarding for appmgr tiller"
[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: "https://helm-entry"
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   # The ingress URL definitions for the ingress controller in four namespaces
50   ingressurl:
51     platform: ricplt-entry
52     xapp: ricxapp-entry
53     aux: ricaux-entry
54     infra: ricinfra-entry
55     localnexus: nexus-entry
56     localhelm: helm-entry
57     localdocker: docker-entry
58
59 #-------------------------------------------------------------------------
60 # Platform Components 
61 #-------------------------------------------------------------------------
62 # A1 Mediator
63 a1mediator:
64   # Use the following option to override the docker registry value
65   # repositoryOverride:
66   image:
67     name: ric-plt-a1
68     tag: 0.8.3
69   rmr_timeout_config:
70     rcv_retry_interval_ms: 500
71     rcv_retry_times: 20
72
73 # xApp Manager 
74 appmgr:
75   # Use the following option to override the docker registry value
76   # repositoryOverride:
77   image:
78     name: appmgr
79     tag: 1.0.4
80
81
82
83 # DBAAS 
84 dbaas:
85   # Use the following option to override the docker registry value
86   # repositoryOverride:
87   backend:
88     iterminationGracePeriodSeconds: 0
89     image:
90       name: ric-plt-dbaas
91       tag: 0.1.0
92
93 # E2 Manager
94 e2mgr:
95   # Use the following option to override the docker registry value
96   # repositoryOverride:
97   image:
98     name: e2mgr
99     tag: 1.6.0
100   env:
101     RIC_ID: "bbbccc-abcd0e/20"
102
103
104 # E2 Termination
105 e2term:
106   # Use the following option to override the docker registry value
107   # repositoryOverride:
108   image:
109     name: e2
110     tag: 1.6.0
111   env:
112     print: "1"
113
114 # Routing Manager
115 rtmgr:
116   # Use the following option to override the docker registry value
117   # repositoryOverride:
118   image:
119     name: rtmgr
120     tag: 0.0.2
121
122 # Subscription Manager
123 submgr:
124   # Use the following option to override the docker registry value
125   # repositoryOverride:
126   image:
127     name: submgr
128     tag: v0.1.0
129
130 # the service for redirecting to AUX cluster
131 ext:
132   ip:
133     # The ip address of the aux cluster ingress controller
134     IP_ADDRESS