diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2017-03-07 15:03:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-07 15:03:16 +0000 |
commit | 213b689ada0dd0ec2274f73378410b61c1898829 (patch) | |
tree | b4925878cb3c7af589d8129b35226f1a30013283 /docs/release | |
parent | 15ddf69e4f6727ad18238cc33bea9944290db11b (diff) | |
parent | a2fd5a6370aa9a7fec661814871a8b4494bdc24e (diff) |
Merge "Updated implemented architecture description and figure"
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/userguide/feature.userguide.rst | 17 | ||||
-rwxr-xr-x | docs/release/userguide/images/figure1.png | bin | 0 -> 68779 bytes |
2 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 ---------------------- diff --git a/docs/release/userguide/images/figure1.png b/docs/release/userguide/images/figure1.png Binary files differnew file mode 100755 index 00000000..066599c2 --- /dev/null +++ b/docs/release/userguide/images/figure1.png |