diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-16 18:42:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-16 18:42:05 +0000 |
commit | 955b479749ef6127a63498dcc147aa4c387137aa (patch) | |
tree | e0f73eab2f20c65c64c8df9f6f91a21796687bc6 /models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml | |
parent | 96924e42a3e7ec817b29b2de268b1d60205ea729 (diff) | |
parent | d3f7c6e9cf6bad3fc295fd35283e1d79e6166f3d (diff) |
Merge "Add version to example yaml files"
Diffstat (limited to 'models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml')
-rw-r--r-- | models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml b/models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml index eae1cd4dc..4928bbe80 100644 --- a/models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml +++ b/models-examples/src/main/resources/policies/vCPE.policy.monitoring.output.tosca.yaml @@ -4,6 +4,7 @@ topology_template: - onap.restart.tca: type: onap.policies.monitoring.cdap.tca.hi.lo.app + type_version: 1.0.0 version: 1.0.0 metadata: policy-id: onap.restart.tca @@ -11,15 +12,15 @@ topology_template: properties: tca_policy: domain: measurementsForVfScaling - metricsPerEventName: - - + metricsPerEventName: + - eventName: Measurement_vGMUX controlLoopSchemaType: VNF policyScope: DCAE policyName: "DCAE.Config_tca-hi-lo" policyVersion: "v0.0.1" - thresholds: - - + thresholds: + - closedLoopControlName: "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e" version: "1.0.2" fieldPath: "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value" @@ -27,7 +28,7 @@ topology_template: 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" |