Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

installer should register hosts for masters and workers #46

Closed
dhellmann opened this issue Apr 15, 2019 · 3 comments
Closed

installer should register hosts for masters and workers #46

dhellmann opened this issue Apr 15, 2019 · 3 comments

Comments

@dhellmann
Copy link
Member

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)?

$ cd dev-scripts
$ make

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

@russellb
Copy link
Member

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.

@russellb russellb changed the title installer should register hosts for masters installer should register hosts for masters and workers Apr 30, 2019
@hardys
Copy link

hardys commented May 17, 2019

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

@russellb
Copy link
Member

moved here: openshift/installer#2063

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants