Skip to content

Commit

Permalink
Merge pull request #49 from dhellmann/update-bmo-20200218
Browse files Browse the repository at this point in the history
Bug 1804408: update vendored copy of baremetal-operator
  • Loading branch information
openshift-merge-robot committed Feb 18, 2020
2 parents a2a4779 + 716e448 commit 4d1663e
Show file tree
Hide file tree
Showing 51 changed files with 2,545 additions and 1,474 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/cloud/baremetal/actuators/machine/actuator.go
Expand Up @@ -166,7 +166,7 @@ func (a *Actuator) Delete(ctx context.Context, cluster *clusterv1.Cluster, machi
switch host.Status.Provisioning.State {
case bmh.StateRegistrationError, bmh.StateRegistering,
bmh.StateMatchProfile, bmh.StateInspecting,
bmh.StateReady, bmh.StateValidationError:
bmh.StateReady, bmh.StateProvisioningError:
// Host is not provisioned
waiting = false
case bmh.StateExternallyProvisioned:
Expand Down
2 changes: 0 additions & 2 deletions vendor/github.com/metal3-io/baremetal-operator/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d1663e

Please sign in to comment.