Skip to content

Instantly share code, notes, and snippets.

@killfill
Created August 1, 2014 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killfill/3cadb6eecfa60319b529 to your computer and use it in GitHub Desktop.
Save killfill/3cadb6eecfa60319b529 to your computer and use it in GitHub Desktop.
# Example of a plain KVM VM vm.json:
{
"brand": "kvm",
"alias": "bosh",
"resolvers": ["10.0.0.1"],
"ram": 2048,
"vcpus": 2,
"nics": [
{
"nic_tag": "admin",
"ip": "10.0.0.240",
"netmask": "255.255.255.0",
"gateway": "10.0.0.1",
"model": "virtio",
"primary": 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