z-hypervisor/example/banutoo2.json

35 lines
806 B
JSON

{
"machine_id": "banutoo2",
"machine_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
}
}
}