🏃 Update Baremetal Operator for the new unmanaged state#108
Conversation
|
/test-v1a4-integration |
|
/cc @dhellmann |
|
This isn't sufficient by itself. We can't deprovision the host without credentials, so if we have an unmanaged host linked to a machine then we won't be able to delete the machine. To fix that, we also need to update https://github.com/metal3-io/cluster-api-provider-metal3/blob/master/baremetal/metal3machine_manager.go#L568 to include the new state as one for which we no longer need to wait before deleting the machine. |
|
/test-v1a4-integration |
|
/test generate |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, maelk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bug 1874618: add hack scripts to install dependencies for unit tests
What this PR does / why we need it:
This adds support for a new state defined in BMO : metal3-io/baremetal-operator#571