Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use libovsdb for node-side operations #3616

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion go-controller/hack/update-modelgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! ( command -v modelgen > /dev/null ); then
builddir="$(mktemp -d)"
cd "${builddir}"
# ensure the hash value is not outdated, if wrong bindings are being generated re-install modelgen
GO111MODULE=on go install github.com/ovn-org/libovsdb/cmd/modelgen@a4f2602f585a3c2995a0abea7010b333631341d9
GO111MODULE=on go install github.com/ovn-org/libovsdb/cmd/modelgen@de1704ec34be805b45d51a6ec3a986e10c853449
cd "${olddir}"
if [[ "${builddir}" == /tmp/* ]]; then #paranoia
rm -rf "${builddir}"
Expand All @@ -18,3 +18,5 @@ fi

go generate ./pkg/nbdb
go generate ./pkg/sbdb
go generate ./pkg/vswitchdb

124 changes: 0 additions & 124 deletions go-controller/pkg/cni/bandwidth.go

This file was deleted.

Loading
Loading