Skip to content

Commit d74e79b

Browse files
committed
[ci] Remove patching of network.operator CR
Now that we are using the [step registry workflow](openshift/release#8323) for bringing up a hybrid OVN cluster in CI, we can stop patching the network.operator CR to enable hybrid networking.
1 parent 52a7d27 commit d74e79b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/run-ci-e2e-test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ set -o errexit
33
set -o nounset
44
set -o pipefail
55

6-
# Set up hybrid networking on the cluster, a requirement for Windows support in OpenShift
7-
# TODO: This needs to be removed as part of https://issues.redhat.com/browse/WINC-351
8-
oc patch network.operator cluster --type=merge -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"hybridOverlayConfig":{"hybridClusterNetwork":[{"cidr":"10.132.0.0/14","hostPrefix":23}]}}}}}'
9-
106
NODE_COUNT=""
117
SKIP_NODE_DELETION=""
128
KEY_PAIR_NAME=""

0 commit comments

Comments
 (0)