File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -581,12 +581,6 @@ function copy-ovn-runtime() {
581
581
cp " ${ovn_go_controller_built_binaries_path} /ovn-kube-util" " ${target} "
582
582
cp " ${ovn_go_controller_built_binaries_path} /ovn-k8s-overlay" " ${target} "
583
583
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} /"
590
584
}
591
585
592
586
function wait-for-cluster() {
Original file line number Diff line number Diff line change 58
58
--cluster-subnet " ${cluster_cidr} " \
59
59
--nb-address " tcp://${ovn_master_ip} :6641" \
60
60
--sb-address " tcp://${ovn_master_ip} :6642" \
61
- --init-node ${host}
61
+ --init-node ${host} \
62
+ --init-gateways
62
63
}
63
64
64
65
if [[ -n " ${OPENSHIFT_OVN_KUBERNETES} " ]]; then
You can’t perform that action at this time.
0 commit comments