diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-07 10:22:46 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-07 10:22:53 -0400 |
commit | 3f1d47dd8f14a948967f9a2b5b958f5d858c6809 (patch) | |
tree | aee2b3e2a3cd2e6f2ba95f3feb2a25b3cfb099dc /applications/monitoring | |
parent | 4f1f7aa8086b81fa37d1e198dcb1e31e68c58f5e (diff) |
type_version is now mandatory
Per this review: https://gerrit.onap.org/r/c/policy/models/+/107250
Issue-ID: POLICY-2538
Change-Id: I0b7711c1adc73295092996cd3a1ec7979fd2b4ba
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'applications/monitoring')
-rw-r--r-- | applications/monitoring/src/test/resources/vDNS.policy.input.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/monitoring/src/test/resources/vDNS.policy.input.yaml b/applications/monitoring/src/test/resources/vDNS.policy.input.yaml index 7d8120e5..cac46606 100644 --- a/applications/monitoring/src/test/resources/vDNS.policy.input.yaml +++ b/applications/monitoring/src/test/resources/vDNS.policy.input.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 |