main.yml 2.0 KB

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