diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2017-10-12 09:44:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-12 09:44:41 +0000 |
commit | 3d2759d4aea35d6d1891fe36b136ccd12a05b422 (patch) | |
tree | 36b037c2bca3df3aaba64a183da811867a4a5ba9 /src/main/resources | |
parent | 988cf497fa276db67016fe804776005114c1b04c (diff) | |
parent | a6c79acde23a0dead6cab4e32cd6934050df07aa (diff) |
Merge "Update the TCA blueprint format"
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/clds/clds-reference.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/clds/clds-reference.properties b/src/main/resources/clds/clds-reference.properties index eadfb32a..fd7af5ef 100644 --- a/src/main/resources/clds/clds-reference.properties +++ b/src/main/resources/clds/clds-reference.properties @@ -47,6 +47,7 @@ policy.op.policyNamePrefix=Config_BRMS_Param_ # TCA MicroService Policy request build properties
#
+tca.policyid.prefix=DCAE.Config_
tca.template={"cdap-tca-hi-lo_policy": {"domain": "measurementsForVfScaling","metricsPerEventName": [{"eventName": "???","policyScope": "DCAE","policyName": "???","policyVersion": "v0.0.1","thresholds": []}]}}
tca.thresholds.template={"closedLoopControlName": "???", "controlLoopSchema": "VM","version": "1.0.2","fieldPath": "?????", "thresholdValue": 0,"direction": "???","severity": "MAJOR", "closedLoopEventStatus": "???"}
|