Add property metrics.url.mc to Dashboard chart
[it/dep.git] / RECIPE_EXAMPLE / RIC_AUX_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   releasePrefix: r1
23   namespace:
24     xapp: ricxapp
25     infra: ricinfra
26     platform: ricplt
27     aux: ricaux
28   # Docker registry from which RIC platform components pull the images
29   repository: nexus3.o-ran-sc.org:10004
30
31   # Name of the K8S docker credential that is onboarded by 20-credential
32   repositoryCred: docker-reg-cred
33
34   # Docker image pull policy
35   imagePullPolicy: Always
36
37   # Helm repo that will be used by xApp manager
38   helmRepository: "http://aux-entry/helm"
39
40   # Certificate of the helm repo
41   helmRepositoryCert: xapp-mgr-certs
42
43   # Name of the K8S secret that contains the credential of the helm repo
44   helmRepositoryCred: xapp-mgr-creds
45
46   # Endpoint of k8s API server
47   k8sAPIHost: https://kubernetes.default.svc.cluster.local/
48
49
50   # The ingress URL definitions for the ingress controller in four namespaces
51   ingressurl:
52     ric: ric-entry
53     aux: aux-entry
54
55   tillers:
56     ricxapp:
57       name: ricxapp
58       nameSpace: ricxapp
59       deployNameSpace: ricinfra
60       image:
61         tillerTLSSecrets:
62           repository: nexus3.o-ran-sc.org:10004
63           name: it-dep-secret
64           tag: 0.0.2
65         tiller:
66           repository: gcr.io
67           name: kubernetes-helm/tiller
68           tag: v2.12.3
69       secret:
70         create: true
71         tillerSecretName: secret-tiller-ricxapp
72         helmSecretName: secret-helm-client-ricxapp
73       tls:
74        authenticate: true
75        verify: true
76       serviceAccount:
77         name: tiller
78         role:
79         - apiGroups: [""]
80           resources: ["pods", "configmaps", "services"]
81           verbs: ["get", "list", "create", "delete"]
82         - apiGroups: ["extensions", "apps"]
83           resources: ["deployments"]
84           verbs: ["get", "list", "create", "delete"]
85       port: 44134
86
87 #-------------------------------------------------------------------------
88 # Auxiliary Functions
89 #-------------------------------------------------------------------------
90 dashboard:
91   # Override the name using the following option
92   # nameOverride:
93   image:
94     name: ric-dashboard
95     tag: 1.2.0
96   properties:
97     # application.properties
98     portalapi:
99       username: username
100       password: password
101     metrics:
102       url:
103         ac: http://ric-aux-kibana-server:5601/goto/fedcba9876543210?embed=true
104         mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true
105     # key.properties
106     cipher.enc.key: AGLDdG4D04BKm2IxIWEr8o==
107     # portal.properties
108     # external URL for user browser
109     ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
110     # internal URL for backend
111     ecomp_rest_url:     http://portal-app.onap:8989/ONAPPORTAL/auxapi
112     ueb_app_key: uebkey
113   datapath: /opt/data/dashboard-data
114
115 extsvcaux:
116   ricip:
117     # The ip address of the ric cluster ingress controller
118     <IP_ADDRESS of the RIC cluster>
119   auxip:
120     # The ip address of the aux cluster ingress controller
121     <IP_ADDRESS of the AUX cluster>