Merge R3 into master
[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 duplicate 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:10004/o-ran-sc
62     name: ric-dashboard
63     tag: 2.0.0
64   cipher:
65     enc:
66       key: AGLDdG4D04BKm2IxIWEr8o==
67   portalapi:
68     security: false
69     appname: RIC-Dashboard
70     username: Default
71     password: password
72     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
73     ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
74     ueb_app_key: uebkey
75   # instances are passed as string and reformatted into YAML
76   ricinstances: |
77     regions:
78       -
79         name: Region PIZ-R4
80         instances:
81           -
82             key: i1
83             name: RIC
84             appUrlPrefix: http://ric-entry
85             caasUrlPrefix: http://caas-ingress-is-REC-only
86             pltUrlPrefix: http://ric-entry
87
88 portal-mariadb:
89   config:
90     ricdashboardHostName: "dashboard.ricaux.svc.cluster.local"
91     ricdashboardPort: "32443"
92     ricdashboardProtocol: "https"
93
94 mrsub:
95   logStashHost: "r1-mc-stack-logstash.ricaux"
96   logStashPort: 5044
97   messageRouterHost: "ricaux-message-router.ricaux"
98   messageRouterPort: 3904
99
100 elasticsearch:
101   enabled: true
102
103 kibana:
104   enabled: true
105   elasticsearchHosts: "http://elasticsearch-master.ricaux.svc.cluster.local:9200"
106 #  serverHost: "172.25.188.62"
107   service:
108     type: "NodePort"
109     nodePort: 30081
110
111 logstash:
112   enabled: true
113   elasticsearch:
114     host: "elasticsearch-master.ricaux.svc.cluster.local"
115     port: 9200