main.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. common_packages:
  16. - slurm-slurmd
  17. - slurm-pmi
  18. - munge
  19. - munge-libs
  20. - munge-devel
  21. - mariadb-server
  22. - mariadb-devel
  23. - man2html
  24. leap_common_packages:
  25. - slurm
  26. - munge
  27. - mariadb
  28. - slurm-munge
  29. common_python2_packages:
  30. - MySQL-python
  31. - python-netaddr
  32. common_python3_packages:
  33. - MySQL-python3
  34. - python3-netaddr
  35. hostname_dest: "/etc/hostname"
  36. hosts_dest: "/etc/hosts"
  37. munge_dest: "/etc/munge/"
  38. munge_cmd: "/usr/sbin/create-munge-key -f"
  39. munge_mode: "0400"
  40. slurm_mode: "0644"
  41. common_mode: "0777"
  42. slurm_dest: "/etc/slurm/"
  43. slurm_confpth: "/etc/slurm/slurm.conf"
  44. slurm_user: "slurm"
  45. slurmctld_port: "6817"
  46. slurmd_port: "6818"
  47. srun_port_range: "60001-63000"
  48. acct_port: "6819"
  49. slurm_uid: "6001"
  50. slurm_logpth: "/var/log/slurm/"
  51. slurm_pidpth: "/var/run/slurm/"
  52. gen_mode: "0755"
  53. spool_dir: "/var/spool/"
  54. spool_pth: "/var/spool/slurm/"
  55. slurmctld_pid: "/var/run/slurmctld.pid"
  56. slurmd_pid: "/var/run/slurmd.pid"
  57. cluster_name : "manager,compute"
  58. slurmctld_log: "/var/log/slurm/slurmctld.log"
  59. slurmd_log: "/var/log/slurm/slurmd.log"
  60. os_centos: 'centos'
  61. os_rocky: 'rocky'
  62. os_version: '8.0'
  63. os_supported_leap: "leap"