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