diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-23 22:14:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-23 22:14:17 +0000 |
commit | 07c771bee7bf3d5c45ec7fd4ff9300694f0befb0 (patch) | |
tree | 41f5021a275a9aa5a35c983c52b005d59072614f /models-examples/src/main | |
parent | 56bc6f68baeb376b99e0dbe4de4790f494dbe3c2 (diff) | |
parent | b58962e1d627087579ca5e2842980c0a380f496c (diff) |
Merge "Add version to compliant operational policies"
Diffstat (limited to 'models-examples/src/main')
-rw-r--r-- | models-examples/src/main/resources/policies/vDNS.policy.operational.input.tosca.json | 3 | ||||
-rw-r--r-- | models-examples/src/main/resources/policies/vFirewall.policy.operational.input.tosca.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/models-examples/src/main/resources/policies/vDNS.policy.operational.input.tosca.json b/models-examples/src/main/resources/policies/vDNS.policy.operational.input.tosca.json index bb90bbd43..4a9b2a96b 100644 --- a/models-examples/src/main/resources/policies/vDNS.policy.operational.input.tosca.json +++ b/models-examples/src/main/resources/policies/vDNS.policy.operational.input.tosca.json @@ -6,6 +6,7 @@ "operational.scaleout": { "type": "onap.policies.controlloop.operational.common.Drools", "type_version": "1.0.0", + "version": "1.0.0", "metadata": { "policy-id": "operational.scaleout" }, @@ -52,4 +53,4 @@ } ] } -}
\ No newline at end of file +} diff --git a/models-examples/src/main/resources/policies/vFirewall.policy.operational.input.tosca.json b/models-examples/src/main/resources/policies/vFirewall.policy.operational.input.tosca.json index 2d7f1c958..063921afd 100644 --- a/models-examples/src/main/resources/policies/vFirewall.policy.operational.input.tosca.json +++ b/models-examples/src/main/resources/policies/vFirewall.policy.operational.input.tosca.json @@ -6,6 +6,7 @@ "operational.modifyconfig": { "type": "onap.policies.controlloop.operational.common.Drools", "type_version": "1.0.0", + "version": "1.0.0", "metadata": { "policy-id": "operational.modifyconfig" }, @@ -44,4 +45,4 @@ } ] } -}
\ No newline at end of file +} |