Skip to content

Instantly share code, notes, and snippets.

@trisk
Created October 10, 2011 05:39
Show Gist options
  • Save trisk/1274690 to your computer and use it in GitHub Desktop.
Save trisk/1274690 to your computer and use it in GitHub Desktop.
{
"alias": "nexentastor",
"brand": "kvm",
"vcpus": 8,
"autoboot": false,
"ram": 8192,
"disks": [
{
"boot": true,
"model": "ahci",
"size": 40960
}
],
"nics": [
{
"nic_tag": "admin",
"model": "e1000",
"ip": "192.168.4.208",
"netmask": "255.255.255.0",
"gateway": "192.168.4.254"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment