diff --git a/docs/user/metal/install_upi.md b/docs/user/metal/install_upi.md index 7faedd0ecec..4f2d0ea75bf 100644 --- a/docs/user/metal/install_upi.md +++ b/docs/user/metal/install_upi.md @@ -196,6 +196,8 @@ TODO RHEL CoreOS does not have assets for bare-metal. * `rd.neednet=1`: [CoreOS Installer][coreos-installer] needs internet access to fetch the OS image that needs to be installed on the machine. +* `coreos.inst.image_url`: Required for versions <= 4.5 only; should be the URL to a CoreOS "metal" image. In 4.6+ the metal image is included in the Live images. + * CoreOS Installer [arguments][coreos-installer-args] are required to be configured to install RHCOS and setup the Ignition config file for that machine. ## Watching your installation diff --git a/upi/metal/config.tf b/upi/metal/config.tf index b6435fdb8c0..9ad60e7b2a2 100644 --- a/upi/metal/config.tf +++ b/upi/metal/config.tf @@ -132,13 +132,13 @@ EOF } -variable "pxe_os_image_url" { +variable "pxe_kernel_args" { type = string + default = "" description = <