Skip to content

Commit

Permalink
Removing setting provisioning field on the hardware metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pokearu committed Jan 18, 2023
1 parent 27ff31d commit 840d819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/providers/tinkerbell/hardware/catalogue.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import (
"github.com/aws/eks-anywhere/pkg/templater"
)

const Provisioning = "provisioning"

// Indexer provides indexing behavior for objects.
type Indexer interface {
// Lookup retrieves objects associated with the index => value pair.
Expand Down
1 change: 0 additions & 1 deletion pkg/providers/tinkerbell/hardware/catalogue_hardware.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func hardwareFromMachine(m Machine) *tinkv1alpha1.Hardware {
AllowPxe: true,
AlwaysPxe: true,
},
State: "provisioning",
},
Interfaces: []tinkv1alpha1.Interface{
{
Expand Down

0 comments on commit 840d819

Please sign in to comment.