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