Skip to content

Commit 63504cd

Browse files
Merge pull request #19079 from rajatchopra/ovn_gateway
Automatic merge from submit-queue. setup gateway by default for dind-ovn @dcbw PTAL /cc @openshift/networking
2 parents cfb31fc + 4cd4a3c commit 63504cd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

hack/dind-cluster.sh

-6
Original file line numberDiff line numberDiff line change
@@ -581,12 +581,6 @@ function copy-ovn-runtime() {
581581
cp "${ovn_go_controller_built_binaries_path}/ovn-kube-util" "${target}"
582582
cp "${ovn_go_controller_built_binaries_path}/ovn-k8s-overlay" "${target}"
583583
cp "${ovn_go_controller_built_binaries_path}/ovn-k8s-cni-overlay" "${target}"
584-
585-
local ovn_k8s_binaries_path="${ovn_root}/bin"
586-
cp "${ovn_k8s_binaries_path}/ovn-k8s-gateway-helper" "${target}"
587-
588-
local ovn_k8s_python_module_path="${ovn_root}/ovn_k8s"
589-
cp -R "${ovn_k8s_python_module_path}" "${target}/"
590584
}
591585

592586
function wait-for-cluster() {

images/dind/node/ovn-kubernetes-node.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ EOF
5858
--cluster-subnet "${cluster_cidr}" \
5959
--nb-address "tcp://${ovn_master_ip}:6641" \
6060
--sb-address "tcp://${ovn_master_ip}:6642" \
61-
--init-node ${host}
61+
--init-node ${host} \
62+
--init-gateways
6263
}
6364

6465
if [[ -n "${OPENSHIFT_OVN_KUBERNETES}" ]]; then

0 commit comments

Comments
 (0)