You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be done mostly automatically from OVSDB schema files; however we will need some way to specify which OVSDB relations are inputs and which our outputs (can they be both?). Should we add those as annotations to the OVSDB schema or just specify them as command line arguments to the schema conversion tool?
port rules from northd.c to northd.dl
create data sets for standalone testing of northd.dl (i.e., outside of OVN)
generate runtime OVSDB input/output adapters for DDlog
create OVN infrastructure to test northd.dl against northd.c on a live system
integration testing
scale testing (and CPU/memory profiling)
suppress Rust warnings
catch up with latest OVN master
documentation
fix remaining test failures
test C and DDlog at the same time if DDlog is enabled in the build
clean up DDlog patches
The text was updated successfully, but these errors were encountered:
There is a functional implementation of OVN northd in DDlog in a branch: https://github.com/ovn-org/ovn/tree/ddlog-dev-v2 (see documentation here: https://github.com/ovn-org/ovn/tree/ddlog-dev-v2/northd/docs). However not all recent northd features have been ported to DDlog and it is not part of an official OVN release. I am hoping both issues will be resolved sometime soon, but I am not an OVN maintainer, so can't make any promises.
TODO list for DDlog/OVN integration:
northd.c
tonorthd.dl
northd.dl
(i.e., outside of OVN)northd.dl
againstnorthd.c
on a live systemThe text was updated successfully, but these errors were encountered: