summaryrefslogtreecommitdiffstats
path: root/platformdoc/docs/concepts/policy.md
diff options
context:
space:
mode:
authorVENKATESH KUMAR <vv770d@att.com>2020-04-02 23:39:28 -0400
committerVENKATESH KUMAR <vv770d@att.com>2020-04-02 23:48:26 -0400
commitc790dcb3bbd3c498e0f838837c212ce185e70da5 (patch)
treecbde7e82480efbdc3a26844e2e03bf4806aeaaa8 /platformdoc/docs/concepts/policy.md
parentcfb11090aa5fbcb7d38870cdeeb7c21e48b077df (diff)
dcae doc cleanup
Remove old markdown platform doc Change-Id: I592775a24d17d7d786708cde008703f4d899946c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'platformdoc/docs/concepts/policy.md')
-rw-r--r--platformdoc/docs/concepts/policy.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/platformdoc/docs/concepts/policy.md b/platformdoc/docs/concepts/policy.md
deleted file mode 100644
index 3838dc22..00000000
--- a/platformdoc/docs/concepts/policy.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-# 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.