z-hypervisor/example/ubuntu.json

41 lines
1008 B
JSON

{
"machine_id": "ubuntu",
"machine_type": "q",
"spec": {
"options": {
"autostart": true,
"respawn": true
},
"properties": {
"cores": 2,
"mem": 1024,
"drives": [
{
"file": "ubuntu-root.bin",
"datastore": "default",
"index": 0,
"if": "virtio"
},
{
"file": "ubuntu-14.04.iso",
"datastore": "default",
"index": 1,
"media": "cdrom"
}
],
"netifaces": [
{
"type": "nic",
"vlan": 0,
"model": "e1000",
"macaddr": "82:25:60:41:07:98"
},
{
"type": "tap"
}
],
"vnc": 10
}
}
}