Skip to content

Commit

Permalink
With upstream PR: ovn-kubernetes/ovn-kubernetes#173, this PR will obs…
Browse files Browse the repository at this point in the history
…olete the python binaries (except gateway helper)

Signed-off-by: Rajat Chopra <[email protected]>
  • Loading branch information
Rajat Chopra committed Jan 11, 2018
1 parent f3c0a04 commit 7697cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions hack/dind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,11 @@ function copy-ovn-runtime() {
local ovn_go_controller_built_binaries_path="${ovn_root}/go-controller/_output/go/bin"
cp "${ovn_go_controller_built_binaries_path}/ovnkube" "${target}"
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-cni-overlay" "${target}"
cp "${ovn_k8s_binaries_path}/ovn-k8s-gateway-helper" "${target}"
cp "${ovn_k8s_binaries_path}/ovn-k8s-overlay" "${target}"
cp "${ovn_k8s_binaries_path}/ovn-k8s-util" "${target}"
cp "${ovn_k8s_binaries_path}/ovn-k8s-watcher" "${target}"

local ovn_k8s_python_module_path="${ovn_root}/ovn_k8s"
cp -R "${ovn_k8s_python_module_path}" "${target}/"
Expand Down
2 changes: 1 addition & 1 deletion images/dind/node/ovn-kubernetes-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function ovn-kubernetes-node() {

cat >"/etc/openvswitch/ovn_k8s.conf" <<EOF
[default]
k8s_ca_certificate=${config_dir}/ca.crt
k8s-ca-certificate=${config_dir}/ca.crt
EOF

local host
Expand Down

0 comments on commit 7697cb9

Please sign in to comment.