main.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. dev_tools:
  29. - rrdtool-devel
  30. - lua-devel
  31. - hwloc-devel
  32. - libssh2-devel
  33. - pam-devel
  34. - readline-devel
  35. - openssl-devel
  36. - numactl-devel
  37. - ncurses-devel
  38. - gtk2-devel
  39. log_files_manager:
  40. - slurm_jobacct.log
  41. - slurm_jobcomp.log
  42. tmp_path: "/root/slurm-tmp"
  43. tmp_mode: "0755"
  44. cluster_state_path: "/var/spool/slurm/cluster_state"
  45. spool_slurmctld_pth: "/var/spool/slurmctld"
  46. spool_slurmd_pth: "/var/spool/slurmd"
  47. slurm_logpth: "/var/log/slurm/"
  48. slurm_url: https://download.schedmd.com/slurm/slurm-20.11.7.tar.bz2
  49. slurm_md5: "md5:0f5c768d3e895030f286120c3591912f"
  50. rpmbuild_path: "/root/slurm-tmp/slurm-20.11.7.tar.bz2"
  51. rpm_loop: "/rpmbuild/RPMS/x86_64/*.rpm"
  52. tcp_port1: "6817/tcp"
  53. tcp_port2: "6818/tcp"
  54. tcp_port3: "6819/tcp"
  55. tcp_port4: "60001-63000/tcp"
  56. udp_port1: "6817/udp"
  57. udp_port2: "6818/udp"
  58. udp_port3: "6819/udp"
  59. family: "ipv4"
  60. db_user: "slurm"
  61. db_host: "localhost"
  62. slurmdbd_path: "/etc/slurm/slurmdbd.conf"
  63. slurmdbd_mode: "0600"
  64. slurm_confpth: "/etc/slurm/slurm.conf"
  65. slurm_user: "slurm"
  66. DbdAddr: "localhost"
  67. DbdHost: "localhost"
  68. logfile: "/var/log/slurm/slurmdbd.log"
  69. pidfile: "/var/run/slurmdbd.pid"
  70. buffer_path: "/tmp/slurm.conf"
  71. rpm_path: "/root/rpmbuild/RPMS/x86_64/"
  72. slurm_mode: "0644"