idrac_vars.yml 1.9 KB

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