OVSDB:Nitrogen Release Plan
Contents
- 1 Introduction
- 2 Release Deliverables
- 3 Release Milestones
- 4 Externally Consumable APIs
- 5 Expected Dependencies on Other Projects
- 6 Expected Incompatibilities with Other Projects
- 7 Compatibility with Previous Releases
- 8 Themes and Priorities
- 9 Requests from Other Projects
- 9.1 Active Requests
- 10 Test Tools Requirements
- 10.1 System Test
- 10.2 Unit Test
- 10.3 Integration Test
- 10.4 Cluster Test
- 10.5 End to end Test
- 11 Other
Introduction
https://wiki.opendaylight.org/view/OVSDB_Integration:Main
Release Deliverables
Name | Description |
---|---|
Code quality, stability and usability | Bug fixing, increase Sonar coverage, increase Tempest coverage |
Karaf 4 | Migrate a project to karaf 4 |
Guava migration | Modify code to use the updated guava library |
Scalability and performance | Scalability and performance measurements and enhancement |
CSIT | Improvements to CSIT to cover all the features supported by OVSDB and Hardware vTep |
Documentation | Add more documentation to the local documentation structure created in OVSDB project |
Release Milestones
Milestone | Offset 2 Date | Deliverables |
---|---|---|
M0/M1 | 6/14/2017 | |
M2/M3/M4 | 7/7/2017 | |
M5 | 8/7/2017 | |
RC0 | 8/14/2017 | |
RC1 | 8/21/2017 | |
RC2 | 8/28/2017 | |
RC3 | 9/3/2017 | |
Formal Release | 9/7/2017 | |
SR1 Release | ||
SR2 Release | ||
SR3 Release | ||
SR4 Release |
Externally Consumable APIs
Artefact | Status | Description |
---|---|---|
OVSDB Southbound | Stable | MD-SAL OVSDB crud operations |
Hardware VTEP Southbound | Stable | MD-SAL Hardware VTEP crud operations |
Expected Dependencies on Other Projects
Providing Project | Deliverable Name | Needed By | Acknowledged? | Description |
---|---|---|---|---|
controller | features | M3 | No | basic controller features |
mdsal | features | M3 | No | mdsal features |
odlparent | features | M3 | No | odlparent values |
yangtools | features | M3 | No | yangtools for compiling yang |
Expected Incompatibilities with Other Projects
Compatibility with Previous Releases
Both the plugins (OVSDB and Hardware VTEP) will be compatible with the previous release.
Removed APIs and/or Functionality
Deprecated APIs and/or Functionality
Changed APIs and/or Functionality
Themes and Priorities
Karaf4 migration
Guava library update
Usability improvement
Increasing code, unit and integration test coverage to improve code quality, stability and usability
Scalability and performance improvements
Documentation
Exploring future improvement by doing proof of concept in this release.
Requests from Other Projects
Active Requests
Test Tools Requirements
System Test
This project plans on using System Test (ST) inside the OpenDaylight cloud:
the southbound piece: test suites
scalability tests: TBD
hwvtepsouthbound: TBD
Here is a wiki page presenting the CSIT jobs implemented in the integration/test project regarding some of those modules: OVSDB: CSIT