Skip to content

Commit

Permalink
Merge pull request metal3-io#68 from dhellmann/cleanup-stale-consts
Browse files Browse the repository at this point in the history
remove some consts that are no longer needed
  • Loading branch information
russellb authored Mar 14, 2019
2 parents 6452020 + 0549a7e commit 6e583d8
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 6e583d8

Please sign in to comment.