Skip to content

Commit

Permalink
OCPBUGS-9378: vSphere set bootstrap/master efi
Browse files Browse the repository at this point in the history
This commit forces the `firmware` to only use
EFI.
  • Loading branch information
jcpowermac committed May 2, 2023
1 parent ba517b2 commit 2809a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/data/vsphere/bootstrap/main.tf
Expand Up @@ -24,6 +24,7 @@ resource "vsphere_virtual_machine" "vm_bootstrap" {
wait_for_guest_net_timeout = "0"
wait_for_guest_net_routable = "false"
tags = var.tags
firmware = "efi"

network_interface {
network_id = var.template[0].network_interfaces.0.network_id
Expand Down
1 change: 1 addition & 0 deletions data/data/vsphere/master/main.tf
Expand Up @@ -45,6 +45,7 @@ resource "vsphere_virtual_machine" "vm_master" {
wait_for_guest_net_timeout = "0"
wait_for_guest_net_routable = "false"
tags = var.tags
firmware = "efi"

network_interface {
network_id = local.template_map[var.vsphere_control_planes[count.index].template].network_interfaces.0.network_id
Expand Down

0 comments on commit 2809a0e

Please sign in to comment.