main.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Copyright 2022 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. # Usage: pre-requisites.yml
  16. collections_name:
  17. - kubernetes.core:2.2.3
  18. - community.grafana:1.3.0
  19. directory_mode: '0774'
  20. # Usage: secrets.yml
  21. grafana_secrets: grafana-secrets
  22. # Usage: volume.yml
  23. grafana_volume_memory: 1Gi
  24. # Usage: deployment.yml
  25. grafana_k8s: grafana
  26. grafana_namespace: grafana
  27. grafana_image: grafana/grafana-enterprise:8.3.2
  28. # Usage: deployment.yml
  29. grafana_port: "5000"
  30. grafana_http_port: 5000
  31. grafana_plugins_names: "hpcviz-idvl-hpcc-sankey,hpcviz-idvl-hpcc-parallel-coordinate,hpcviz-idvl-hpcc-spiral-layout,hpcviz-idvl-hpcc-stream-net"
  32. # Usage: plugins.yml
  33. grafana_pod_timeout: 30m
  34. plugins_name:
  35. - parallel-coordinate.zip
  36. - sankey.zip
  37. - spiral-layout.zip
  38. - stream-net.zip
  39. grafana_plugins_folder_name: github-grafana-plugins/
  40. grafana_plugins_github_repo: https://github.com/nsfcac/grafana-plugin.git
  41. grafana_plugins_stable_commit: "947da4f"