Skip to content

Instantly share code, notes, and snippets.

@AlainODea
Last active December 15, 2015 07:49
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 AlainODea/43e44abcb5d48f55225e to your computer and use it in GitHub Desktop.
Save AlainODea/43e44abcb5d48f55225e to your computer and use it in GitHub Desktop.
{
"brand": "kvm",
"resolvers": [
"192.168.120.20",
"192.168.120.21"
],
"default-gateway": "10.100.0.1",
"ram": "512",
"vcpus": "1",
"nics": [
{
"nic_tag": "external",
"model": "virtio",
"vlan_id": 6,
"ip": "10.100.0.87",
"netmask": "255.255.0.0",
"gateway": "10.100.0.1",
"primary": true
}
],
"disks": [
{
"image_uuid": "3162a91e-8b5d-11e2-a78f-9780813f9142",
"boot": true,
"model": "virtio",
"image_size": 10240
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment