summaryrefslogtreecommitdiffstats
path: root/docs/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs')
-rw-r--r--docs/docs/_static/css/ribbon.css63
-rwxr-xr-xdocs/docs/_static/favicon.icobin2102 -> 0 bytes
-rw-r--r--docs/docs/_static/logo_onap_2017.pngbin12278 -> 0 bytes
-rw-r--r--docs/docs/conf.py15
-rw-r--r--docs/docs/conf.yaml7
-rw-r--r--docs/docs/index.rst15
-rw-r--r--docs/docs/platform/administration.rst33
-rw-r--r--docs/docs/platform/architecture.rst21
-rw-r--r--docs/docs/platform/configuration.rst8
-rw-r--r--docs/docs/platform/consumedapis.rst59
-rw-r--r--docs/docs/platform/delivery.rst16
-rw-r--r--docs/docs/platform/human-interfaces.rst24
-rw-r--r--docs/docs/platform/images/holmes-architecture.pngbin20256 -> 0 bytes
-rw-r--r--docs/docs/platform/images/holmes-delivery.pngbin37534 -> 0 bytes
-rw-r--r--docs/docs/platform/images/overall-architecture-in-onap.pngbin43459 -> 0 bytes
-rw-r--r--docs/docs/platform/images/swagger-gui-for-holmes.pngbin27875 -> 0 bytes
-rw-r--r--docs/docs/platform/index.rst19
-rw-r--r--docs/docs/platform/installation.rst43
-rw-r--r--docs/docs/platform/log-and-diagnostic-info.rst33
-rw-r--r--docs/docs/platform/offeredapis.rst13
-rw-r--r--docs/docs/release-notes.rst385
-rw-r--r--docs/docs/requirements-docs.txt15
22 files changed, 0 insertions, 769 deletions
diff --git a/docs/docs/_static/css/ribbon.css b/docs/docs/_static/css/ribbon.css
deleted file mode 100644
index 6008cb1..0000000
--- a/docs/docs/_static/css/ribbon.css
+++ /dev/null
@@ -1,63 +0,0 @@
-.ribbon {
- z-index: 1000;
- background-color: #a00;
- overflow: hidden;
- white-space: nowrap;
- position: fixed;
- top: 25px;
- right: -50px;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
- -webkit-box-shadow: 0 0 10px #888;
- -moz-box-shadow: 0 0 10px #888;
- box-shadow: 0 0 10px #888;
-
-}
-
-.ribbon a {
- border: 1px solid #faa;
- color: #fff;
- display: block;
- font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
- margin: 1px 0;
- padding: 10px 50px;
- text-align: center;
- text-decoration: none;
- text-shadow: 0 0 5px #444;
- transition: 0.5s;
-}
-
-.ribbon a:hover {
- background: #c11;
- color: #fff;
-}
-
-
-/* override table width restrictions */
-@media screen and (min-width: 767px) {
-
- .wy-table-responsive table td, .wy-table-responsive table th {
- /* !important prevents the common CSS stylesheets from overriding
- this as on RTD they are loaded after this stylesheet */
- white-space: normal !important;
- }
-
- .wy-table-responsive {
- overflow: visible !important;
- }
-}
-
-@media screen and (max-width: 767px) {
- .wy-table-responsive table td {
- white-space: nowrap;
- }
-}
-
-/* fix width of the screen */
-
-.wy-nav-content {
- max-width: none;
-}
diff --git a/docs/docs/_static/favicon.ico b/docs/docs/_static/favicon.ico
deleted file mode 100755
index cb712eb..0000000
--- a/docs/docs/_static/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/docs/docs/_static/logo_onap_2017.png b/docs/docs/_static/logo_onap_2017.png
deleted file mode 100644
index 5d064f4..0000000
--- a/docs/docs/_static/logo_onap_2017.png
+++ /dev/null
Binary files differ
diff --git a/docs/docs/conf.py b/docs/docs/conf.py
deleted file mode 100644
index 5371015..0000000
--- a/docs/docs/conf.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from docs_conf.conf import *
-
-branch = 'latest'
-master_doc = 'index'
-
-linkcheck_ignore = [
- 'http://localhost',
-]
-
-intersphinx_mapping = {}
-
-html_last_updated_fmt = '%d-%b-%y %H:%M'
-
-def setup(app):
- app.add_stylesheet("css/ribbon.css")
diff --git a/docs/docs/conf.yaml b/docs/docs/conf.yaml
deleted file mode 100644
index ab59281..0000000
--- a/docs/docs/conf.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-project_cfg: onap
-project: onap
-
-# Change this to ReleaseBranchName to modify the header
-default-version: latest
-#
diff --git a/docs/docs/index.rst b/docs/docs/index.rst
deleted file mode 100644
index 0a16914..0000000
--- a/docs/docs/index.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. _master_index:
-
-Holmes
-------
-
-This document is aimed to give the users some brief introductions on Holmes from different aspects.
-The users could find useful information, e.g. the architecuture, the APIs and the installation steps, etc.
-as well as the release notes of Holmes in this document.
-
-.. toctree::
- :maxdepth: 1
-
- platform/index.rst
- release-notes.rst
diff --git a/docs/docs/platform/administration.rst b/docs/docs/platform/administration.rst
deleted file mode 100644
index 977e024..0000000
--- a/docs/docs/platform/administration.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Administration
---------------
-
-It is not hard to manage Holmes becasue it's been dockerized and split into two dockers. One is for rule management and the other for engine management.
-
-Processes / Dockers
-^^^^^^^^^^^^^^^^^^^
-
-For both of the dockers of Holmes, there's only one process running during the run time. But the rule management docker sort of relies on the enginemanagement docker. Once the engine management module is stopped, the whole Holmes will malfunction because the Drools engine which is managed by the engine management module is the core component of Holmes.
-
-Holmes mainly consists of two dockers:
-
-* Rule Management Docker
-
-* Engine Management Docker
-
-Actions
-^^^^^^^
-
-All actions performed on the Holmes modules are docker-based.
-
-* Create a Container: ``sudo docker run [OPTIONS] IMAGE [COMMAND] [ARG...]``
-
-* Kill a Container: ``sudo docker kill [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Stop a Container: ``sudo docker stop [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Start a Container: ``sudo docker start [OPTIONS] CONTAINER [CONTAINER...]``
-
-* Restart a Container: ``sudo docker restart [OPTIONS] CONTAINER [CONTAINER...]``
diff --git a/docs/docs/platform/architecture.rst b/docs/docs/platform/architecture.rst
deleted file mode 100644
index 0a5ed6c..0000000
--- a/docs/docs/platform/architecture.rst
+++ /dev/null
@@ -1,21 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. _architecture:
-
-
-Holmes Architecture
--------------------
-
-Basically, Holmes itself is an independent component in ONAP, which means it could be deployed as an ONAP-level component. In the Istanbul release, Holmes is more generally a DCAE analytic application. It is deployed by DCAE and run as an analytic application on top of it. Also, it could be considered as a filter of the Policy component because it reduces the number of the input messages of Policy.
-
-.. image:: images/overall-architecture-in-onap.png
-
-
-Taking a deep dive into Holmes, could observe that it mainly consists of three modules, which are: the rule management module, the engine management module and the data source adapter module respectively.
-
-The rule management module provides interfaces for the operations (e.g. creating, updating and deleting) on the rules.
-
-The data source adapter consists of subscribers and publishers, which are used to convert the data format into the one that could be digested by Holmes and vice versa.
-
-The engine management module is the core of Holmes. All the rules are deployed here. When alarms gets into Holmes, they will be pushed into the Drools engine and analyzed by the enabled rules one after another. When processing the alarms, a couple of attributes, such as the alarm name, the occurrence time of the alarm and so on, are utilized. Also, the topological information from A&AI is used in combination of the alarm attributes. After the root cause is identified, it will be converted into a control loop event and published to a specific DMaaP topic which is subscribed to by the Policy component.
-
-.. image:: images/holmes-architecture.png
diff --git a/docs/docs/platform/configuration.rst b/docs/docs/platform/configuration.rst
deleted file mode 100644
index fd01c02..0000000
--- a/docs/docs/platform/configuration.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Configuration
--------------
-
-No machanism for customized configurtions is provided in the Istanbul release. Such functionalities will be provided in the future if necessary.
-
diff --git a/docs/docs/platform/consumedapis.rst b/docs/docs/platform/consumedapis.rst
deleted file mode 100644
index 640deef..0000000
--- a/docs/docs/platform/consumedapis.rst
+++ /dev/null
@@ -1,59 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Consumed APIs
--------------
-
-In the Istanbul release, Holmes mainly depends on the APIs provided by DCAE, A&AI, DMaaP and MSB.
-
-DCAE
-^^^^
-
-Holmes uses DCAE APIs to fetch the information of the microservices that are registered to the DCAE Consul via the Config Binding Service provided by DCAE. The definition of the APIs could be found at `Config Binding Service APIs <https://wiki.onap.org/download/attachments/13599708/cb.html?version=1&modificationDate=1503378245000&api=v2>`_.
-
-A&AI
-^^^^
-
-In order to get the correlation between different alarms with the help of the topological information provided by A&AI. Holmes needs to call the A&AI APIs. Generally, we have to query the information of VNFs, VMs and the corresponding relation between resources from different layers. The following APIs are invoked by Holmes.
-
-#. Query a VNF by name:
-
- ``/aai/v11/network/generic-vnfs/generic-vnf?vnf-name={vnf-name}``
-
-#. Query a VNF by ID:
-
- ``/aai/v11/network/generic-vnfs/generic-vnf?vnf-id={vnf-id}``
-
-#. Query a VM by name:
-
- ``/aai/v11/search/nodes-query?search-node-type=vserver&filter=vserver-name:EQUALS:{vserver-name}``
-
-#. Query a VM by ID:
-
- ``/aai/v11/search/nodes-query?search-node-type=vserver&filter=vserver-id:EQUALS:{vserver-id}``
-
-More details could be found at `A&AI APIs <https://wiki.onap.org/pages/viewpage.action?pageId=13598793>`_.
-
-DMaaP
-^^^^^
-
-Holmes fetches VES data from DMaaP and publishes the control loop event back to DMaaP. The related APIs are:
-
-#. Subscribing:
-
- ``/events/{topic}/{consumergroup}/{consumerid}``
-
-#. Publishing:
-
- ``/events/{topic}``
-
-More details could be found at `DMaaP APIs <https://wiki.onap.org/display/DW/DMaaP+API>`_.
-
-MSB
-^^^
-
-MSB is a key component that Holmes depends on. Almost all communications between Holmes and other components are performed using MSB as a proxy. In order to utilize the service registration and discovery functions provided by MSB, Holmes has to register itself to MSB in advance.
-
-Service Registration: ``/api/microservices/v1/services``
-
-More details could be found at `MSB APIs <https://wiki.onap.org/display/DW/Microservice+Bus+API+Documentation>`_.
diff --git a/docs/docs/platform/delivery.rst b/docs/docs/platform/delivery.rst
deleted file mode 100644
index 40186b6..0000000
--- a/docs/docs/platform/delivery.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Delivery
---------
-
-Describe how functions are packaged into run-time components. For some components a block diagram may be useful.
-As mentioned in the architecture chapter, Holmes mainly comprises two modules: a rule management module and an engine management module.
-
-* Rule Management Docker: The main operations on the rules are performed in this module. The module provides CRUD operation interfaces and is reponsible of the persistence of the rules as well.
-
-* Engine Management Docker: The Drools rules are actually deployed into the Drools engine which is embedded within the engine management module. The analysis tasks are excuted in this module as well. Alarm messages are converted to Holmes-compatible format and put into the Drools engine for analysis.
-
-* Common Library: The library hosts some supportive tools for both the rule management module and the engine management module. It is not run separately. Instead, it is introduced into the main modules of Holmes during the compile and package phase.
-
-.. image:: images/holmes-delivery.png
diff --git a/docs/docs/platform/human-interfaces.rst b/docs/docs/platform/human-interfaces.rst
deleted file mode 100644
index 8e74506..0000000
--- a/docs/docs/platform/human-interfaces.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Human Interfaces
-----------------
-
-Target Users
-^^^^^^^^^^^^
-
-The human interfaces provided in the Istanbul release by Holmes is intended for the developers rather than the end users.
-
-Interface Type
-^^^^^^^^^^^^^^
-
-The interfaces of Holmes is more like a Swagger GUI, which is supported by MSB and used by the developers or system engineers for debugging or testing. They could use the GUI instead of the ``curl`` command or Postman to call the RESTful APIs of Holmes.
-
-Access
-^^^^^^
-
-Go to the MSB interface with a browser, using the address ``http://${msb-ip}:${msb-port}/iui/microservices/default.html``. Select the "API Service" tab (which is opened by default), then you can see all the registered microservices. Click on the microservice block of which the name is *holmes-rule-mgmt* and the APIs will be displayed in the browser. Select the corresponding interface and details will be expanded. Users could use the interface to send http request to the Holmes server to perform health check or other operations on the rules.
-
-.. image:: images/swagger-gui-for-holmes.png
-
-**Direct calling of the APIs in the engine management module of Holmes is not recommended becasue it would cause data inconsistency between the rule managment module and the engine management module. All rules related operations should be only conducted on the rule management module.**
diff --git a/docs/docs/platform/images/holmes-architecture.png b/docs/docs/platform/images/holmes-architecture.png
deleted file mode 100644
index e471ff6..0000000
--- a/docs/docs/platform/images/holmes-architecture.png
+++ /dev/null
Binary files differ
diff --git a/docs/docs/platform/images/holmes-delivery.png b/docs/docs/platform/images/holmes-delivery.png
deleted file mode 100644
index a62d82d..0000000
--- a/docs/docs/platform/images/holmes-delivery.png
+++ /dev/null
Binary files differ
diff --git a/docs/docs/platform/images/overall-architecture-in-onap.png b/docs/docs/platform/images/overall-architecture-in-onap.png
deleted file mode 100644
index 22c8227..0000000
--- a/docs/docs/platform/images/overall-architecture-in-onap.png
+++ /dev/null
Binary files differ
diff --git a/docs/docs/platform/images/swagger-gui-for-holmes.png b/docs/docs/platform/images/swagger-gui-for-holmes.png
deleted file mode 100644
index c2ed5d7..0000000
--- a/docs/docs/platform/images/swagger-gui-for-holmes.png
+++ /dev/null
Binary files differ
diff --git a/docs/docs/platform/index.rst b/docs/docs/platform/index.rst
deleted file mode 100644
index f279434..0000000
--- a/docs/docs/platform/index.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-Platform
---------
-
-Holmes provides alarm correlation and analysis for Telecom cloud infrastructure and services, including hosts, vims, VNFs and NSs. Holmes aims to find the root reason which causes the failure or degradation of services by digging into the ocean of events collected from different levels of the Telecom cloud.
-
-.. toctree::
- :maxdepth: 1
-
- architecture.rst
- offeredapis.rst
- consumedapis.rst
- delivery.rst
- log-and-diagnostic-info.rst
- installation.rst
- configuration.rst
- administration.rst
- human-interfaces.rst
diff --git a/docs/docs/platform/installation.rst b/docs/docs/platform/installation.rst
deleted file mode 100644
index c6550f9..0000000
--- a/docs/docs/platform/installation.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-
-
-Installation
-------------
-
-In the Istanbul release, Holmes is deployed as an analytic application by the DCAE controller. So the users do not have to install it on their own.
-
-In case the users want to deploy Holmes independently, the steps for the installation is as follows.
-
-Prerequisites
-^^^^^^^^^^^^^
-
-#. MSB must be installed and started. The user knows the IP address of the MSB API gateway service.
-#. PostgreSQL must be installed and started. For the guidance on how to run a PostgreSQL, please refer to `Offical Repository of PostgreSQL <https://hub.docker.com/_/postgres/>`_.
-
- **While setting up PostgreSQL, a database and a user named 'holmes' must be created. The corresponding password shuold be set to 'holmespwd'. Otherwise, Holmes could not be started up successfully.**
-
-Steps
-^^^^^
-
-#. Start the rule management module of Holmes using the command below:
-
- ``sudo docker run --name holmes-rule-management -p 9101:9101 -p 9104:9104 -p 9201:9201 -d -e URL_JDBC=$DB_IP -e MSB_IAG_SERVICE_HOST=$MSB_IAG_IP -e MSB_IAG_SERVICE_PORT=$MSB_IAG_PORT -e TESTING=1 -e HOST_IP=$HOST_IP -e ENABLE_ENCRYPT=false nexus3.onap.org:10001/onap/holmes/rule-management:9.0.0``
-
-#. Start the engine manamgement module of Holmes using the command below:
-
- ``sudo docker run --name holmes-engine-management -p 9102:9102 -d -e URL_JDBC=$DB_IP -e MSB_IAG_SERVICE_HOST=$MSB_IAG_IP -e MSB_IAG_SERVICE_PORT=MSB_IAG_PORT -e TESTING=1 -e HOST_IP=$HOST_IP -e ENABLE_ENCRYPT=false nexus3.onap.org:10001/onap/holmes/engine-management:9.0.0``
-
-When the environment variable ``TESTING`` is set to ``1``, it means Holmes is running in the standalone mode. All the interactions between Holmes and other ONAP components are routed by MSB. In order to register Holmes itself to MSB, the users have to specify the IP address of the host using the ``HOST_IP`` variable. Please note that the ``HOST_IP`` should be the IP address of the host, rather than the IP address of the containers (of which the IP address is allocated by the docker daemon).
-``ENABLE_ENCRYPT`` specifies whether HTTPS is enabled. When it is set to "false", only the HTTP schema is allowed. Otherwise, only HTTPS is allowed.
-
-Check the Status of Holmes
-^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-After the installation, you have to check whether Holmes is alive or not using the health-check API.
-
-#. Use ``curl http://${msb-ip}:${msb-port}/api/holmes-rule-mgmt/v1/healthcheck`` or any other tools (e.g. Postman) to check whether the rule management module of Holmes has been spun up and registered to MSB successfully.
-
-#. Use ``curl http://${msb-ip}:${msb-port}/api/holmes-engine-mgmt/v1/healthcheck`` or any other tools (e.g. Postman) to check whether the engine management module of Holmes has been spun up and registered to MSB successfully.
-
-If the response code is ``200`` and the response body is ``true``, it's telling the user that everything is fine. Otherwise, you have to take a look at the logs to check whether there are any errors and contact the Holmes team for help.
-
diff --git a/docs/docs/platform/log-and-diagnostic-info.rst b/docs/docs/platform/log-and-diagnostic-info.rst
deleted file mode 100644
index 607ecbc..0000000
--- a/docs/docs/platform/log-and-diagnostic-info.rst
+++ /dev/null
@@ -1,33 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-Logging & Diagnostic Information
----------------------------------
-
-In the Istanbul release, the logs are kept inside the docker containers, which means that you can get the log information only when the docker is still running.
-
-Where to Access Information
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-There are two ways for a user to get the logs.
-
-
-* Assume that the name of a running docker is *holmes-rule-mgmt*, the way to get the log is to run the command ``docker logs ${docker-name}`` in the command window:
-
- ``sudo docker logs holmes-rule-mgmt``
-
- Then the logs will be displayed in the command window.
-
-* Get into the docker containers by running ``sudo docker exec -it ${docker-name} sh``. Go to the path ``/var/log/ONAP/holmes/`` and find the logs there.
-
-Error / Warning Messages
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-* Failed to initialize the SSL builder.: Could not create the SSL information for HTTPS calls.
-* Failed to fetch the DCAE configurations.: Could not get the configurations coded in the component specification files.
-* Failed to add rules.: Failed to deploy the rules distributed by CLAMP into Holmes.
-* Failed to publish the control loop message to DMaaP.: Errors occur while publishing messages to DMaaP.
-* Failed to read the API description file.: Could not find the swagger.json file.
-* An error occurrred while reading swagger.json.: An I/O Exception occurs while reading the swagger.json file.
-
-
diff --git a/docs/docs/platform/offeredapis.rst b/docs/docs/platform/offeredapis.rst
deleted file mode 100644
index 26e9c75..0000000
--- a/docs/docs/platform/offeredapis.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-Offered APIs
-------------
-.. _offeredapis:
-
-The rule management module provides the following APIs.
-
-* Rule Creation
-* Rule Update
-* Rule Query
-* Rule Deletion
-* Health Check
-
-.. swaggerv2doc:: ../../rulemgt/src/main/resources/swagger.json
diff --git a/docs/docs/release-notes.rst b/docs/docs/release-notes.rst
deleted file mode 100644
index 65f010d..0000000
--- a/docs/docs/release-notes.rst
+++ /dev/null
@@ -1,385 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. _release_notes:
-
-
-Holmes Rule Management Release Notes
-====================================
-
-Holmes provides alarm correlation and analysis for telecom cloud infrastructure
-and services, including hosts, vims, VNFs and NSs. Holmes aims to find the root
-reason which causes the failure or degradation of services by digging into the
-ocean of events collected from different levels of the telecom cloud.
-
-Version: 9.0.1
---------------
-
-:Release Date: 2021-10-28
-
-
-**New Features**
-
-N/A
-
-**Bug Fixes**
-
-- `Fixed Vulnerability issues by removing httpclient. <https://jira.onap.org/browse/HOLMES-441>`_
-- `Failed to update rules if the package name does not end with a semicolon. <https://jira.onap.org/browse/HOLMES-482>`_
-- `Database instantiation failed due to holmesdb password with single quote. <https://jira.onap.org/browse/HOLMES-463>`_
-- `Existing rules are not able to sync when engine get restarted/redeployed. <https://jira.onap.org/browse/HOLMES-462>`_
-- `RESTful APIs of the Engine Management Module are not Accessible. <https://jira.onap.org/browse/HOLMES-454>`_
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusCloud and all critical vulnerabilities have been addressed.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
-
-**Upgrade Notes**
-
-N/A
-
-
-**Deprecation Notes**
-
-N/A
-
-
-**Other**
-
-N/A
-
-Version: 8.0.1
---------------
-
-:Release Date: 2021-04-22
-
-
-**New Features**
-
-- `HOLMES-380 <https://jira.onap.org/browse/HOLMES-380>`_ Migrate Holmes deployment to Helm
-
-**Bug Fixes**
-
-N/A
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusCloud and all critical vulnerabilities have been addressed.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
-
-**Upgrade Notes**
-
-N/A
-
-
-**Deprecation Notes**
-
-N/A
-
-
-**Other**
-
-N/A
-
-
-Version: 7.0.1
---------------
-
-:Release Date: 2020-11-19
-
-
-**New Features**
-
-- `HOLMES-312 <https://jira.onap.org/browse/HOLMES-312>`_ Alarm Correlation Support in MDONS Close Loop
-
-**Bug Fixes**
-
-- `HOLMES-357 <https://jira.onap.org/browse/HOLMES-357>`_ Some holmes pods have no limit
-- `HOLMES-367 <https://jira.onap.org/browse/HOLMES-367>`_ Holmes certificates are expired
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusCloud and all critical vulnerabilities have been addressed.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
-
-**Upgrade Notes**
-
-- Upgraded the Java environment from Java 8 to Java 11.
-- Changed the base images to onap/integration-java11:7.0.0.
-
-
-**Deprecation Notes**
-
-N/A
-
-
-**Other**
-
-N/A
-
-
-Version: 5.0.1
---------------
-
-:Release Date: 2019-10-17
-
-
-**New Features**
-N/A
-
-**Bug Fixes**
-N/A
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, some of the items that remain open have been assessed for risk and determined to be false positive and the rest are planned to be resolved in the next release.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
-
-**Upgrade Notes**
-
-N/A
-
-
-**Deprecation Notes**
-
-N/A
-
-
-**Other**
-
-N/A
-
-Version: 1.2.6
---------------
-
-:Release Date: 2019-06-13
-
-
-**New Features**
-Added some tools to support the extended CCVPN use case:
-
-- `Rules for CCVEN Extension <https://jira.onap.org/browse/HOLMES-193>`_ This feature provides some rules for the extended CCVPN usecase. Users could use the rules as templates to develop their own rules.
-- `Updated AAI Assistant Tools for CCVPN Extension <https://jira.onap.org/browse/HOLMES-194>`_ Some tools related to the CCVPN usecase have been enhanced in order to support the extended CCVPN usecase.
-
-**Bug Fixes**
-
-- `HOLMES-204 <https://jira.onap.org/browse/HOLMES-204>`_ Alarms can not be deleted from the DB when they get cleared.
-- `HOLMES-223 <https://jira.onap.org/browse/HOLMES-223>`_ The "ABATED" messages can not be generated in the control loop.
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, some of the items that remain open have been assessed for risk and determined to be false positive and the rest are planned to be resolved in the next release.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
-
-**Upgrade Notes**
-
-N/A
-
-
-**Deprecation Notes**
-
-N/A
-
-
-**Other**
-
-N/A
-
-===========
-
-Version: 1.2.0
---------------
-
-:Release Date: 2018-11-30
-
-
-**New Features**
-In the Casablanca release, Holmes provides its own GUI for rule management tasks:
-
-- `UI Deployment <https://jira.onap.org/browse/HOLMES-96>`_ This feature provides a graphic user interface for the sake of easiness of rule management. It mainly provides a rule list view and a rule editing page. Users could get an overview of all rules that have been added to Holmes and create/modify them easily by using the GUI provided by this feature.
-
-Besides, Holmes has been enhanced to be CCVPN use case supportive. CCVPN related assistant tools are added to the common library of Holmes.
-
-**Bug Fixes**
-
-- `HOLMES-156 <https://jira.onap.org/browse/HOLMES-156>`_ Rules can not be deployed after they've been added/removed from the engine.
-- `HOLMES-133 <https://jira.onap.org/browse/HOLMES-133>`_ Don't rely on key word 'import' when extracting package name from rule.
-- `HOLMES-130 <https://jira.onap.org/browse/HOLMES-130>`_ Holmes can not be successfully registered to MSB when trying to register itself with a health check parameter.
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The HOLMES open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=45298796>`_.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
- - `Project Vulnerability Review Table for HOLMES <https://wiki.onap.org/pages/viewpage.action?pageId=45298796>`_
-
-
-**Upgrade Notes**
-
-N/A
-
-
-**Deprecation Notes**
-
-N/A
-
-
-**Other**
-
-N/A
-
-===========
-
-
-Version: 1.1.0
---------------
-
-:Release Date: 2018-06-07
-
-
-**New Features**
-In the Beijing release, Holmes provides no more functionalites than the Amsterdam release. Its main features remains like follows:
-
-- `Rule Management <https://jira.onap.org/browse/HOLMES-4>`_ The feature provides interfaces for the users to create, query, update and delete rules. In this release, they are used along with the DCAE interfaces to accomplish the deployment (creation/update) of the control loop related rules.
-
-- `Engine Management <https://jira.onap.org/browse/HOLMES-5>`_ The feature is not exposed to the end user directly. It's mainly used internally by Holmes as a container for the execution of rules. It provides interface for rule verification and deployment/un-deployment.
-
-Besides, Holmes has been enhanced to meet the platform maturity requirements. The enhancement mainly covers:
-
-- Scaling: Holmes supports horizontal scale-in/scale-out operations in case it is overloaded by too large amounts of data.
-
-- Security: Holmes has updated all its APIs to support the HTTPS protocol.
-
-**Bug Fixes**
-
-N/A
-
-**Known Issues**
-
-- If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-- The current horizontal scaling mechanism can not efficiently balance the load. Optimization is needed in the future.
-
-**Security Issues**
-
-HOLMES code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The HOLMES open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=28378012>`_.
-
-Quick Links:
- - `HOLMES project page <https://wiki.onap.org/display/DW/Holmes+Project>`_
-
- - `Passing Badge information for HOLMES <https://bestpractices.coreinfrastructure.org/en/projects/1602>`_
-
- - `Project Vulnerability Review Table for HOLMES <https://wiki.onap.org/pages/viewpage.action?pageId=28378012>`_
-
-
-**Upgrade Notes**
-
-- `HOLMES-99 <https://jira.onap.org/browse/HOLMES-99>`_ Updated the Drools engine to Version 6.5.0.
-- `HOLMES-104 <https://jira.onap.org/browse/HOLMES-104>`_ Update all interfaces to enforce the HTTPS protocal.
-- `HOLMES-112 <https://jira.onap.org/browse/HOLMES-112>`_ Following the guideline of the Logging Enhancements Project to implement log collection.
-- `HOLMES-106 <https://jira.onap.org/browse/HOLMES-106>`_ Implemented horizontal scaling.
-- `HOLMES-123 <https://jira.onap.org/browse/HOLMES-123>`_ Fixed some vulnerability issues identified by Nexus IQ.
-
-
-**Deprecation Notes**
-
-None of the HTTP APIs provided in the Amsterdam release are available in Beijing anymore.
-
-
-**Other**
-
-N/A
-
-===========
-
-Version: 1.0.0
---------------
-
-:Release Date: 2017-11-16
-
-
-**New Features**
-In the Amsterdam release, Holmes is mainly intended to support the alarm
-correlation analysis for the VoLTE scenario. To get us there, Holmes provides
-the following features:
-
-- `Rule Management <https://jira.onap.org/browse/HOLMES-4>`_ The feature provides interfaces for the users to create, query, update and delete rules. In this release, they are used along with the DCAE interfaces to accomplish the deployment (creation/update) of the control loop related rules.
-
-- `Engine Management <https://jira.onap.org/browse/HOLMES-5>`_ The feature is not exposed to the end user directly. It's mainly used internally by Holmes as a container for the execution of rules. It provides interface for rule verification and deployment/un-deployment.
-
-**Bug Fixes**
-
-This is the initial release.
-
-**Known Issues**
-
-If the database is not stable, there may be data/status inconsistency between the rule management module and the engine management module.
-
-**Security Issues**
-
-N/A
-
-**Upgrade Notes**
-
-N/A
-
-
-End of Release Notes
diff --git a/docs/docs/requirements-docs.txt b/docs/docs/requirements-docs.txt
deleted file mode 100644
index b3188dd..0000000
--- a/docs/docs/requirements-docs.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-tox
-Sphinx
-doc8
-docutils
-setuptools
-six
-sphinx_rtd_theme>=0.4.3
-sphinxcontrib-blockdiag
-sphinxcontrib-needs>=0.2.3
-sphinxcontrib-nwdiag
-sphinxcontrib-seqdiag
-sphinxcontrib-swaggerdoc
-sphinxcontrib-plantuml
-sphinx_bootstrap_theme
-lfdocs-conf