test_slurm_workers_vars.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. - numactl
  20. - hwloc
  21. - lua
  22. - readline
  23. - perl-ExtUtils-MakeMaker
  24. - rpm-build
  25. - perl-DBI
  26. - perl-Switch
  27. - libibumad
  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. manager_ports_status_fail_msg: "Slurm ports are not opened in manager node"
  40. manager_ports_status_success_msg: "Slurm Ports are opened in manager node"
  41. slurm_packages_status_success_msg: "Slurm and dev packages are installed"
  42. slurm_packages_status_fail_msg: "Slurm and dev packages are not installed"
  43. slurm_status_fail_msg: "Slurm is not installed"
  44. slurm_status_success_msg: "Slurm is installed"
  45. slurmd_service_fail_msg: "Slurmd service is not running"
  46. slurmd_service_success_msg: "Slurmd service is running"