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 --- ...onap.policies.controlloop.operational.common.Drools.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Drools.yaml (limited to 'models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Drools.yaml') diff --git a/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Drools.yaml b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Drools.yaml new file mode 100644 index 000000000..2d793cc4b --- /dev/null +++ b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Drools.yaml @@ -0,0 +1,13 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +policy_types: + onap.policies.controlloop.operational.common.Drools: + derived_from: onap.policies.controlloop.operational.Common + type_version: 1.0.0 + version: 1.0.0 + description: Operational policies for Drools PDP + properties: + controllerName: + type: string + description: Drools controller properties + required: false + -- cgit 1.2.3-korg