# 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. --- ### Usage: provision_idrac ### # This indicates the system profile name used for BIOS configuration of the server # The values supported are - "Performance", "PerformancePerWatt(DAPC)", "PerformancePerWatt(OS)", "WorkstationPerformance". # The default value is "Performance" idrac_system_profile: "Performance" # Boolean value indicating whether OMNIA should perform firmware update or not # It takes values "true" or "false" indicating required and not required cases respectively. # Default value is "true" firmware_update_required: true #****Security Requirements Configuration****# ###Enable the security parameters listed below only if you want to configure the security settings in idrac### ###This feature will be enabled in all the servers (hpc nodes) listed in the idrac inventory### ###To apply these settings please execute appropriate files in control_plane/tools directory### ### Usage: idrac_secure_boot ### # Specify whether the secure boot mode to be enabled # By default secure boot will be "disabled" # If required it can be "enabled" uefi_secure_boot: "disabled" ### Usage: idrac_system_lockdown ### # Specify whether the system lockdown to be enabled # By default system lockdown will be "disabled" # If required it can be "enabled" # Make sure system_lockdown is enabled only after OS provisioning is completed system_lockdown: "disabled"