476a5c5abea492eec6f5adf93572afe7dd07ec6f
[it/dep.git] / ric-aux / RECIPE_EXAMPLE / 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 extsvcaux:
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 dashboard:
57   imagePullPolicy: IfNotPresent
58   image:
59     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
60     name: ric-dashboard
61     tag: 1.3.0
62   # Many URL prefixes use K8S/Kong service names
63   a1med:
64     url:
65       # The default a1mediator prefix is http://ricplt-entry/a1mediator
66       # You can override the value using the following option
67       # prefix:
68       suffix: ''
69   anrxapp:
70     url:
71       # The default anrxapp prefix is http://ricxapp-entry/anr
72       # You can override the value using the following option
73       # prefix:
74       suffix: ''
75   appmgr:
76     url:
77       # The default appmgr prefix is http://ricplt-entry/appmgr
78       # You can override the value using the following option
79       # prefix:
80       suffix: /ric/v1
81   caasingress:
82     # Ignore SSL problems to CaaS-Ingress by enabling this
83     insecure: true
84     aux:
85       url:
86         # The default AUX CaaS-Ingress prefix is TBD
87         # You can override the value using the following option
88         # prefix:
89         suffix: /api
90     plt:
91       url:
92         # The default PLT CaaS-Ingress prefix is TBD
93         # You can override the value using the following option
94         # prefix:
95         suffix: /api
96   e2mgr:
97     url:
98       # The default e2mgr prefix is http://ricplt-entry/e2mgr
99       # You can override the value using the following option
100       # prefix:
101       suffix: /v1
102   cipher:
103     enc:
104       key:
105   portalapi:
106     security: false
107     appname: RIC-Dashboard
108     username: Default
109     password: password
110     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
111     ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
112     ueb_app_key: uebkey
113   metrics:
114     url:
115       ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true
116       mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true
117
118
119 portal-mariadb:
120   config:
121     ricdashboardHostName: "dashboard.ricaux.svc.cluster.local"
122     ricdashboardPort: "32443"
123     ricdashboardProtocol: "https"
124
125 mrsub:
126   logStashHost: "r1-mc-stack-logstash.ricaux"
127   logStashPort: 5044
128   messageRouterHost: "ricaux-message-router.ricaux"
129   messageRouterPort: 3904
130
131 elasticsearch:
132   enabled: true
133
134 kibana:
135   enabled: true
136   elasticsearchHosts: "http://elasticsearch-master.ricaux.svc.cluster.local:9200"
137 #  serverHost: "172.25.188.62"
138   service:
139     type: "NodePort"
140     nodePort: 30081
141
142 logstash:
143   enabled: true
144   elasticsearch:
145     host: "elasticsearch-master.ricaux.svc.cluster.local"
146     port: 9200