X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Frelease%2Fuserguide%2Ffeature.userguide.rst;h=0dde4f26995ba0af9bcaf84e8ff4e9f8cd4f05a7;hb=43fbac3d607482bec7320e0eedf05a96f79ab9a7;hp=4ae521bdae758736f5876e8b83a99633ceab47ef;hpb=d0b22e1d856cf8f78e152dfb6c150e001e03dd52;p=doctor.git 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 ----------------------