Fraser 6.1.0
[doctor.git] / docs / release / release-notes / releasenotes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 ===================================
5 OPNFV Doctor release notes (Fraser)
6 ===================================
7
8 This document provides an overview of the Doctor project in the OPNFV Fraser
9 release, including new features, known issues and documentation updates.
10
11 Version history
12 ===============
13
14 +------------+----------+--------------+-------------+
15 | **Date**   | **Ver.** | **Author**   | **Comment** |
16 +============+==========+==============+=============+
17 | 2018-05-25 | 6.1.0    | Tomi Juvonen |             |
18 | 2018-04-23 | 6.0.0    | Tomi Juvonen |             |
19 +------------+----------+--------------+-------------+
20
21 Important notes
22 ===============
23
24 OPNFV Doctor project started as a requirement project and identified gaps
25 between "as-is" open source software (OSS) and an "ideal" platform for NFV.
26 Based on this analysis, the Doctor project proposed missing features to
27 upstream OSS projects. After those features were implemented, OPNFV installer
28 projects integrated the features to the OPNFV platform and the OPNFV
29 infra/testing projects verified the functionalities in the OPNFV Labs. After
30 Euphrates release Doctor also graduated and became a mature project. This means
31 it has completed the implementation of the fault management use case. Based on
32 this implementation, Doctor has now started to implement the second use case on
33 maintenance.
34
35 For Fraser release, the Doctor project completed re-factoring testing code by
36 python, added support for installers and started working the maintenance use
37 case. Doctor now supports Apex, Fuel, Joid, Compass and Daisy installer.
38
39 New features
40 ============
41
42 Doctor now supports Vitrage as Inspector for local installer.
43
44 Installer support and verification status
45 =========================================
46
47 Integrated features
48 -------------------
49
50 - The enhancement work for Doctor testing code done by re-factoring in python is
51   now complete.
52 - Lint support for the code changes was added.
53 - Doctor now supports Vitrage as Inspector for local installer.
54
55 OPNFV installer support matrix
56 ------------------------------
57
58 Doctor has already support for several installers for fault management testing.
59 This work also continued in the Fraser release. Here is latest additions [*]
60
61 +-----------+--------------+--------------+-----------------+--------------+--------------+
62 | Installer | Aodh         | Nova: Force  | Nova: Get valid | Congress     | Vitrage      |
63 |           | integration  | compute down | service status  | integration  | integration  |
64 +===========+==============+==============+=================+==============+==============+
65 | Apex      | Available    | Available    | Available       | Available    | N/A          |
66 +-----------+--------------+--------------+-----------------+--------------+--------------+
67 | Fuel      | Available    | Available    | Available       | TBC          | N/A          |
68 | (MCP)     |              |              |                 |              |              |
69 +-----------+--------------+--------------+-----------------+--------------+--------------+
70 | Joid      | Available    | TBC          | TBC             | Available    | N/A          |
71 |           | Not verified |              |                 | Not verified |              |
72 +-----------+--------------+--------------+-----------------+--------------+--------------+
73 | Compass   | Available    | TBC          | TBC             | Available    | N/A          |
74 |           | Not verified |              |                 | Not verified |              |
75 +-----------+--------------+--------------+-----------------+--------------+--------------+
76 | Daisy*    | Available    | TBC          | TBC             | TBC          | N/A          |
77 |           |              |              |                 |              |              |
78 +-----------+--------------+--------------+-----------------+--------------+--------------+
79 | Local     | Available    | TBC          | TBC             | Available    | Available*   |
80 |           | Not verified |              |                 | Not verified | Not verified |
81 +-----------+--------------+--------------+-----------------+--------------+--------------+
82
83 Note: Local installer is devstack.
84
85 Note: 'Not verified' means that we didn't verify the functionality by having
86 our own test scenario running in OPNFV CI pipeline yet.
87
88 Documentation updates
89 =====================
90
91 No major updates
92
93 Known issues
94 ============
95
96 - Testing code for `port-data-plane-status` in Doctor repository was disabled
97   in 5.0, as we have problem in neutron client load in CI job container.
98 - Maintenance test case work was started in Fraser. Some initial test case code
99   is available, however it is yet not fully implemented in this release.