main.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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_server: 10.0.0.1
  24. nfs_path: /home/k8snfs
  25. mpi_operator_yaml_url: https://raw.githubusercontent.com/kubeflow/mpi-operator/master/deploy/v1alpha2/mpi-operator.yaml
  26. nvidia_k8s_device_plugin_repo_url: https://nvidia.github.io/k8s-device-plugin
  27. nvidia_gpu_discovery_repo_url: https://nvidia.github.io/gpu-feature-discovery
  28. nvidia_device_plugin_version: 0.7.0
  29. mig_strategy: none
  30. gpu_feature_discovery_version: 0.2.0
  31. fpga_device_plugin_yaml_url: https://raw.githubusercontent.com/Xilinx/FPGA_as_a_Service/master/k8s-fpga-device-plugin/fpga-device-plugin.yml