main.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
  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. ---
  15. grafana_username: ""
  16. grafana_password: ""
  17. grafana_namespace: grafana
  18. monitoring_namespace: monitoring
  19. k8s_prom_stack_chart_version: 25.0.0
  20. k8s_prom_stack_crd:
  21. - alertmanagerconfigs.monitoring.coreos.com
  22. - alertmanagers.monitoring.coreos.com
  23. - podmonitors.monitoring.coreos.com
  24. - probes.monitoring.coreos.com
  25. - prometheuses.monitoring.coreos.com
  26. - prometheusrules.monitoring.coreos.com
  27. - servicemonitors.monitoring.coreos.com
  28. - thanosrulers.monitoring.coreos.com
  29. grafana_dashboard_json_files:
  30. - CoreDNS.json
  31. - Kubernetes_API_server.json
  32. - Kubernetes_Compute_Resources_Cluster.json
  33. - Kubernetes_Compute_Resources_Namespace_Pods.json
  34. - Kubernetes_Compute_Resources_Node_Pods.json
  35. - Kubernetes_Compute_Resources_Pod.json
  36. - Kubernetes_Compute_Resources_Workload.json
  37. - Kubernetes_Kubelet.json
  38. - Kubernetes_Networking_Cluster.json
  39. - Kubernetes_Networking_Namespace_Pods.json
  40. - Kubernetes_Networking_Namespace_Workload.json
  41. - Kubernetes_Networking_Pod.json
  42. - Kubernetes_Networking_Workload.json
  43. - Kubernetes_Scheduler.json
  44. - Prometheus_Overview.json