main.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Copyright 2021 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. # Usage: fetch_password.yml
  16. config_filename: "omnia_config.yml"
  17. config_vaultname: .omnia_vault_key
  18. min_length: 8
  19. max_length: 30
  20. fail_msg_mariadb_password: "maria_db password not given in correct format."
  21. success_msg_mariadb_password: "mariadb_password validated"
  22. success_msg_k8s_version: "Kubernetes Version Validated"
  23. fail_msg_k8s_version: "Failed. Kubernetes Version is unsupported or incorrect in omnia_config.yml"
  24. success_msg_k8s_cni: "Kubernetes CNI Validated"
  25. fail_msg_k8s_cni: "Kubernetes CNI not correct."
  26. success_msg_k8s_pod_network_cidr: "Kubernetes pod network cidr validated"
  27. fail_msg_k8s_pod_network_cidr: "Kubernetes pod network cidr not given in correct format"
  28. file_perm: '0755'
  29. domain_name_length: '63'
  30. domain_name_success_msg: "domain name successfully validated"
  31. domain_name_fail_msg: "Failed. Incorrect format provided for domain name in omnia_config.yml"
  32. realm_name_success_msg: "realm_name successfully validated"
  33. realm_name_fail_msg: "Failed. Incorrect realm_name formate in omnia_config.yml"
  34. success_msg_directory_manager_password: "directory_manager_password successfully validated"
  35. fail_msg_directory_manager_password: "Failed. Incorrect format provided for directory_manager_password"
  36. success_msg_ipa_admin_password: "ipa_admin_password successfully validated"
  37. fail_msg_ipa_admin_password: "Failed. Incorrect format provided for ipa_admin_password"
  38. input_config_failure_msg: "Input parameters cannot be empty"
  39. login_node_required_success_msg: "Login_node_required successfully validated"
  40. login_node_required_fail_msg: "Failed. login_node_required can be either true or false"
  41. # Usage: validations.yml
  42. skip_tag_fail_msg: "Can't skip both slurm and kubernetes"
  43. manager_group_fail_msg: "manager group should contain exactly 1 node"
  44. manager_group_success_msg: "manager group check passed"
  45. compute_group_fail_msg: "compute group should contain atleast 1 node"
  46. compute_group_success_msg: "compute group check passed"
  47. disjoint_fail_msg: "manager and compute groups should be disjoint"
  48. disjoint_success_msg: "manager and compute groups are disjoint"
  49. login_node_group_fail_msg: "Login node group should contain atleast 1 node when login_node_required is true"
  50. login_node_group_success_msg: "Login node group check passed when login_node_required is true"
  51. nfs_node_group_fail_msg: "nfs_node group should contain exactly 1 node"
  52. nfs_node_group_success_msg: "nfs_node group check passed"
  53. # Usage: fetch_powervault_status.yml
  54. tower_config_path: "{{ playbook_dir }}/control_plane/roles/webui_awx/files/.tower_cli.cfg"
  55. tower_vault_path: "{{ playbook_dir }}/control_plane/roles/webui_awx/files/.tower_vault_key"
  56. powervault_inventory_name: "powervault_me4_inventory"
  57. powervault_group: "powervault_me4"