Skip to content

Instantly share code, notes, and snippets.

@densone
Created August 1, 2012 23:49
Show Gist options
  • Save densone/3231644 to your computer and use it in GitHub Desktop.
Save densone/3231644 to your computer and use it in GitHub Desktop.
[root@d4-ae-52-78-e6-b1 ~]# cat zone.json
{
  "brand": "joyent",
  "zfs_io_priority": 30,
  "quota": 20,
  "nowait": true,
  "dataset_uuid": "37e6af92-daf0-11e0-ac11-473ca1173ab0",
  "max_physical_memory": 256,
  "alias": "zone70",
  "nics": [
    {
      "nic_tag": "admin",
      "ip": "172.16.27.200",
      "netmask": "255.255.248.0",
      "gateway": "172.16.27.1",
      "primary": 1
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment