blob: a6f802cedf8ea47fc904a0a57bf6e71d412efa45 [file] [log] [blame]
romeromonsere366b1a2019-11-19 19:49:26 +01001# Copyright 2019 Minsait - Indra S.A.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14# Author: Jose Manuel Palacios (jmpalacios@minsait.com)
15# Author: Jose Antonio Martinez (jamartinezv@minsait.com)
16
17apiVersion: v1
18data:
19 provider.yaml: |-
20 apiVersion: 1
21 providers:
22 - name: 'Kubernetes Cluster'
23 orgId: 1
24 folder: 'Kubernetes Cluster'
25 type: file
26 disableDeletion: false
27 options:
28 path: /tmp/dashboards
29 - name: 'OSM Third Party Modules'
30 orgId: 1
31 folder: 'OSM Third Party Modules'
32 type: file
33 disableDeletion: false
34 options:
35 path: '/tmp/dashboards/OSM Third Party Modules'
36 - name: 'OSM Modules'
37 orgId: 1
38 folder: 'OSM Modules'
39 type: file
40 disableDeletion: false
41 options:
42 path: '/tmp/dashboards/OSM Modules'
43 - name: 'Summary'
44 orgId: 1
45 folder: 'Summary'
46 type: file
47 disableDeletion: false
48 options:
49 path: /tmp/dashboards/Summary
50kind: ConfigMap
51metadata:
52 labels:
53 app: grafana
54 chart: grafana-3.8.19
55 heritage: Tiller
56 release: osm-monitoring
57 name: osm-monitoring-grafana-config-dashboards