Skip to content

Instantly share code, notes, and snippets.

@sjorge
Created October 9, 2014 16:06
Show Gist options
  • Select an option

  • Save sjorge/790836fc33963e54ec2a to your computer and use it in GitHub Desktop.

Select an option

Save sjorge/790836fc33963e54ec2a to your computer and use it in GitHub Desktop.
{
"brand": "lx",
"kernel_version": "3.13.0",
"image_uuid": "b7493690-f019-4612-958b-bab5f844283e",
"hostname": "lxtest",
"alias": "lxtest",
"autoboot": true,
"nowait": false,
"quota": 15,
"cpu_shares": 200,
"cpu_cap": 200,
"max_physical_memory": 2048,
"max_swap": 1024,
"zfs_io_priority": 100,
"zfs_root_compression": "lz4",
"resolvers": [ "8.8.8.8" ],
"nics": [
{
"nic_tag": "admin",
"mac": "00:50:56:xx:xx:xx",
"ip": "172.16.xx.xx",
"netmask": "255.255.255.0",
"gateway": "172.16.xx.xx",
"allow_ip_spoofing": true,
"primary": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment