Skip to content
New issue

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

Boot once form virtual dvd #149

Open
scholdan opened this issue Dec 20, 2023 · 0 comments
Open

Boot once form virtual dvd #149

scholdan opened this issue Dec 20, 2023 · 0 comments

Comments

@scholdan
Copy link

How should we go about booting form virtual dvd once?

image

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 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant