From d2cd31b73c0282f7aafd5b4adada00c0f4533d61 Mon Sep 17 00:00:00 2001 From: Ralph Knag Date: Mon, 2 Apr 2018 16:27:46 -0400 Subject: Onboarding documentation update for CLI Change-Id: I1d4d0111063ea62c3759aa9b7232998b70229644 Issue-ID: DCAEGEN2-350 Signed-off-by: Ralph Knag --- platformdoc/docs/concepts/policy.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 platformdoc/docs/concepts/policy.md (limited to 'platformdoc/docs/concepts/policy.md') 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. -- cgit 1.2.3-korg