From: Pamela Dragosh Date: Mon, 24 Aug 2020 19:55:29 +0000 (-0400) Subject: Add new match Policy Type X-Git-Tag: 2.3.1~12^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b8742da5ea4d230d203157ed4b39a50002b74f48;p=policy%2Fmodels.git Add new match Policy Type Allows Policy Designers to design their own matchable Policy Type out-of-the-box with ONAP. Issue-ID: POLICY-2596 Change-Id: I632201f50b565d5a558f8a773bf658407bedbfe6 Signed-off-by: Pamela Dragosh --- diff --git a/models-examples/src/main/resources/policytypes/onap.policies.Match.yaml b/models-examples/src/main/resources/policytypes/onap.policies.Match.yaml new file mode 100644 index 000000000..caf9467f0 --- /dev/null +++ b/models-examples/src/main/resources/policytypes/onap.policies.Match.yaml @@ -0,0 +1,7 @@ +tosca_definitions_version: tosca_simple_yaml_1_1_0 +policy_types: + onap.policies.Match: + derived_from: tosca.policies.Root + version: 1.0.0 + name: onap.policies.Match + description: Base Policy Type for matchable Policies \ No newline at end of file