a2005d29235539eae6a52abfd7d7af78fdcdadd3
[demo.git] / vnfs / DAaaS / deploy / visualization / README.txt
1 #Add datasource
2 Modify "url" in the datasources section of ./charts/grafana/grafana-values.yaml based on the Prometheus or any other service created
3
4 #copy the custom dashboards definition into the folder ./charts/grafana/dashboards
5 Example, 
6         cp ~/dashboard1.json  ./charts/grafana/dashboards/
7
8 #create configmap that imports .json file as config
9 configmap found at ./charts/grafana/templates/configmap-add-dashboard.yaml
10
11 #Install visualization helm package
12
13 helm install -n graf-prometheus . -f ./charts/grafana/values.yaml -f ./charts/grafana/grafana-values.yaml
14