...
Features
OVSDB project host two plugin plugins that provides the implementation of two OVS schema (OVSDB and HwVtep). Following are the high-level features for both the plugins:
...
- Feature Name: odl-ovsdb-southbound-impl
- Feature URL: https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob_plain;f=southbound/southbound-features/src/main/features/features.xml
- Feature Description: This feature is the main feature of the OVSDB Southbound plugin. This plugin handle handles the OVS device that supports the OVSDB schema and talk about the OVSDB protocol.
- Top Level: Yes
- User Facing: No
- Experimental: No
- CSIT Test: https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-csit-1node-southbound-only-boron/
...
- Feature Name: odl-ovsdb-southbound-impl-rest
- Feature URL: https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob_plain;f=southbound/southbound-features/src/main/features/features.xml
- Feature Description: This feature is the main user-facing feature of the OVSDB Southbound plugin. This feature provides the functionality of the above-mentioned feature (odl-ovsdb-southbound-impl) as well as restconf interface to consume the functionality. Users, who want to develop an application that manages the OVSDB supported devices but want to runs run the application runs outside of the OpenDaylight controller should use this feature.
- Top Level: Yes
- User Facing: Yes
- Experimental: No
- CSIT Test: https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-csit-1node-southbound-only-boron/
...
- Feature Name: odl-ovsdb-hwvtepsouthbound-rest
- Feature URL: https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob_plain;f=hwvtepsouthbound/hwvtepsouthbound-features/src/main/features/features.xml
- Feature Description: This feature is the main user-facing feature of the OVSDB Hardware vTep Southbound plugin. This feature provides the functionality of the above-mentioned feature (oodl-ovsdb-hwvtepsouthbound) as well as restconf interface to consume the functionality. Users, who want to develop an application that manages the OVSDB hardware vtep supported devices but want to runs the application outside of the OpenDaylight controller should use this feature.
- Top Level: Yes
- User Facing: Yes
- Experimental: Yes
- CSIT Test: No
...
OVSDB southbound plugin is extensively tested through Unit Tests, IT test and system tests. Following URL gives more details about the test coverage
Sonar Sonar: https://sonar.opendaylight.org/overview/coverage?id=org.opendaylight.ovsdb%3Aovsdb
...
No blocker bugs.
Currently, there are 4 bugs open, but none of them is a blocker bug. Details can be found here.
...