Skip to content

Commit

Permalink
upi/metal: Disable the second interface to speed booting
Browse files Browse the repository at this point in the history
Recent changes[1] mean that critical services wait for
NetworkManager-wait-online.service and the timeout has been increased[2] to
300 seconds which results in significant delays in booting instances
while we wait for the second interface.

1 - openshift/machine-config-operator#1206
2 - https://bugzilla.redhat.com/show_bug.cgi?id=1741296
  • Loading branch information
sdodson committed Dec 4, 2019
1 parent fa9ebdc commit 9e216a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upi/metal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ locals {
"coreos.inst.image_url=${var.pxe_os_image_url}",
"coreos.inst.install_dev=sda",
"coreos.inst.skip_media_check",
"ip=enp1s0f0:dhcp",
]

pxe_kernel = "${var.pxe_kernel_url}"
Expand Down

0 comments on commit 9e216a0

Please sign in to comment.