Skip to content

Instantly share code, notes, and snippets.

@sodre
Forked from drscream/linux-vm.json
Last active September 25, 2016 05:05
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 sodre/3a16995c3bd8cd1913b5b27333b041b5 to your computer and use it in GitHub Desktop.
Save sodre/3a16995c3bd8cd1913b5b27333b041b5 to your computer and use it in GitHub Desktop.
{
"brand": "kvm",
"alias": "hxexsa",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"ram": "12288",
"vcpus": "2",
"nics": [
{
"nic_tag": "external",
"ip": "23.29.63.240",
"netmask": "255.255.255.224",
"gateway": "23.29.63.225",
"model": "virtio",
"primary": true,
"allow_ip_spoofing": false,
"allow_mac_spoofing": false
}
],
"disks": [
{
"boot": true,
"model": "virtio",
"size": 10240
}
],
"vnc_port": 44796,
"vnc_password": "password"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment