b121cd520b
Add pooled resources, compute system , composed node and flavor API. Remove extra space with end of line and fix literal block warning. Change-Id: Ib7f00617e48e7ecc6fe30091d79ef6b47ae4c5af
44 lines
787 B
JSON
44 lines
787 B
JSON
{
|
|
"processor" : [
|
|
{
|
|
"device_type" : "CPU",
|
|
"instruction_set" : "x86-64",
|
|
"model" : "Multi-Core Intel(R) Xeon(R)Processor 7xxx Series",
|
|
"speed_mhz" : 3700,
|
|
"total_core" : 12
|
|
}
|
|
],
|
|
"memory" : [
|
|
{
|
|
"device_type" : "DDR3",
|
|
"data_width_bit" : 32,
|
|
"speed_mhz" : 1600,
|
|
"total_memory_gb" : 32
|
|
}
|
|
],
|
|
"network" : [
|
|
{
|
|
"device_type" : "ethernet",
|
|
"speed_mbps" : "40000"
|
|
}
|
|
],
|
|
"storage" : [
|
|
{
|
|
"protocol" : "SAS",
|
|
"volume_size_gb" : 40,
|
|
"pooled_resource" : false
|
|
},
|
|
{
|
|
"protocol" : "iSCSI",
|
|
"volume_size_gb" : 200,
|
|
"pooled_resource" : true
|
|
},
|
|
{
|
|
"protocol" : "NVMe",
|
|
"volume_size_gb" : 300,
|
|
"pooled_resource" : true
|
|
}
|
|
]
|
|
}
|
|
|