From a807429423c70dbbd2a0967facdc426b4d1b853b Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 12 Feb 2020 11:35:07 -0500 Subject: Add missing entry_schema for operational policy type Also ensure the json for vFirewall matches the yaml. We will need to clean up some of the other legacy operational policies. Or at least rename them. Renamed legacy Operational policies to avoid confusion. Fixed wrong derived_from policy types. Operational Policy Types are now solely for new TOSCA compliant operational policy types. Issue-ID: POLICY-2146 Change-Id: Ia0bcabe6cca8e197f1bec8157a3004a420033969 Signed-off-by: Pamela Dragosh --- .../resources/policytypes/onap.policies.controlloop.Operational.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models-examples/src/main/resources/policytypes/onap.policies.controlloop.Operational.yaml') diff --git a/models-examples/src/main/resources/policytypes/onap.policies.controlloop.Operational.yaml b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.Operational.yaml index f21fd5afb..773e0c90b 100644 --- a/models-examples/src/main/resources/policytypes/onap.policies.controlloop.Operational.yaml +++ b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.Operational.yaml @@ -3,4 +3,4 @@ policy_types: onap.policies.controlloop.Operational: derived_from: tosca.policies.Root version: 1.0.0 - description: Operational Policy for Control Loops \ No newline at end of file + description: Operational Policy for Control Loops Supporting Legacy YAML Policy Definition. \ No newline at end of file -- cgit 1.2.3-korg