Skip to content

Instantly share code, notes, and snippets.

@trentster
Created January 21, 2013 11:10
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/4585343 to your computer and use it in GitHub Desktop.
Save trentster/4585343 to your computer and use it in GitHub Desktop.
setupfifo.json
{
"zonename": "fifo",
"autoboot": true,
"brand": "joyent",
"image_uuid": "fdea06b0-3f24-11e2-ac50-0b645575ce9d",
"max_physical_memory": 512,
"alias": "fifo",
"quota": "40",
"resolvers": [
"10.1.1.1",
"8.8.4.4"
],
"nics": [
{
"interface": "net0",
"nic_tag": "admin",
"gateway": "10.1.1.1",
"ip": "10.1.1.240",
"netmask": "255.255.255.0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment