Skip to content

Commit

Permalink
Remove use of CtlplaneNetmask
Browse files Browse the repository at this point in the history
This change removes use of CtlplaneNetmask in line with
the changes proposed in:
openstack-k8s-operators/openstack-baremetal-operator#241

Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar committed Dec 23, 2024
1 parent 6aafc22 commit f39669a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
ProvisioningInterface: "",
CtlplaneInterface: "",
CtlplaneGateway: "",
CtlplaneNetmask: "255.255.255.0",
BmhNamespace: "openshift-machine-api",
HardwareReqs: baremetalv1.HardwareReqs{
CPUReqs: baremetalv1.CPUReqs{
Expand Down Expand Up @@ -440,7 +439,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
ProvisioningInterface: "",
CtlplaneInterface: "",
CtlplaneGateway: "",
CtlplaneNetmask: "255.255.255.0",
BmhNamespace: "openshift-machine-api",
HardwareReqs: baremetalv1.HardwareReqs{
CPUReqs: baremetalv1.CPUReqs{
Expand Down Expand Up @@ -892,7 +890,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
ProvisioningInterface: "",
CtlplaneInterface: "",
CtlplaneGateway: "",
CtlplaneNetmask: "255.255.255.0",
BmhNamespace: "openshift-machine-api",
HardwareReqs: baremetalv1.HardwareReqs{
CPUReqs: baremetalv1.CPUReqs{
Expand Down

0 comments on commit f39669a

Please sign in to comment.