MRI projects Calcium release notes
[docs.git] / docs / release-notes / projects / ovsdb.rst
1 =====
2 OVSDB
3 =====
4
5 Overview
6 ========
7
8 The OVSDB Project provides the following functionality:
9
10 * The OVSDB southbound plugin handles any OVS device that supports both the
11   OVSDB schema and uses the OVSDB protocol. This feature implements a defined
12   YANG model. Developers can use this functionality to develop in-controller
13   applications that leverage OVSDB for device configuration.
14
15 * The HWvTep southbound plugin handles any OVS device that supports both the
16   OVSDB hardware vTEP schema and uses OVSDB protocol. This feature implements
17   a defined YANG model. Developers can use this functionality to develop
18   in-controller applications that leverage OVSDB hardware vTEP plugin for
19   device configuration.
20
21 Behavior/Feature Changes
22 ========================
23
24 Here is the link to the features improved in this release:
25
26 `OpenDaylight JIRA Tickets - Improvement <https://jira.opendaylight.org/issues/?jql=project+%3D+ovsdb+AND+type+%3D+Improvement+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
27
28 New Features
29 ============
30
31 Here is the link to the new features introduced in this release:
32
33 `OpenDaylight JIRA Tickets - New Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+ovsdb+AND+type+%3D+%22New+Feature%22+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
34
35 Deprecated Features
36 ===================
37
38 Here is the link to the features removed in this release:
39
40 `OpenDaylight JIRA Tickets - Deprecated Feature <https://jira.opendaylight.org/issues/?jql=project+%3D+ovsdb+AND+type+%3D+Deprecate+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
41
42 Resolved Issues
43 ===============
44
45 Here is the link to the resolved issues fixed in this release:
46
47 `OpenDaylight JIRA Tickets - Resolved Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+ovsdb+AND+type+%3D+Bug+AND+status+in+%28Resolved%2C+Done%2C+Closed%29+AND+fixVersion+in+%28%22Silicon+GA%22%2C+Silicon%2C+silicon%29++ORDER+BY+issuetype+DESC%2C+key+ASC>`_
48
49
50 Known Issues
51 ============
52
53 Here is the link to the known issues exist in this release:
54
55 `OpenDaylight JIRA Tickets - Known Issue <https://jira.opendaylight.org/issues/?jql=project+%3D+ovsdb+AND+type+%3D+Bug+AND+status+not+in+%28Resolved%2C+Done%2C+Closed%29+ORDER+BY+issuetype+DESC%2C+key+ASC>`_