Skip to content

Commit e274625

Browse files
authored
e2e: do not change join cidr and service cidr for ovn-ic tests (#5951)
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent b2aa1cb commit e274625

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

makefiles/kind.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ kind-install-ovn-ic-ipv4:
302302
kubectl config use-context kind-kube-ovn1
303303
@$(MAKE) untaint-control-plane
304304
sed -e 's/10.16.0/10.18.0/g' \
305-
-e 's/10.96.0/10.98.0/g' \
306-
-e 's/100.64.0/100.68.0/g' \
307305
-e 's/VERSION=.*/VERSION=$(VERSION)/' \
308306
dist/images/install.sh | ENABLE_IC=true bash
309307
kubectl describe no
@@ -333,8 +331,6 @@ kind-install-ovn-ic-ipv6:
333331
kubectl config use-context kind-kube-ovn1
334332
@$(MAKE) untaint-control-plane
335333
sed -e 's/fd00:10:16:/fd00:10:18:/g' \
336-
-e 's/fd00:10:96:/fd00:10:98:/g' \
337-
-e 's/fd00:100:64:/fd00:100:68:/g' \
338334
-e 's/VERSION=.*/VERSION=$(VERSION)/' \
339335
dist/images/install.sh | \
340336
IPV6=true ENABLE_IC=true bash
@@ -352,11 +348,7 @@ kind-install-ovn-ic-dual:
352348
kubectl config use-context kind-kube-ovn1
353349
@$(MAKE) untaint-control-plane
354350
sed -e 's/10.16.0/10.18.0/g' \
355-
-e 's/10.96.0/10.98.0/g' \
356-
-e 's/100.64.0/100.68.0/g' \
357351
-e 's/fd00:10:16:/fd00:10:18:/g' \
358-
-e 's/fd00:10:96:/fd00:10:98:/g' \
359-
-e 's/fd00:100:64:/fd00:100:68:/g' \
360352
-e 's/VERSION=.*/VERSION=$(VERSION)/' \
361353
dist/images/install.sh | \
362354
DUAL_STACK=true ENABLE_IC=true bash

0 commit comments

Comments
 (0)