3e21560bf7
Unused by Nova and unlike memory_mb/local_gb also by Ironic (actually, our usage of local_gb is worth double-checking as well, but at the very least it's referenced by inspection implementations). Change-Id: Ie8b0d9f58f4dcd102c183c30ae7f5acf68a5e4c3
31 lines
608 B
JSON
31 lines
608 B
JSON
{
|
|
"inventory": {
|
|
"interfaces":[
|
|
{
|
|
"name":"eth0",
|
|
"mac_address":"52:54:00:90:35:d6",
|
|
"ipv4_address":"192.168.122.128",
|
|
"ipv6_address":"fe80::5054:ff:fe90:35d6%eth0",
|
|
"has_carrier":true,
|
|
"lldp":null,
|
|
"vendor":"0x1af4",
|
|
"product":"0x0001"
|
|
}
|
|
],
|
|
"cpu":{
|
|
"model_name":"QEMU Virtual CPU version 2.5+",
|
|
"frequency":null,
|
|
"count":1,
|
|
"architecture":"x86_64"
|
|
}
|
|
},
|
|
"plugin_data":{
|
|
"macs":[
|
|
"52:54:00:90:35:d6"
|
|
],
|
|
"local_gb":10,
|
|
"cpu_arch":"x86_64",
|
|
"memory_mb":2048
|
|
}
|
|
}
|