main.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. 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. tmp_mode: "0755"
  45. cluster_state_path: "/var/spool/slurm/cluster_state"
  46. spool_slurmctld_pth: "/var/spool/slurmctld"
  47. spool_slurmd_pth: "/var/spool/slurmd"
  48. slurm_logpth: "/var/log/slurm/"
  49. tcp_port1: "6817/tcp"
  50. tcp_port2: "6818/tcp"
  51. tcp_port3: "6819/tcp"
  52. tcp_port4: "60001-63000/tcp"
  53. udp_port1: "6817/udp"
  54. udp_port2: "6818/udp"
  55. udp_port3: "6819/udp"
  56. family: "ipv4"
  57. db_user: "slurm"
  58. db_host: "localhost"
  59. slurmdbd_path: "/etc/slurm/slurmdbd.conf"
  60. slurmdbd_mode: "0600"
  61. slurm_confpth: "/etc/slurm/slurm.conf"
  62. slurm_user: "slurm"
  63. dbd_addr: "localhost"
  64. dbd_host: "localhost"
  65. logfile: "/var/log/slurm/slurmdbd.log"
  66. pidfile: "/var/run/slurmdbd.pid"
  67. buffer_path: "/tmp/slurm.conf"
  68. slurm_mode: "0644"