diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-19 11:18:39 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-19 11:18:44 -0400 |
commit | 00892263e921f6ed14e895e5ab6bf642cc499072 (patch) | |
tree | 177c6c404a89ad569fc4d12f3a8964ced360d8e2 /models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json | |
parent | ca3827f43ada2b160f6966d205ca97d4402a0935 (diff) |
Upgrade new tcagen2 policy type
The old cdap policy type is deprecated by DCAE. Thus,
we are simply replacing with the new tcagen2 policy type.
Issue-ID: POLICY-2772
Change-Id: I1442340729b5f820f2e265b9b86f6f6f84f49bca
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json')
-rw-r--r-- | models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json b/models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json index d8bd4d42f..401559568 100644 --- a/models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json +++ b/models-examples/src/main/resources/policies/vCPE.policy.monitoring.input.tosca.json @@ -4,7 +4,7 @@ "policies": [ { "onap.restart.tca": { - "type": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "type": "onap.policies.monitoring.tcagen2", "type_version": "1.0.0", "version": "1.0.0", "name": "onap.restart.tca", @@ -13,7 +13,7 @@ "policy-version": 1 }, "properties": { - "tca_policy" : { + "tca.policy" : { "domain": "measurementsForVfScaling", "metricsPerEventName": [ { |