diff options
author | Julien-zte <zhang.jun3g@zte.com.cn> | 2016-08-17 16:08:18 +0800 |
---|---|---|
committer | Yuanzhen Li <li.yuanzhen@zte.com.cn> | 2016-08-30 15:47:30 +0000 |
commit | 9064b1fc9960f5a808a8e71158e492f4c31edf05 (patch) | |
tree | 869c6db08e8795cec73ef58f5726e1215b3b9466 /docs/platformoverview | |
parent | 58fa9c52679c4636fecb30db016834523546ac92 (diff) |
Adjust the structure of doctor/userguide dir
Change-Id: Ie526d921dabbfa3b7a9c95f1705390c2eef53998
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Signed-off-by: Yuanzhen Li <li.yuanzhen@zte.com.cn>
Diffstat (limited to 'docs/platformoverview')
-rw-r--r-- | docs/platformoverview/images/LICENSE | 14 | ||||
-rwxr-xr-x | docs/platformoverview/images/figure-p1.png | bin | 60756 -> 0 bytes | |||
-rw-r--r-- | docs/platformoverview/index.rst | 12 | ||||
-rw-r--r-- | docs/platformoverview/platformoverview.rst | 60 |
4 files changed, 0 insertions, 86 deletions
diff --git a/docs/platformoverview/images/LICENSE b/docs/platformoverview/images/LICENSE deleted file mode 100644 index f2b47d20..00000000 --- a/docs/platformoverview/images/LICENSE +++ /dev/null @@ -1,14 +0,0 @@ -Copyright 2015 Open Platform for NFV Project, Inc. and its contributors - -Open Platform for NFV Project Documentation License -=================================================== -Any documentation developed by the "Open Platform for NFV Project" -is licensed under a Creative Commons Attribution 4.0 International License. -You should have received a copy of the license along with this. If not, -see <http://creativecommons.org/licenses/by/4.0/>. - -Unless required by applicable law or agreed to in writing, documentation -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/docs/platformoverview/images/figure-p1.png b/docs/platformoverview/images/figure-p1.png Binary files differdeleted file mode 100755 index e963d8bd..00000000 --- a/docs/platformoverview/images/figure-p1.png +++ /dev/null diff --git a/docs/platformoverview/index.rst b/docs/platformoverview/index.rst deleted file mode 100644 index 23d61cd4..00000000 --- a/docs/platformoverview/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -************************ -Doctor Platform Overview -************************ - -.. toctree:: - :maxdepth: 2 - :numbered: - -.. include:: platformoverview.rst diff --git a/docs/platformoverview/platformoverview.rst b/docs/platformoverview/platformoverview.rst deleted file mode 100644 index 8a151236..00000000 --- a/docs/platformoverview/platformoverview.rst +++ /dev/null @@ -1,60 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -Doctor platform components and features -======================================= - -.. - This section will be compiled into OPNFV composite document. - -https://wiki.opnfv.org/doctor - -Features --------- - -Doctor platform provides these features in `Colorado Release <https://wiki.opnfv.org/display/SWREL/Colorado>`_: - -* Immediate Notification -* Consistent resource state awareness for compute host down -* Valid compute host status given to VM owner - -These features enable high availability of Network Services on top of -the virtualized infrastructure. - -Immediate notification allows VNF managers (VNFM) to process recovery -actions promptly once a failure has occurred. - -Consistency of resource state is necessary to properly execute recovery -actions properly in the VIM. - -Ability to query host status gives VM owner (VNFM) the possibility to get -consistent state information through an API in case of a compute host -fault. - -Components ----------- - -Doctor platform, as of Colorado release, consists of the following -components: - -* OpenStack Compute (Nova) -* OpenStack Telemetry (Ceilometer) -* OpenStack Alarming (Aodh) -* Doctor Inspector -* Doctor Monitor - -.. note:: - Doctor Inspector and Monitor are sample implementation for reference. - -You can see an overview of the Doctor platform and how components interact in -:numref:`figure-p1`. - -.. figure:: images/figure-p1.png - :name: figure-p1 - :width: 100% - - Doctor platform and typical sequence (Colorado) - -Detailed information on the Doctor architecture can be found in the Doctor -requirements documentation: -http://artifacts.opnfv.org/doctor/docs/requirements/05-implementation.html |