main.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. epel_url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
  16. common_packages:
  17. - munge
  18. - munge-libs
  19. - munge-devel
  20. - mariadb-server
  21. - mariadb-devel
  22. - python3
  23. - man2html
  24. - MySQL-python
  25. hostname_dest: "/etc/hostname"
  26. hosts_dest: "/etc/hosts"
  27. munge_dest: "/etc/munge/"
  28. munge_cmd: "/usr/sbin/create-munge-key -f"
  29. munge_mode: "0400"
  30. slurm_mode: "0644"
  31. common_mode: "0777"
  32. slurm_dest: "/etc/slurm/"
  33. slurm_confpth: "/etc/slurm/slurm.conf"
  34. slurm_user: "slurm"
  35. slurmctld_port: "6817"
  36. slurmd_port: "6818"
  37. acct_port: "6819"
  38. slurm_uid: "6001"
  39. slurm_logpth: "/var/log/slurm/"
  40. slurm_pidpth: "/var/run/slurm/"
  41. gen_mode: "0755"
  42. spool_pth: "/var/spool/slurm/"
  43. slurmctld_pid: "/var/run/slurmctld.pid"
  44. slurmd_pid: "/var/run/slurmd.pid"
  45. cluster_name : "manager,compute"
  46. slurmctld_log: "/var/log/slurm/slurmctld.log"
  47. slurmd_log: "/var/log/slurm/slurmd.log"
  48. chrony_path: "/etc/chrony.conf"
  49. ntp_path: "/etc/ntp.conf"
  50. ntp_mode: "0644"
  51. os_higher_version: "8"
  52. os_version: "7"
  53. retry_count_one: "10"
  54. delay_count_one: "60"
  55. retry_count: "6"
  56. delay_count: "10"
  57. ntp_servers:
  58. - 0.centos.pool.ntp.org
  59. - 1.centos.pool.ntp.org
  60. - 2.centos.pool.ntp.org
  61. chrony_servers:
  62. - 2.centos.pool.ntp.org