1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright 2017 AT&T Intellectual Property. All rights reserved.
16 Configuring, scaling and upgrading ONAP is supported by OOM and can
23 ../../submodules/oom.git/docs/oom_user_guide.rst
25 ONAP Testing and Monitoring
26 ---------------------------
28 Monitoring of ONAP depends on the deployment scenario.
29 Generally the infrastructure monitoring (Openstack, K8S) depends on the
30 platform ONAP is installed on.
32 Additionally ONAP supports the following additional tools to monitor ONAP
35 **Basic Healthcheck of ONAP is supported by:**
41 RobotFramework <../../submodules/integration.git/docs/docs_robot.rst>
43 **Interface Health can be checked via Consul:**
45 OOM provides two mechanisms to monitor the real-time health of an ONAP
48 * a Consul GUI for a human operator or downstream monitoring systems
49 and Kubernetes liveness probes that enable automatic healing of
50 failed containers, and
51 * a set of liveness probes which feed into the Kubernetes manager
53 Within ONAP, Consul is the monitoring system of choice and deployed
56 * a three-way, centralized Consul server cluster is deployed as a
57 highly available monitor of all of the ONAP components, and a number
60 The Consul server provides a user interface that allows a user to
61 graphically view the current health status of all of the ONAP components
62 for which agents have been created
64 The Consul GUI can be accessed via:
66 http://<kubernetes IP>:30270/ui/
68 **ONAP Log collection is provided by the Logging and Analytics Module:**
74 Logging&Analytics <../../submodules/logging-analytics.git/docs/index.rst>
76 ONAP Backup and Restore
77 -----------------------
79 To Backup ONAP a solution is described in Wiki (Migration to RTD->TBD):
81 `Backup and Restore Solution <https://wiki.onap.org/display/DW/Backup+and+Restore+Solution%3A+ONAP-OOM>`_
83 ONAP Multisite Deployment
84 -------------------------
86 ONAP Multisite deployment, coordination and management is supported by
93 Multi-Site State Coordination <../../submodules/music.git/docs/index.rst>