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