diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-03-15 13:45:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-15 13:45:21 +0000 |
commit | d7cb7d23b95b0a1d7aef52b6ba0832caa1a9fd73 (patch) | |
tree | ecc173458142459986a0008c24c120beac2f7a21 /models-tosca/src/test/resources/policies/vDNS.policy.monitoring.input.tosca.json | |
parent | 886df68bad719ab7ab3672e58ee153f4f6af92c2 (diff) | |
parent | 8fdf84c7f2bd03332e69d13e35414020053c2977 (diff) |
Merge "Add serialization for Tosca Model"
Diffstat (limited to 'models-tosca/src/test/resources/policies/vDNS.policy.monitoring.input.tosca.json')
-rw-r--r-- | models-tosca/src/test/resources/policies/vDNS.policy.monitoring.input.tosca.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/models-tosca/src/test/resources/policies/vDNS.policy.monitoring.input.tosca.json b/models-tosca/src/test/resources/policies/vDNS.policy.monitoring.input.tosca.json new file mode 100644 index 000000000..69b52129b --- /dev/null +++ b/models-tosca/src/test/resources/policies/vDNS.policy.monitoring.input.tosca.json @@ -0,0 +1,46 @@ +{ + "tosca_definitions_version": "tosca_simple_yaml_1_0_0", + "policies": [ + { + "onap.scaleout.tca": { + "type": "onap.policies.monitoring.cdap.tca.hi.lo.app", + "version": "1.0.0", + "metadata": { + "policy-id": "onap.scaleout.tca" + }, + "properties": { + "domain": "measurementsForVfScaling", + "metricsPerEventName": [ + { + "eventName": "vLoadBalancer", + "controlLoopSchemaType": "VNF", + "policyScope": "type=configuration", + "policyName": "onap.scaleout.tca", + "policyVersion": "v0.0.1", + "thresholds": [ + { + "closedLoopControlName": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3", + "closedLoopEventStatus": "ONSET", + "version": "1.0.2", + "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated", + "thresholdValue": 500, + "direction": "LESS_OR_EQUAL", + "severity": "MAJOR" + }, + { + "closedLoopControlName": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3", + "closedLoopEventStatus": "ONSET", + "version": "1.0.2", + "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated", + "thresholdValue": 5000, + "direction": "GREATER_OR_EQUAL", + "severity": "CRITICAL" + } + ] + } + ] + } + } + } + ] +}
\ No newline at end of file |