Skip to content

Commit f0a222c

Browse files
author
Brendan Shephard
committed
Remove use of CtlplaneNetmask
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 <bshephar@redhat.com>
1 parent 6aafc22 commit f0a222c

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

tests/functional/dataplane/openstackdataplanenodeset_controller_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
301301
ProvisioningInterface: "",
302302
CtlplaneInterface: "",
303303
CtlplaneGateway: "",
304-
CtlplaneNetmask: "255.255.255.0",
305304
BmhNamespace: "openshift-machine-api",
306305
HardwareReqs: baremetalv1.HardwareReqs{
307306
CPUReqs: baremetalv1.CPUReqs{
@@ -440,7 +439,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
440439
ProvisioningInterface: "",
441440
CtlplaneInterface: "",
442441
CtlplaneGateway: "",
443-
CtlplaneNetmask: "255.255.255.0",
444442
BmhNamespace: "openshift-machine-api",
445443
HardwareReqs: baremetalv1.HardwareReqs{
446444
CPUReqs: baremetalv1.CPUReqs{
@@ -892,7 +890,6 @@ var _ = Describe("Dataplane NodeSet Test", func() {
892890
ProvisioningInterface: "",
893891
CtlplaneInterface: "",
894892
CtlplaneGateway: "",
895-
CtlplaneNetmask: "255.255.255.0",
896893
BmhNamespace: "openshift-machine-api",
897894
HardwareReqs: baremetalv1.HardwareReqs{
898895
CPUReqs: baremetalv1.CPUReqs{

tests/kuttl/tests/dataplane-deploy-global-service-test/00-dataplane-create.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ spec:
139139
bmhNamespace: openshift-machine-api
140140
cloudUserName: ""
141141
ctlplaneInterface: ""
142-
ctlplaneNetmask: 255.255.255.0
143142
deploymentSSHSecret: ""
144143
hardwareReqs:
145144
cpuReqs:

tests/kuttl/tests/dataplane-deploy-global-service-test/02-add-nodeset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
bmhNamespace: openshift-machine-api
99
cloudUserName: ""
1010
ctlplaneInterface: ""
11-
ctlplaneNetmask: 255.255.255.0
1211
deploymentSSHSecret: ""
1312
hardwareReqs:
1413
cpuReqs:

tests/kuttl/tests/dataplane-deploy-no-nodes-test/06-add-nodeset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
bmhNamespace: openshift-machine-api
99
cloudUserName: ""
1010
ctlplaneInterface: ""
11-
ctlplaneNetmask: 255.255.255.0
1211
deploymentSSHSecret: ""
1312
hardwareReqs:
1413
cpuReqs:

0 commit comments

Comments
 (0)