Skip to content

Instantly share code, notes, and snippets.

@drscream
Created December 18, 2013 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save drscream/8025635 to your computer and use it in GitHub Desktop.
Save drscream/8025635 to your computer and use it in GitHub Desktop.
{
"brand": "kvm",
"alias": "linux-vm",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"ram": "256",
"vcpus": "1",
"nics": [
{
"nic_tag": "external",
"ip": "203.0.113.2",
"netmask": "255.255.255.0",
"gateway": "203.0.113.1",
"model": "virtio",
"primary": true,
"allow_ip_spoofing": true,
"allow_mac_spoofing": true
}
],
"disks": [
{
"boot": true,
"model": "virtio",
"size": 10240
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment