diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-11-17 10:23:10 +0100 |
---|---|---|
committer | Thomas Kulik <thomas.kulik@telekom.de> | 2022-11-17 10:02:33 +0000 |
commit | 87edb65288e04f2f6afda9ca853db37521578b4a (patch) | |
tree | 83718389fbfd0745ffcf487e4b5f3b3b3a007c7e | |
parent | c6fee3872404566ffca3aebbb671e02ccd5ab6ae (diff) |
[OPERATION GUIDE] Remove outdated consul description
Remove description for Consul usage from Operation Guide, as it is not
maintained by OOM. In the future new ONAP Monitoring options will be
provided
Issue-ID: DOC-798
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I51bae191f817a9aaaaf4e444e77056cf91f621d9
(cherry picked from commit 7228e76c9a16e9aea8f125d79b3e50eb7e3a6505)
-rw-r--r-- | docs/guides/onap-operator/platformoperations.rst | 24 | ||||
-rw-r--r-- | docs/index.rst | 5 |
2 files changed, 2 insertions, 27 deletions
diff --git a/docs/guides/onap-operator/platformoperations.rst b/docs/guides/onap-operator/platformoperations.rst index 666d0e835..8064383d0 100644 --- a/docs/guides/onap-operator/platformoperations.rst +++ b/docs/guides/onap-operator/platformoperations.rst @@ -40,30 +40,6 @@ functions :doc:`RobotFramework<onap-integration:docs_robot>` -**Interface Health can be checked via Consul:** - - OOM provides two mechanisms to monitor the real-time health of an ONAP - deployment - - * a Consul GUI for a human operator or downstream monitoring systems - and Kubernetes liveness probes that enable automatic healing of - failed containers, and - * a set of liveness probes which feed into the Kubernetes manager - - Within ONAP, Consul is the monitoring system of choice and deployed - by OOM in two parts: - - * a three-way, centralized Consul server cluster is deployed as a - highly available monitor of all of the ONAP components, and a number - of Consul agents. - - The Consul server provides a user interface that allows a user to - graphically view the current health status of all of the ONAP components - for which agents have been created - - The Consul GUI can be accessed via http AT - - <kubernetes IP>:30270/ui/ ONAP Backup and Restore ----------------------- diff --git a/docs/index.rst b/docs/index.rst index 93985b664..a0e1feec5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,7 +23,7 @@ Please find some guidance here on the content of ONAP documentation: +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | Documentation areas | Description | +=================================================================================+===============================================================================================+ - | :ref:`ONAP 'Jakarta' Release Notes <onap-release-notes>` | The Release Notes are providing general information about the ONAP release and recent changes,| + | :ref:`ONAP 'Kohn' Release Notes <onap-release-notes>` | The Release Notes are providing general information about the ONAP release and recent changes,| | | feature enhancements, or bug fixes. | +---------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :ref:`Component Release Notes <component-release-notes>` | The Component Release Notes are providing project specific information about recent changes, | @@ -96,8 +96,7 @@ Please find some guidance here on the content of ONAP documentation: .. toctree:: :maxdepth: 1 - :hidden: + :hidden: :caption: SECURITY security/index -
\ No newline at end of file |