From 532202ce2d8bf83299b3775bba184fb5b3b50df7 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 6 Feb 2020 17:32:48 +0000 Subject: Add data type and policy type reference checking Full validation including references to policy types and data types added. Unit tests fixed to cope with new stricter validation. Issue-ID: POLICY-1402 Change-Id: I59f37640a99494a53960a54d2fc82cc96861d43b Signed-off-by: liamfallon --- .../src/main/resources/policies/vDNS.policy.monitoring.input.tosca.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'models-examples/src/main/resources/policies/vDNS.policy.monitoring.input.tosca.yaml') diff --git a/models-examples/src/main/resources/policies/vDNS.policy.monitoring.input.tosca.yaml b/models-examples/src/main/resources/policies/vDNS.policy.monitoring.input.tosca.yaml index 6735c39c2..4cf17ccba 100644 --- a/models-examples/src/main/resources/policies/vDNS.policy.monitoring.input.tosca.yaml +++ b/models-examples/src/main/resources/policies/vDNS.policy.monitoring.input.tosca.yaml @@ -4,6 +4,7 @@ topology_template: - onap.scaleout.tca: type: onap.policies.monitoring.cdap.tca.hi.lo.app + type_version: 1.0.0 version: 1.0.0 metadata: policy-id: onap.scaleout.tca -- cgit 1.2.3-korg