main.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. - python3
  17. - gcc
  18. - openssl
  19. - openssl-devel
  20. - numactl
  21. - numactl-devel
  22. - hwloc
  23. - lua
  24. - readline
  25. - readline-devel
  26. - pam-devel
  27. - perl-ExtUtils-MakeMaker
  28. - cpanm*
  29. - rpm-build
  30. dev_tools:
  31. - rrdtool-devel
  32. - lua-devel
  33. - hwloc-devel
  34. tmp_path: "/root/slurm-tmp"
  35. tmp_mode: "0755"
  36. slurm_url: https://download.schedmd.com/slurm/slurm-20.02.3.tar.bz2
  37. slurm_md5: "md5:c71a300d6c5d33ef8ca60e52a203bb1e"
  38. rpmbuild_path: "/root/slurm-tmp/slurm-20.02.3.tar.bz2"
  39. rpm_loop: "/rpmbuild/RPMS/x86_64/*.rpm"
  40. tcp_port1: "6817/tcp"
  41. tcp_port2: "6818/tcp"
  42. tcp_port3: "6819/tcp"
  43. tcp_port4: "7321/tcp"
  44. udp_port1: "6817/udp"
  45. udp_port2: "7321/udp"
  46. family: "ipv4"
  47. db_user: "slurm"
  48. db_host: "localhost"
  49. slurmdbd_path: "/etc/slurm/slurmdbd.conf"
  50. slurmdbd_mode: "0600"
  51. slurm_confpth: "/etc/slurm/slurm.conf"
  52. slurm_user: "slurm"
  53. DbdAddr: "localhost"
  54. DbdHost: "localhost"
  55. logfile: "/var/log/slurm/slurmdbd.log"
  56. pidfile: "/var/run/slurm/slurmdbd.pid"
  57. buffer_path: "/tmp/slurm.conf"
  58. rpm_path: "/root/rpmbuild/RPMS/x86_64/"
  59. slurm_mode: "0644"