update Makefile to create index and public dir
[doctor.git] / requirements / index.rst
1 ..
2  This work is licensed under a Creative Commons Attribution 3.0 Unported
3  License.
4
5  http://creativecommons.org/licenses/by/3.0/legalcode
6
7 .. title::
8     Doctor
9
10 ****************************************
11 Doctor: Fault Management and Maintenance
12 ****************************************
13
14 :Project: Doctor, https://wiki.opnfv.org/doctor
15 :Editors: Ashiq Khan (NTT DOCOMO), Gerald Kunzmann (NTT DOCOMO)
16 :Authors: Ryota Mibu (NEC), Carlos Goncalves (NEC), Tomi Juvonen (Nokia),
17           Tommy Lindgren (Ericsson)
18
19 :Abstract: Doctor is an OPNFV requirement project [DOCT]_. Its scope is NFVI
20            fault management, and maintenance and it aims at developing and
21            realizing the consequent implementation for the OPNFV reference
22            platform.
23
24            This deliverable is introducing the use cases and operational
25            scenarios for Fault Management considered in the Doctor project.
26            From the general features, a high level architecture describing
27            logical building blocks and interfaces is derived. Finally,
28            a detailed implementation is introduced, based on available open
29            source components, and a related gap analysis is done as part of
30            this project. The implementation plan finally discusses an initial
31            realization for a NFVI fault management and maintenance solution in
32            open source software.
33
34 :History:
35
36           ========== =====================================================
37           Date       Description
38           ========== =====================================================
39           02.12.2014 Project creation
40           14.04.2015 Initial version of the deliverable uploaded to Gerrit
41           18.05.2015 Stable version of the Doctor deliverable
42           ========== =====================================================
43
44
45 .. raw:: latex
46
47     \newpage
48
49 .. include::
50     glossary.rst
51
52 .. toctree::
53     :maxdepth: 4
54     :numbered:
55
56     01-intro.rst
57     02-use_cases.rst
58     03-architecture.rst
59     04-gaps.rst
60     05-implementation.rst
61     06-summary.rst
62     07-annex.rst
63
64 .. include::
65     99-references.rst
66
67
68 ..
69  vim: set tabstop=4 expandtab textwidth=80: