This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
installer should register hosts for masters and workers #46
Comments
This should be expanded to include the BareMetalHosts for workers if more than 3 hosts were provided to the installer. This is needed so we can deploy masters + workers in one shot. |
In addition to registering the hosts we should wait for them to become ready, as currently we exit the installer early compared to other platforms |
13 tasks
moved here: openshift/installer#2063 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Platform (aws|libvirt|openstack):
baremetal
What happened?
After the cluster was running, there were no BareMetalHost objects associated with the Machines for master Nodes.
What you expected to happen?
At least the information for the BareMetalHost CRs for the masters should be registered. If those are set up with the machineRef linked to existing Machines, the hosts will be marked as "externally provisioned" and managed more safely (they won't be rebooted to inspect their hardware).
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
To populate the hardware details for masters we will have to update the Status block of the host objects.
References
The text was updated successfully, but these errors were encountered: