main.yml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. # vars file for provision_idrac
  16. # Usage: validate_idrac_vars.yml
  17. idrac_input_filename: input_params/idrac_vars.yml
  18. base_input_filename: input_params/base_vars.yml
  19. login_input_filename: input_params/login_vars.yml
  20. login_vault_filename: input_params/.login_vault_key
  21. idrac_input_fail_msg: "Please provide all the required parameters in idrac_vars.yml"
  22. idrac_system_profile_success_msg: "idrac_system_profile validated"
  23. idrac_system_profile_fail_msg: "Failed. Incorrect setting input for idrac_system_profile in idrac_vars.yml"
  24. firmware_update_success_msg: "firmware_update_required validated"
  25. firmware_update_fail_msg: "Failed. firmware_update_required accepts only true or false in idrac_vars.yml"
  26. snmp_community_success_msg: "snmp_community_name validated"
  27. snmp_community_fail_msg: "Failed. snmp_community_name should not be empty in base_vars.yml"
  28. snmp_trap_dest_success_msg: "snmp_trap_destination validated"
  29. snmp_trap_dest_fail_msg: "Failed. Incorrect value for snmp_trap_destination in base_vars.yml"
  30. public_ip_success_msg: "public_ip validated"
  31. public_ip_fail_msg: "Failed. Incorrect value for public_nic in base_vars.yml"
  32. # Usage: check_prerequisites.yml
  33. missing_exports_fail_msg: "Failed. Missing network cidr entry of iDRAC IP in /etc/exports file. Add entries if iDRAC IP is not in the management network range provided in base_vars.yml"
  34. lc_check_fail_msg: "Failed. LC is not ready. Retry again after LC is ready"
  35. provision_skip_msg: "Skipping remaining tasks for already provisioned servers. To provision server again remove iDRAC IP from the provision_idrac_inventory in awx"
  36. missing_ip_file_fail_msg: "Failed. Missing management_station_ip.txt in provision_idrac/files folder. Please run control_plane.yml to create management_station_ip.txt"
  37. awx_search_key: "awx-"
  38. nfs_check_key: "Failed"
  39. nfs_check_file: "nfs_check.xml"
  40. provisioned_idrac_inventory_name: "provisioned_idrac_inventory"
  41. awx_vars_filename: ".tower_cli.cfg"
  42. awx_vaultname: ".tower_vault_key"
  43. # Usage: update_firmware.yml
  44. idrac_port: 443
  45. idrac_error_message: "Unable to complete the operation because the catalog name entered has either unsupported firmware packages or same version installed on the server"
  46. firmware_job_fail_msg: "Failed. Error occured while updating firmware"
  47. firmware_job_success_msg: "Firmware update job compeleted successfully"
  48. # Usage: import_scp.yml
  49. scp_filename: idrac_scp.xml
  50. # Usage: create_vd.yml
  51. raid_level: "RAID 0"
  52. # Usage: deploy_os.yml
  53. expose_duration: 60
  54. file_permission: 0644
  55. provision_os_msg: "OS provisioning is initiated. Wait for installation to complete for all servers."