main.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Copyright 2022 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. k8s_installation_required: "Kubernetes installation is mandatory for telemetry.yml"
  16. base_vars_file: "{{ role_path }}/../../input_params/base_vars.yml"
  17. login_vars_file: "{{ role_path }}/../../input_params/login_vars.yml"
  18. vault_filename: "{{ role_path }}/../../input_params/.login_vault_key"
  19. fail_msg_base_vars: "telemetry/base_vars.yml file doesn't exist."
  20. fail_msg_login_vars: "telemetry/login_vars.yml file doesn't exist."
  21. folder_perm: 644
  22. vault_file_perm: '0644'
  23. idrac_telemetry_support_success_msg: "idrac_telemetry_support validated"
  24. idrac_telemetry_support_fail_msg: "Failed. idrac_telemetry_support only accepts boolean
  25. values true or false"
  26. slurm_telemetry_support_success_msg: "slurm_telemetry_support validated"
  27. slurm_telemetry_support_fail_msg: "Failed. slurm_telemetry_support only accepts boolean
  28. values true or false"
  29. slurm_telemetry_idrac_support_success_msg: "slurm and idrac telemetry are supported"
  30. slurm_telemetry_idrac_support_fail_msg: "slurm telemetry is supported only when
  31. idrac_telemetry_support is true"
  32. timescaledb_success_msg: "Timescale DB name validated successfully"
  33. timescaledb_fail_msg: "Timescale DB name should have minimum length of 2"
  34. mysqldb_success_msg: "MySQL DB name validated successfully"
  35. mysqldb_fail_msg: "MySQL DB name should have minimum length of 2"
  36. login_vars_fail_msg: "usernames and passwords in input_params/login_vars.yml should have minimum length 2"
  37. namespace: telemetry-and-visualizations
  38. secrets_name: credentials