summaryrefslogtreecommitdiffstats
path: root/docs/design/inspector-design-guideline.rst
diff options
context:
space:
mode:
authorGerald Kunzmann <kunzmann@docomolab-euro.com>2017-02-14 15:38:29 +0000
committerGerald Kunzmann <kunzmann@docomolab-euro.com>2017-02-16 14:41:46 +0000
commitd0b22e1d856cf8f78e152dfb6c150e001e03dd52 (patch)
tree0c3b7af828967d5014c2272675560410fceb6e4d /docs/design/inspector-design-guideline.rst
parente171b396ce87322f2dc5ef0719419144774e43d7 (diff)
Update docs structure according to new guidelines in https://wiki.opnfv.org/display/DOC
Change-Id: I1c8c20cf85aa46269c5bc369f17ab0020862ddc5 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Diffstat (limited to 'docs/design/inspector-design-guideline.rst')
-rw-r--r--docs/design/inspector-design-guideline.rst46
1 files changed, 0 insertions, 46 deletions
diff --git a/docs/design/inspector-design-guideline.rst b/docs/design/inspector-design-guideline.rst
deleted file mode 100644
index 4add8c0f..00000000
--- a/docs/design/inspector-design-guideline.rst
+++ /dev/null
@@ -1,46 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-==========================
-Inspector Design Guideline
-==========================
-
-.. NOTE::
- This is spec draft of design guideline for inspector component.
- JIRA ticket to track the update and collect comments: `DOCTOR-73`_.
-
-This document summarize the best practise in designing a high performance
-inspector to meet the requirements in `OPNFV Doctor project`_.
-
-Problem Description
-===================
-
-Some pitfalls has be detected during the development of sample inspector, e.g.
-we suffered a significant `performance degrading in listing VMs in a host`_.
-
-A `patch set for caching the list`_ has been committed to solve issue. When a
-new inspector is integrated, it would be nice to have an evaluation of existing
-design and give recommendations for improvements.
-
-This document can be treated as a source of related blueprints in inspector
-projects.
-
-Guidelines
-==========
-
-Host specific VMs list
-----------------------
-
-TBD, see `DOCTOR-76`_.
-
-Parallel execution
-------------------
-
-TBD, see `discussion in mailing list`_.
-
-.. _DOCTOR-73: https://jira.opnfv.org/browse/DOCTOR-73
-.. _OPNFV Doctor project: https://wiki.opnfv.org/doctor
-.. _performance degrading in listing VMs in a host: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-September/012591.html
-.. _patch set for caching the list: https://gerrit.opnfv.org/gerrit/#/c/20877/
-.. _DOCTOR-76: https://jira.opnfv.org/browse/DOCTOR-76
-.. _discussion in mailing list: https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2016-October/013036.html