diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-05-21 18:22:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-21 18:22:41 +0000 |
commit | 93c73ff0d5ab9b613acbb07936f672b8c79283e1 (patch) | |
tree | 34536fa3cdb4a0aada0cbac76395b2f8c918dedf | |
parent | 8b965c4b287a42e6504853f3d85f3a9c82c399b1 (diff) | |
parent | 24ad7390934b109580498383ac85793a79d68387 (diff) |
Merge "PMS documentation updates - A1 Istanbul"
-rw-r--r-- | docs/guide/developer-guide.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index dc9da069..7a298f5a 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -34,6 +34,8 @@ A1 Policy Management Service provides a REST API for management of policies. It The Policy Management Service can be accessed over the REST API, and with an equivalent interface using DMaaP. See :ref:`pms_api` for more information about the API. +The configured A1 policies are stored presistently to survive a service restart. + Dependencies ------------ @@ -81,7 +83,7 @@ For details about the parameters in this file, see documentation in the file. Dynamic configuration --------------------- -The component has configuration that can be updated in runtime. This configuration can either be loaded from a file (accessible from the container) or from a CBS/Consul database (Cloudify). The configuration is re-read and refreshed at regular intervals. +The component has configuration that can be updated in runtime. This configuration can either be loaded from a file (accessible from the container) or from a CBS/Consul database (Cloudify). The configuration is re-read and refreshed at regular intervals. This file based configuration can be updated or read via the REST API, See :ref:`pms_api`. The configuration includes: @@ -108,7 +110,7 @@ The following variables are required by the CBS: * CONFIG_BINDING_SERVICE * SERVICE_NAME - +The CBS/Consul overrides the configuration file. So when CBS/Consul is used, the configuration file is ignored. Configuration of certs ---------------------- |