aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/globalProperties.json
blob: 985aba17e33007d8d2e53c7e0999945e3cbd6162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
	"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": {
					"": ""
				}
			}
		}
	}
}