z-hypervisor/example/banutoo2.json

35 lines
790 B
JSON
Raw Normal View History

2016-12-26 16:42:48 -08:00
{
"id": "banutoo2",
"type": "q",
"spec": {
"options": {
"autostart": true,
"respawn": true
},
"properties": {
"cores": 2,
"mem": 1024,
"drives": [
{
"file": "banutoo2.bin",
"datastore": "realm",
"index": 0,
"if": "virtio"
}
],
"netifaces": [
{
"type": "nic",
"vlan": 0,
"model": "e1000",
"macaddr": "82:25:60:41:D5:98"
},
{
"type": "tap"
}
],
"vnc": 6
}
}
}