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/vCPE.policy.monitoring.input.tosca.yaml | |
parent | 886df68bad719ab7ab3672e58ee153f4f6af92c2 (diff) | |
parent | 8fdf84c7f2bd03332e69d13e35414020053c2977 (diff) |
Merge "Add serialization for Tosca Model"
Diffstat (limited to 'models-tosca/src/test/resources/policies/vCPE.policy.monitoring.input.tosca.yaml')
-rw-r--r-- | models-tosca/src/test/resources/policies/vCPE.policy.monitoring.input.tosca.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/models-tosca/src/test/resources/policies/vCPE.policy.monitoring.input.tosca.yaml b/models-tosca/src/test/resources/policies/vCPE.policy.monitoring.input.tosca.yaml new file mode 100644 index 000000000..a193cba41 --- /dev/null +++ b/models-tosca/src/test/resources/policies/vCPE.policy.monitoring.input.tosca.yaml @@ -0,0 +1,35 @@ +tosca_definitions_version: tosca_simple_yaml_1_0_0 +topology_template: + policies: + - + onap.vcpe.tca: + type: onap.policies.monitoring.cdap.tca.hi.lo.app + version: 1.0.0 + metadata: + policy-id: onap.vcpe.tca + properties: + domain: measurementsForVfScaling + metricsPerEventName: + - + eventName: Measurement_vGMUX + controlLoopSchemaType: VNF + policyScope: DCAE + policyName: "DCAE.Config_tca-hi-lo" + policyVersion: "v0.0.1" + thresholds: + - + closedLoopControlName: "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e" + version: "1.0.2" + fieldPath: "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value" + thresholdValue: 0 + direction: EQUAL + severity: MAJOR + closedLoopEventStatus: ABATED + - + closedLoopControlName: "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e" + version: "1.0.2" + fieldPath: "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value" + thresholdValue: 0 + direction: GREATER + severity: CRITICAL + closedLoopEventStatus: ONSET
\ No newline at end of file |