test_inventory_vars.yml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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: test_inventory_validation.yml
  16. idrac_search_key: "Integrated Dell Remote Access Controller"
  17. ethernet_search_key: "Dell EMC Networking OS10-Enterprise"
  18. infiniband_search_key: "MLNX-OS"
  19. me4_powervault_search_key: "ME4"
  20. idrac_fail_msg: "iDRAC IP validation is failed"
  21. idrac_success_msg: "iDRAC IP validation is success"
  22. ethernet_fail_msg: "Ethernet IP validation is failed"
  23. ethernet_success_msg: "Ethernet IP validation is success"
  24. infiniband_fail_msg: "Infiniband IP validation is failed"
  25. infiniband_success_msg: "Infiniband IP validation is success"
  26. powervault_fail_msg: "Powervault IP validation is failed"
  27. powervault_success_msg: "Powervault IP validation is success"
  28. failed_msg: "Failed. Please check input parameters and try again!"
  29. # Usage: test_inventory.yml
  30. login_vars_path: "../input_params/login_vars.yml"
  31. login_vars_vault_path: "../input_params/.login_vault_key"
  32. tower_config_file_path: "../roles/webui_awx/files/.tower_cli.cfg"
  33. tower_vault_file_path: "../roles/webui_awx/files/.tower_vault_key"
  34. awx_namespace: "awx"
  35. awx_pod_regex: 'awx-([A-Za-z0-9]{10})-([A-Za-z0-9]{5})'
  36. awx_pod_item_regex: "awx-([A-Za-z0-9]{10})-([A-Za-z0-9]{5})"
  37. ethernet_switch_support: true
  38. ib_switch_support: true
  39. powervault_support: true
  40. idrac_inventory_name: "idrac_inventory"
  41. ib_inventory_name: "infiniband_inventory"
  42. ethernet_inventory_name: "ethernet_inventory"
  43. pv_inventory_name: "powervault_me4_inventory"
  44. node_inventory_name: "node_inventory"
  45. validation_script_path: "test_inventory_validation.yml"
  46. infiniband_status_code: 302
  47. org_description: "Name of organization using this product"
  48. manager_group: "manager"
  49. compute_group: "compute"
  50. login_group: "login"
  51. nfs_group: "nfs"
  52. group_fail_msg: "Group verification is failed"
  53. group_success_msg: " Group verification is successful"
  54. awx_fail_msg: "awx-operator containers creation failed"
  55. awx_success_msg: "awx-operator containers creation is successful"
  56. empty_host_err: "No hosts available"
  57. node_fail_msg: "Updation of new node is failed"
  58. node_success_msg: "Updation of new node is successful"
  59. inventory_fail_msg: "Inventory creation is failed"
  60. inventory_success_msg: "Inventory creation is successful"
  61. job_template_fail_msg: "Template creation is failed"
  62. job_template_success_msg: "Template creation is successful"
  63. project_fail_msg: " Project creation is failed"
  64. project_success_msg: "Project creation is successful"
  65. organization_fail_msg: "Organization is not created"
  66. organization_success_msg: "Organization is created"
  67. schedule_fail_msg: "Schedules are not created"
  68. schedule_success_msg: "Schedules are created"