Skip to content

Commit

Permalink
Merge pull request #19079 from rajatchopra/ovn_gateway
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

setup gateway by default for dind-ovn

@dcbw PTAL

/cc @openshift/networking
  • Loading branch information
openshift-merge-robot authored Mar 23, 2018
2 parents cfb31fc + 4cd4a3c commit 63504cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions hack/dind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,12 +581,6 @@ function copy-ovn-runtime() {
cp "${ovn_go_controller_built_binaries_path}/ovn-kube-util" "${target}"
cp "${ovn_go_controller_built_binaries_path}/ovn-k8s-overlay" "${target}"
cp "${ovn_go_controller_built_binaries_path}/ovn-k8s-cni-overlay" "${target}"

local ovn_k8s_binaries_path="${ovn_root}/bin"
cp "${ovn_k8s_binaries_path}/ovn-k8s-gateway-helper" "${target}"

local ovn_k8s_python_module_path="${ovn_root}/ovn_k8s"
cp -R "${ovn_k8s_python_module_path}" "${target}/"
}

function wait-for-cluster() {
Expand Down
3 changes: 2 additions & 1 deletion images/dind/node/ovn-kubernetes-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ EOF
--cluster-subnet "${cluster_cidr}" \
--nb-address "tcp://${ovn_master_ip}:6641" \
--sb-address "tcp://${ovn_master_ip}:6642" \
--init-node ${host}
--init-node ${host} \
--init-gateways
}

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

0 comments on commit 63504cd

Please sign in to comment.