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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
{
"service": "hpaPolicy",
"policyName": "oofBeijing.hpaPolicy_vG",
"description": "HPA policy for vG",
"templateVersion": "0.0.1",
"version": "1.0",
"priority": "3",
"riskType": "test",
"riskLevel": "2",
"guard": "False",
"content": {
"resources": "vG",
"identity": "hpaPolicy_vG",
"policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vG"],
"policyType": "hpaPolicy",
"flavorFeatures": [
{
"flavorLabel": "flavor_label_vm_01",
"flavorProperties":[
{
"hpa_feature" : "cpuTopology",
"mandatory" : "True",
"architecture": "generic",
"featureAttributes": [
{"attribute":"numCpuSockets", "values": "2","operator": ">=", "unit": ""},
{"attribute":"numCpuSockets", "values": "4","operator": "<=", "unit": ""},
{"attribute":"numCpuCores", "value": "2", "operator":">=", "unit": ""},
{"attribute":"numCpuCores", "value": "4", "operator":"<=", "unit": ""},
{"attribute":"numCpuThreads", "value": "4", "operator":">=", "unit": ""},
{"attribute":"numCpuThreads", "value": "8", "operator":"<=", "unit": ""}
]
},
{
"hpa_feature" : "basicCapabilities",
"mandatory" : "True",
"architecture": "generic",
"featureAttributes": [
{"attribute": "numVirtualCpu", "value": "6", "operator": "=", "unit": ""},
{"attribute": "virtualMemSize", "value":"6", "operator": "=", "unit": "GB"}
]
},
{
"hpa_feature" : "ovsDpdk",
"mandatory" : "False",
"score" : "3",
"architecture": "generic",
"featureAttributes": [
{"attribute":"dataProcessingAccelerationLibrary", "value":"ovsDpdk_version", "operator": "=", "unit":""}
]
},
{
"hpa_feature" : "cpuInstructionSetExtensions",
"mandatory" : "True",
"architecture": "INTEL-64",
"featureAttributes": [
{"attribute":"instructionSetExtensions", "value":["<CPUINST>", "<CPUINST>"], "operator": "ALL", "unit":""}
]
}
]
},
{
"flavorLabel": "flavor_label_vm_02",
"flavorProperties":[
{
"hpa_feature" : "cpuPinningy",
"mandatory" : "True",
"architecture": "generic",
"featureAttributes": [
{"attribute":"logicalCpuThreadPinningPolicy", "value":"<CPUTHREADPOLICY>", "operator": "=", "unit":""},
{"attribute":"logicalCpuPinningPolicy", "value": "<CPUPOLICY>","operator": "=", "unit":""}
]
},
{
"hpa_feature" : "basicCapabilities",
"mandatory" : "True",
"architecture": "generic",
"featureAttributes": [
{"attribute": "numVirtualCpu", "value": "6", "operator": "=", "unit": ""},
{"attribute": "virtualMemSize", "value":"6", "operator": "=", "unit": "GB"}
]
},
{
"hpa_feature" : "localStorage",
"mandatory" : "False",
"score" : "5",
"architecture": "generic",
"featureAttributes": [
{"attribute": "diskSize", "value": "2", "operator": "=", "unit": "GB"},
{"attribute": "ephemeralDiskSize", "value": "2", "operator": "=", "unit": "GB"},
{"attribute": "swapMemSize", "value":"16", "operator": "=", "unit": "MB"}
]
},
{
"hpa_feature" : "pcie",
"mandatory" : "True",
"architecture": "generic",
"featureAttributes": [
{"attribute": "pciCount", "value": "2", "operator": "=", "unit": ""},
{"attribute": "pciVendorId", "value":"8086", "operator": "=", "unit": ""},
{"attribute": "pciDeviceId", "value": "2", "operator": "=", "unit": ""},
{"attribute": "functionType", "value": "<PCITYPEVALUE>","operator": "=", "unit": ""}
]
}
]
},
{
"flavorLabel": "flavor_label_vm_03",
"flavorProperties":[
{
"hpa_feature" : "numa",
"mandatory" : "False",
"score" : "5",
"architecture": "generic",
"featureAttributes": [
{"attribute": "numaNodes", "value": "2", "operator": "=", "unit": ""},
{"attribute": "numaCpu-0", "values":"2", "operator": "=", "unit": ""},
{"attribute": "numaMem-0", "value": "2048", "operator": "=", "unit": "MB"},
{"attribute": "numaCpu-1", "values":"4", "operator": "=", "unit": ""},
{"attribute": "numaMem-1", "value": "4096", "operator": "=", "unit": "MB"}
]
},
{
"hpa_feature" : "basicCapabilities",
"mandatory" : "True",
"architecture": "generic",
"featureAttributes": [
{"attribute": "numVirtualCpu", "value": "6", "operator": "=", "unit": ""},
{"attribute": "virtualMemSize", "value":"6", "operator": "=", "unit": "GB"}
]
},
{
"hpa_feature" : "hugePages",
"mandatory" : "False",
"score" : "7",
"architecture": "generic",
"featureAttributes": [
{"attribute": "memoryPageSize", "value": "<MEMORYPAGESIZE>", "operator": "=", "unit": ""}
]
}
]
}
]
}
}
|