Skip to content

Instantly share code, notes, and snippets.

@cobracmder
Created October 23, 2012 17:58
Show Gist options
  • Select an option

  • Save cobracmder/3940368 to your computer and use it in GitHub Desktop.

Select an option

Save cobracmder/3940368 to your computer and use it in GitHub Desktop.
{
"alias": "pxe-server",
"hostname": "pxe-server",
"brand": "joyent",
"max_physical_memory": 64,
"quota": 2,
"resolvers": ["8.8.8.8"],
"dataset_uuid": "f9e4be48-9466-11e1-bc41-9f993f5dff36",
"nics": [
{
"nic_tag": "admin",
"ip": "172.16.0.2",
"netmask": "255.255.255.0",
"gateway": "172.16.0.1",
"dhcp_server": "1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment