main.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. slurm_packages:
  16. - gcc
  17. - openssl
  18. - numactl
  19. - hwloc
  20. - lua
  21. - readline
  22. - perl-ExtUtils-MakeMaker
  23. - rpm-build
  24. - perl-DBI
  25. - perl-Switch
  26. - libibumad
  27. - git
  28. - slurm-slurmctld
  29. - slurm-slurmdbd
  30. dev_tools:
  31. - rrdtool-devel
  32. - lua-devel
  33. - hwloc-devel
  34. - libssh2-devel
  35. - pam-devel
  36. - readline-devel
  37. - openssl-devel
  38. - numactl-devel
  39. - ncurses-devel
  40. - gtk2-devel
  41. log_files_manager:
  42. - slurm_jobacct.log
  43. - slurm_jobcomp.log
  44. leap_slurm_packages:
  45. - slurm-slurmdbd
  46. - git
  47. tmp_mode: "0755"
  48. cluster_state_path: "/var/spool/slurm/cluster_state"
  49. spool_slurmctld_pth: "/var/spool/slurmctld"
  50. spool_slurmd_pth: "/var/spool/slurmd"
  51. slurm_logpth: "/var/log/slurm/"
  52. tcp_port1: "6817/tcp"
  53. tcp_port2: "6818/tcp"
  54. tcp_port3: "6819/tcp"
  55. tcp_port4: "60001-63000/tcp"
  56. tcp_port5: "6820/tcp"
  57. udp_port1: "6817/udp"
  58. udp_port2: "6818/udp"
  59. udp_port3: "6819/udp"
  60. udp_port4: "6820/udp"
  61. family: "ipv4"
  62. db_user: "slurm"
  63. db_host: "localhost"
  64. slurmdbd_path: "/etc/slurm/slurmdbd.conf"
  65. slurmdbd_mode: "0600"
  66. slurm_confpth: "/etc/slurm/slurm.conf"
  67. slurm_user: "slurm"
  68. dbd_addr: "localhost"
  69. dbd_host: "localhost"
  70. logfile: "/var/log/slurm/slurmdbd.log"
  71. pidfile: "/var/run/slurmdbd.pid"
  72. buffer_path: "/tmp/slurm.conf"
  73. slurm_mode: "0644"
  74. os_centos: 'centos'
  75. os_rocky: 'rocky'
  76. os_supported_leap: "leap"