# Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. --- # vars file for provision_idrac # Usage: validate_idrac_vars.yml idrac_input_filename: input_params/idrac_vars.yml base_input_filename: input_params/base_vars.yml login_input_filename: input_params/login_vars.yml login_vault_filename: input_params/.login_vault_key idrac_input_fail_msg: "Please provide all the required parameters in idrac_vars.yml" idrac_system_profile_success_msg: "idrac_system_profile validated" idrac_system_profile_fail_msg: "Failed. Incorrect setting input for idrac_system_profile in idrac_vars.yml" firmware_update_success_msg: "firmware_update_required validated" firmware_update_fail_msg: "Failed. firmware_update_required accepts only true or false in idrac_vars.yml" snmp_community_success_msg: "snmp_community_name validated" snmp_community_fail_msg: "Failed. snmp_community_name should not be empty in base_vars.yml" snmp_trap_dest_success_msg: "snmp_trap_destination validated" snmp_trap_dest_fail_msg: "Failed. Incorrect value for snmp_trap_destination in base_vars.yml" public_ip_success_msg: "public_ip validated" public_ip_fail_msg: "Failed. Incorrect value for public_nic in base_vars.yml" # Usage: check_prerequisites.yml custom_iso_check_fail_msg: "Custom ISO file is not present in the device. Please run appliance.yml first to create custom iso file unattended_centos7.iso" missing_exports_fail_msg: "Missing iDRAC IP entry in /etc/exports file. Wait for 10 minutes and retry again" lc_check_fail_msg: "LC is not ready. Retry again after LC is ready" provision_fail_msg: "Skipping remaining tasks for already provisioned servers. To provision server again remove iDRAC IP from the file control_plane/roles/provision_idrac/files/provisioned_idrac_ip.yml" # Usage: import_scp.yml scp_filename: idrac_scp.yml # Usage: create_vd.yml raid_level: "RAID 0" # Usage: deploy_os.yml expose_duration: 60 file_permission: 0644