You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
788 B
34 lines
788 B
{ |
|
"id": "banutoo", |
|
"type": "q", |
|
"spec": { |
|
"options": { |
|
"autostart": true, |
|
"respawn": true |
|
}, |
|
"properties": { |
|
"cores": 2, |
|
"mem": 1024, |
|
"drives": [ |
|
{ |
|
"file": "banutoo.bin", |
|
"datastore": "realm", |
|
"index": 0, |
|
"if": "virtio" |
|
} |
|
], |
|
"netifaces": [ |
|
{ |
|
"type": "nic", |
|
"vlan": 0, |
|
"model": "e1000", |
|
"macaddr": "82:25:60:41:D5:97" |
|
}, |
|
{ |
|
"type": "tap" |
|
} |
|
], |
|
"vnc": 5 |
|
} |
|
} |
|
}
|
|
|