diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin-guide.rst | 12 | ||||
-rw-r--r-- | docs/deployment.rst | 3 | ||||
-rwxr-xr-x | docs/release-notes.rst | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index b58e740339..1c4d7455f0 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -192,6 +192,18 @@ Prometheus Metrics can be checked at the following endpoint http://<cps-component-service-name>:8080/actuator/prometheus +Hazelcast +--------- + +Hazelcast cluster state and health check can be seen using the below endpoints + +.. code:: + + http://<cps-component-service-name>:<member-port>/hazelcast/health + http://<cps-component-service-name>:<member-port>/hazelcast/rest/management/cluster/state + +See also : :ref:`cps_common_distributed_datastructures` + Naming Validation ----------------- diff --git a/docs/deployment.rst b/docs/deployment.rst index 59e2adafed..eb5804e5bf 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -296,6 +296,9 @@ CPS-Core Docker Installation CPS-Core can also be installed in a docker environment. Latest `docker-compose <https://github.com/onap/cps/blob/master/docker-compose/docker-compose.yml>`_ is included in the repo to start all the relevant services. The latest instructions are covered in the `README <https://github.com/onap/cps/blob/master/docker-compose/README.md>`_. +.. Below Label is used by documentation for other CPS components to link here, do not remove even if it gives a warning +.. _cps_common_distributed_datastructures: + CPS-Core and NCMP Distributed Datastructures ============================================ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 02d36a867d..fbf4b34d14 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -39,6 +39,11 @@ Release Data Bug Fixes --------- +Features +-------- + - CPS-Temporal is no longer supported and any related documentation has been removed. + + Version: 3.4.0 ============== |