We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should we go about booting form virtual dvd once?
resource "redfish_boot_source_override" "boot" { for_each = var.rack1 redfish_server { user = each.value.user password = each.value.password endpoint = each.value.endpoint ssl_insecure = each.value.ssl_insecure } // boot source override parameters boot_source_override_enabled = "Once" boot_source_override_target = "UefiTarget" boot_source_override_mode = "UEFI" // Reset parameters to be applied after bios settings are applied reset_type = "ForceRestart" reset_timeout = "120" # // The maximum amount of time to wait for the bios job to be completed boot_source_job_timeout = "1200" depends_on = [ redfish_virtual_media.vm ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How should we go about booting form virtual dvd once?
The text was updated successfully, but these errors were encountered: