Skip to content

Instantly share code, notes, and snippets.

@IljaN
Created November 5, 2016 22:56
Show Gist options
  • Save IljaN/8891d409a909889d114335684008a5f5 to your computer and use it in GitHub Desktop.
Save IljaN/8891d409a909889d114335684008a5f5 to your computer and use it in GitHub Desktop.
fifodef.json
{
"autoboot": true,
"brand": "joyent",
"image_uuid": "1bd84670-055a-11e5-aaa2-0346bb21d5a1",
"delegate_dataset": true,
"indestructible_delegated": true,
"max_physical_memory": 3072,
"cpu_cap": 100,
"alias": "fifo",
"quota": "40",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"nics": [
{
"interface": "net0",
"nic_tag": "admin",
"ip": "10.1.1.240",
"gateway": "10.1.1.1",
"netmask": "255.255.255.0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment