diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-05-23 12:21:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-23 12:21:52 +0000 |
commit | 8474c3786a79d13c716ecd8b007106eebec399ac (patch) | |
tree | 88dca84a86facea31be8db06a49e5808491c4254 | |
parent | bf896ed510554481af92824aeb163b0066c5b9b4 (diff) | |
parent | 64d17ae97fe59be23fd1457e9bf4f35093579ae8 (diff) |
Merge "Fix typo in ReadTheDocs"
-rw-r--r-- | docs/oom_user_guide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index bb8ff0b27c..fbd3d9ea97 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -196,7 +196,7 @@ Many technologies are used across the projects resulting in significant operational complexity and an inability to apply global parameters across the entire ONAP deployment. OOM solves this problem by introducing a common configuration technology, Helm charts, that provide a hierarchical -configuration configuration with the ability to override values with higher +configuration with the ability to override values with higher level charts or command line options. The structure of the configuration of ONAP is shown in the following diagram. @@ -420,10 +420,10 @@ to monitor the real-time health of an ONAP deployment: - a set of liveness probes which feed into the Kubernetes manager which are described in the Heal section. -Within ONAP Consul is the monitoring system of choice and deployed by OOM in two parts: +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 + 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 |