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