main.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. common_packages:
  16. - munge
  17. - munge-libs
  18. - munge-devel
  19. - mariadb-server
  20. - mariadb-devel
  21. - man2html
  22. - MySQL-python
  23. - python-netaddr
  24. hostname_dest: "/etc/hostname"
  25. hosts_dest: "/etc/hosts"
  26. munge_dest: "/etc/munge/"
  27. munge_cmd: "/usr/sbin/create-munge-key -f"
  28. munge_mode: "0400"
  29. slurm_mode: "0644"
  30. common_mode: "0777"
  31. slurm_dest: "/etc/slurm/"
  32. slurm_confpth: "/etc/slurm/slurm.conf"
  33. slurm_user: "slurm"
  34. slurmctld_port: "6817"
  35. slurmd_port: "6818"
  36. srun_port_range: "60001-63000"
  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_dir: "/var/spool/"
  43. spool_pth: "/var/spool/slurm/"
  44. slurmctld_pid: "/var/run/slurmctld.pid"
  45. slurmd_pid: "/var/run/slurmd.pid"
  46. cluster_name : "manager,compute"
  47. slurmctld_log: "/var/log/slurm/slurmctld.log"
  48. slurmd_log: "/var/log/slurm/slurmd.log"