We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5228fa + eef54da commit 66307feCopy full SHA for 66307fe
pkg/bmc/irmc.go
@@ -83,7 +83,7 @@ func (a *iRMCAccessDetails) PowerInterface() string {
83
}
84
85
func (a *iRMCAccessDetails) RAIDInterface() string {
86
- return "irmc"
+ return "no-raid"
87
88
89
func (a *iRMCAccessDetails) VendorInterface() string {
pkg/provisioner/ironic/prepare_test.go
@@ -158,7 +158,7 @@ func TestPrepare(t *testing.T) {
158
host.Status.Provisioning.ID = nodeUUID
159
prepData := provisioner.PrepareData{}
160
if tc.existRaidConfig {
161
- host.Spec.BMC.Address = "irmc://test.bmc/"
+ host.Spec.BMC.Address = "idrac://test.bmc/"
162
prepData.RAIDConfig = &metal3v1alpha1.RAIDConfig{
163
HardwareRAIDVolumes: []metal3v1alpha1.HardwareRAIDVolume{
164
{
0 commit comments