test_slurm_manager_vars.yml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. manager_ports_status_fail_msg: "Slurm ports are not opened in manager node"
  39. manager_ports_status_success_msg: "Slurm Ports are opened in manager node"
  40. slurm_packages_status_success_msg: "Slurm and dev packages are installed"
  41. slurm_packages_status_fail_msg: "Slurm and dev packages are not installed"
  42. slurm_status_fail_msg: "Slurm is not installed"
  43. slurm_status_success_msg: "Slurm is installed"
  44. mariadb_service_fail_msg: " Mariadb server is not running"
  45. mariadb_service_success_msg: " Mariadb server is up running"