aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/globalProperties.json
blob: b6f68f64c26297841ba1280a713225206d695d3e (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
{
	"tca": {
		"tname": "New_Set",
		"tcaInt": "1",
		"tcaVio": "1",
		"eventName": {
			"vLoadBalancer": "vLoadBalancer",
			"vFirewallBroadcastPackets": "vFirewallBroadcastPackets",
			"Measurement_vGMUX":"Measurement_vGMUX"
		},
		"fieldPathM": {
			"$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value": "Packet-loss-rate",
			"$.event.measurementsForVfScalingFields.vNicUsageArray[*].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",
			"MSO": "SO",
			"VFC": "VFC"
		},
		"vnfRecipe": {
			"": "",
			"restart": "Restart",
			"rebuild": "Rebuild",
			"migrate": "Migrate",
			"healthCheck": "Health Check",
			"modifyConfig": "ModifyConfig",
			"vfModuleCreate":"VF Module Create",
			"scaleOut":"Scale Out"
		},
		"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": {
					"": ""
				}
			}
		}
	}
}