Skip to content

Commit

Permalink
Run libovsdb modelgen on v21.06.0 OVN NB schema
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Constantinescu <[email protected]>
  • Loading branch information
alexanderConstantinescu committed Jul 29, 2021
1 parent efb20aa commit a54665f
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
CONTAINER_RUNTIME=docker
endif
CONTAINER_RUNNABLE ?= $(shell $(CONTAINER_RUNTIME) -v > /dev/null 2>&1; echo $$?)
OVN_VERSION ?= v20.12.0
OVN_VERSION ?= v21.06.0

.PHONY: all build check test

Expand Down
23 changes: 12 additions & 11 deletions go-controller/pkg/nbdb/acl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions go-controller/pkg/nbdb/bfd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go-controller/pkg/nbdb/load_balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go-controller/pkg/nbdb/logical_router_policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go-controller/pkg/nbdb/logical_router_static_route.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

123 changes: 122 additions & 1 deletion go-controller/pkg/nbdb/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions go-controller/pkg/sbdb/bfd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions go-controller/pkg/sbdb/fdb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions go-controller/pkg/sbdb/load_balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a54665f

Please sign in to comment.