summaryrefslogtreecommitdiffstats
path: root/platformdoc/docs/concepts/policy.md
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-03 18:23:24 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-03 18:23:24 +0000
commit1c8cd98cbf776248781c8f679637f2ab75b6caf1 (patch)
treef6e08efe8b0d68b54e7b11bca81eaccf274a4c57 /platformdoc/docs/concepts/policy.md
parentb2a561b84b926ef109809539b9e283e95032c083 (diff)
parentd2cd31b73c0282f7aafd5b4adada00c0f4533d61 (diff)
Merge "Onboarding documentation update for CLI"
Diffstat (limited to 'platformdoc/docs/concepts/policy.md')
-rw-r--r--platformdoc/docs/concepts/policy.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platformdoc/docs/concepts/policy.md b/platformdoc/docs/concepts/policy.md
new file mode 100644
index 00000000..3838dc22
--- /dev/null
+++ b/platformdoc/docs/concepts/policy.md
@@ -0,0 +1,8 @@
+
+# Policy (not yet implemented)
+
+Policy is a concept where certain configuration is specified as being 'set' by Operations via a Policy UI.
+
+The specific configuration that represents Policy for a given service is designated in the component specification as `policy_editable`, and has a `policy_schema` defined. At any time thereafter, the values can be set in the POLICY UI. Once set, POLICY HANDLER will update the values in CONSUL. If the component is running, it will notify the component that it's policy has changed, and the component will call the CONFIG BINDING SERVICE to obtain a current set of its configuration.
+
+Refer to the [Configuration Grid](/components/component-specification/configuration-grid) for more information.