diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-08-25 18:20:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-25 18:20:26 +0000 |
commit | f728fe7edd50af31c9a8aae1b4b772c5d4384738 (patch) | |
tree | 8ae0fda07a75142154c8f5287dacaca7a68292e2 /models-examples/src | |
parent | 43aaa62cdf9a7dadfb6d688f1fe83c5bd355a86d (diff) | |
parent | b8742da5ea4d230d203157ed4b39a50002b74f48 (diff) |
Merge "Add new match Policy Type"
Diffstat (limited to 'models-examples/src')
-rw-r--r-- | models-examples/src/main/resources/policytypes/onap.policies.Match.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |