diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2017-03-06 13:28:42 +0100 |
---|---|---|
committer | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2017-03-06 13:32:22 +0100 |
commit | a2fd5a6370aa9a7fec661814871a8b4494bdc24e (patch) | |
tree | 9af723fd315caec3f7da46122627159b45c6ce25 /docs/release/userguide/feature.userguide.rst | |
parent | 6f0575c366df07b253f1a59e360baf98ccd4c2d2 (diff) |
Updated implemented architecture description and figure
Also removes implementation plan for OPNFV Arno.
JIRA: DOCTOR-81
Change-Id: I22a711a7b8096e86a8f0b17d6875d00b15667c0c
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Diffstat (limited to 'docs/release/userguide/feature.userguide.rst')
-rw-r--r-- | docs/release/userguide/feature.userguide.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst index 4ae521bd..0dde4f26 100644 --- a/docs/release/userguide/feature.userguide.rst +++ b/docs/release/userguide/feature.userguide.rst @@ -3,6 +3,23 @@ Doctor capabilities and usage ============================= + +:numref:`figure1` shows the currently implemented and tested architecture of +Doctor. The implementation is based on OpenStack and related components. The +Monitor can be realized by a sample Python-based implementation provided in the +Doctor code repository. The Controller is realized by OpenStack Nova, Neutron +and Cinder for compute, network and storage, respectively. The Inspector can be +realized by OpenStack Congress or a sample Python-based implementation also +available in the code repository of Doctor. The Notifier is realized by +OpenStack Aodh. + +.. figure:: images/figure1.png + :name: figure1 + :width: 100% + + Implemented and tested architecture + + Immediate Notification ---------------------- |