main.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. epel_url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
  16. common_packages:
  17. - munge
  18. - munge-libs
  19. - mariadb-server
  20. - mariadb-devel
  21. - python3
  22. munge_dest: "/etc/munge/"
  23. munge_cmd: "/usr/sbin/create-munge-key -f"
  24. munge_mode: "0400"
  25. slurm_mode: "0644"
  26. slurm_dest: "/etc/slurm/"
  27. slurm_confpth: "/etc/slurm/slurm.conf"
  28. slurm_user: "slurm"
  29. slurmctld_port: "6817"
  30. slurmd_port: "6818"
  31. slurm_uid: "6001"
  32. slurm_logpth: "/var/log/slurm/"
  33. gen_mode: "0755"
  34. spool_pth: "/var/spool/slurm/"
  35. slurmctld_pid: "/var/run/slurmctld.pid"
  36. slurmd_pid: "/var/run/slurmd.pid"
  37. cluster_name : "manager,compute"
  38. slurmctld_log: "/var/log/slurm/slurmctld.log"
  39. slurmd_log: "/var/log/slurm/slurmd.log"