main.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Copyright 2020 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. metallb_config_file_dest: /root/k8s/metal-config.yaml
  16. metallb_config_file_mode: 0655
  17. metallb_deployment_file_dest: /root/k8s/metallb.yaml
  18. metallb_deployment_file_mode: 0655
  19. metallb_yaml_url: https://raw.githubusercontent.com/google/metallb/v0.8.1/manifests/metallb.yaml
  20. k8s_dashboard_yaml_url: https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
  21. helm_stable_repo_url: https://charts.helm.sh/stable
  22. nfs_server: "{{ ansible_host }}"
  23. nfs_path: /home/k8snfs
  24. mpi_operator_yaml_url: https://raw.githubusercontent.com/kubeflow/mpi-operator/master/deploy/v1alpha2/mpi-operator.yaml
  25. nvidia_k8s_device_plugin_repo_url: https://nvidia.github.io/k8s-device-plugin
  26. nvidia_gpu_discovery_repo_url: https://nvidia.github.io/gpu-feature-discovery
  27. nvidia_device_plugin_version: 0.7.0
  28. mig_strategy: none
  29. gpu_feature_discovery_version: 0.2.0
  30. fpga_device_plugin_yaml_url: https://raw.githubusercontent.com/Xilinx/FPGA_as_a_Service/master/k8s-fpga-device-plugin/fpga-device-plugin.yml
  31. rocm_device_plugin_yaml_url: https://raw.githubusercontent.com/RadeonOpenCompute/k8s-device-plugin/master/k8s-ds-amdgpu-dp.yaml
  32. slurm_exporter_config_file: extraScrapeConfigs.yaml
  33. slurm_exporter_config_file_path: /var/lib/
  34. slurm_exporter_file_mode: 0655
  35. prometheus_path_on_host: /var/lib/prometheus-2.23.0.linux-amd64/