Skip to content

Commit

Permalink
remove some consts that are no longer needed
Browse files Browse the repository at this point in the history
The instance information comes from the actuator now, so these consts
are not needed.
  • Loading branch information
dhellmann committed Mar 14, 2019
1 parent 6452020 commit 0549a7e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/controller/baremetalhost/baremetalhost_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ func init() {

var log = logf.Log.WithName("controller_baremetalhost")

// FIXME(dhellmann): These values should probably come from
// configuration settings and something that can tell the IP address
// of the ironic server.
const (
instanceImageSource = "http://172.22.0.1/images/redhat-coreos-maipo-latest.qcow2"
instanceImageChecksum = "97830b21ed272a3d854615beb54cf004"
)

// Add creates a new BareMetalHost Controller and adds it to the
// Manager. The Manager will set fields on the Controller and Start it
// when the Manager is Started.
Expand Down

0 comments on commit 0549a7e

Please sign in to comment.