Skip to content

Instantly share code, notes, and snippets.

@austinkeeley
Created August 19, 2017 02:22
Show Gist options
  • Save austinkeeley/0d8234ebb674eab0d9c0118931851eb7 to your computer and use it in GitHub Desktop.
Save austinkeeley/0d8234ebb674eab0d9c0118931851eb7 to your computer and use it in GitHub Desktop.
{
"brand": "kvm",
"vcpus": 1,
"autoboot": false,
"ram": 1024,
"resolvers": ["208.67.222.222", "208.67.220.220"],
"disks": [
{
"boot": true,
"model": "virtio",
"size": 40960
}
],
"nics": [
{
"nic_tag": "admin",
"model": "virtio",
"ip": "10.88.88.51",
"netmask": "255.255.255.0",
"gateway": "10.88.88.1",
"primary": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment