Background
Release images currently contain two installer images:
installer - built from images/installer, the standard openshift-install binary for Linux systems
installer-artifacts - built from images/installer-artifacts, an openshift-install binary for MacOS layered over the installer image
There are other images which are built per commit but not included in the release image - libvirt-installer, upi-installer, and openstack-installer - however apparently all of these are used for CI only
(The installer image is listed as an "always include" image in 'oc adm release new' code - unclear how installer-artifacts gets included)
The baremetal platform is only available in openshift-install if it is built with TAGS="baremetal libvirt"
Builds with libvirt support are dynamically linked as there are no static builds of libvirt
The baremetal platform will be considered experimental in 4.2 and it will be listed in HiddenPlatformNames (currently openstack and vsphere are listed there)
Request
Since baremetal IPI support will not be available in the standard openshift-install binary, would it be acceptable to include a baremetal-installer image included in the 4.2 release image?
Background
Release images currently contain two installer images:
installer- built from images/installer, the standard openshift-install binary for Linux systemsinstaller-artifacts- built from images/installer-artifacts, an openshift-install binary for MacOS layered over theinstallerimageThere are other images which are built per commit but not included in the release image -
libvirt-installer,upi-installer, andopenstack-installer- however apparently all of these are used for CI only(The
installerimage is listed as an "always include" image in 'oc adm release new' code - unclear howinstaller-artifactsgets included)The
baremetalplatform is only available in openshift-install if it is built withTAGS="baremetal libvirt"Builds with
libvirtsupport are dynamically linked as there are no static builds of libvirtThe
baremetalplatform will be considered experimental in 4.2 and it will be listed in HiddenPlatformNames (currently openstack and vsphere are listed there)Request
Since baremetal IPI support will not be available in the standard openshift-install binary, would it be acceptable to include a baremetal-installer image included in the 4.2 release image?