Add yaml support for policy & policy types 67/123367/3
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Wed, 18 Aug 2021 21:17:23 +0000 (17:17 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 19 Aug 2021 13:44:21 +0000 (09:44 -0400)
commit801ab43d13537d19710e8f948d4614f158daafc7
treec03ff06d789e65266a6e2f58a255dd83fd70773b
parent7fdd0a9a2eec02bf499663eff8fd7794b007c168
Add yaml support for policy & policy types

Adding support for yaml format of policy & policy types in distribution.
So that users can either define them in json or yaml format.
And then distribute to policy framework.

Issue-ID: POLICY-3509
Change-Id: Ifba7486bbc1e6876f0e3e39b0ae5ebe043567029
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
plugins/reception-plugins/src/main/java/org/onap/policy/distribution/reception/decoding/policy/file/PolicyDecoderFileInCsarToPolicy.java
plugins/reception-plugins/src/test/java/org/onap/policy/distribution/reception/decoding/policy/file/PolicyDecoderFileInCsarToPolicyTest.java
plugins/reception-plugins/src/test/resources/service-Sampleservice-yaml.csar [new file with mode: 0644]