Skip to content

Instantly share code, notes, and snippets.

@trentster
Created January 19, 2013 10:04
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 trentster/4571738 to your computer and use it in GitHub Desktop.
Save trentster/4571738 to your computer and use it in GitHub Desktop.
{
"brand": "kvm",
"ram": "512",
"hostname": "pfsense-new",
"alias": "pfsense-new",
"vcpus": "1",
"nics": [
{
"interface": "net0",
"nic_tag": "admin",
"ip": "10.33.33.240",
"netmask": "255.255.255.0",
"allow_ip_spoofing": true,
"model": "e1000"
},
{
"interface": "net1",
"nic_tag": "external",
"gateway": "10.77.77.1",
"primary": true,
"allow_ip_spoofing": true,
"ip": "10.77.77.22",
"netmask": "255.255.255.0",
"model": "e1000"
}
],
"disks": [
{
"image_uuid": "36b9665c-bece-11e1-b1e7-ebae78b09d33",
"boot": true,
"model": "ide",
"size": 20480
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment