aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/globalProperties.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/clds/templates/globalProperties.json')
-rw-r--r--src/main/resources/clds/templates/globalProperties.json123
1 files changed, 0 insertions, 123 deletions
diff --git a/src/main/resources/clds/templates/globalProperties.json b/src/main/resources/clds/templates/globalProperties.json
deleted file mode 100644
index 985aba17..00000000
--- a/src/main/resources/clds/templates/globalProperties.json
+++ /dev/null
@@ -1,123 +0,0 @@
-{
- "tca": {
- "tname": "New_Set",
- "tcaInt": "1",
- "tcaVio": "1",
- "eventName": {
- "vLoadBalancer": "vLoadBalancer",
- "vFirewallBroadcastPackets": "vFirewallBroadcastPackets",
- "Measurement_vGMUX":"Measurement_vGMUX"
- },
- "fieldPathM": {
- "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value": "packetLossRate",
- "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta":"receivedTotalPacketsDelta"
- },
- "operator": {
- ">": "GREATER",
- ">=": "GREATER_OR_EQUAL",
- "=": "EQUAL",
- "<=": "LESS_OR_EQUAL",
- "<": "LESS"
- },
- "opsPolicy": {
- "POLICY_test_X": "POLICY_test_X",
- "POLICY_test_Y": "POLICY_test_Y"
- },
- "controlLoopSchemaType": {
- "": "",
- "VM": "VM",
- "VNF": "VNF"
- },
- "closedLoopEventStatus": {
- "": "",
- "ONSET": "ONSET",
- "ABATED": "ABATED"
- }
- },
- "global": {
- "actionSet": {
- "vnfRecipe": "VNF"
- },
- "location": {
- "DC1": "Data Center 1",
- "DC2": "Data Center 2",
- "DC3": "Data Center 3"
- }
- },
- "policy": {
- "pname": "0",
- "timeout": 345,
- "actor": {
- "APPC":"APPC",
- "SO": "SO",
- "VFC": "VFC",
- "SDNC":"SDNC",
- "SDNR":"SDNR"
- },
- "vnfRecipe": {
- "": "",
- "Restart": "Restart",
- "Rebuild": "Rebuild",
- "Migrate": "Migrate",
- "Health-Check": "Health Check",
- "ModifyConfig": "Modify Config",
- "VF Module Create":"VF Module Create",
- "VF Module Delete":"VF Module Delete",
- "Reroute":"Reroute"
- },
- "maxRetries": "3",
- "recipeLevel": {
- "":"",
- "VNF":"VNF",
- "VM":"VM",
- "VFC":"VFC",
- "PNF":"PNF"
- },
- "retryTimeLimit": 180,
- "parentPolicyConditions": {
- "Failure_Retries": "Failure: Max Retries Exceeded",
- "Failure_Timeout": "Failure: Time Limit Exceeded",
- "Failure_Guard": "Failure: Guard",
- "Failure_Exception": "Failure: Exception",
- "Failure": "Failure: Other",
- "Success": "Success"
- },
- "guardTargets": ".*",
- "minGuard":1,
- "maxGuard":1,
- "limitGuard":1,
- "timeUnitsGuard":{
- "minute":"minute",
- "hour":"hour",
- "day":"day",
- "week":"week",
- "month":"month",
- "year":"year"
- },
- "timeWindowGuard":10,
- "guardActiveStart":"00:00:01-05:00",
- "guardActiveEnd":"00:00:00-05:00"
- },
- "shared": {
- "byService": {
- "": {
- "vf": {
- "": ""
- },
- "location": {
- "": ""
- },
- "alarmCondition": {
- "": ""
- }
- }
- },
- "byVf": {
- "": {
- "vfc": {
- "": ""
- }
- }
- }
- }
-}