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 <pdragosh@research.att.com>
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 0000000..caf9467
--- /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