Skip to content

Instantly share code, notes, and snippets.

@sjorge
Created April 20, 2019 22:05
Show Gist options
  • Select an option

  • Save sjorge/7c8e70517e7dc394326a2eb8c7cb82e6 to your computer and use it in GitHub Desktop.

Select an option

Save sjorge/7c8e70517e7dc394326a2eb8c7cb82e6 to your computer and use it in GitHub Desktop.
{
"brand": "bhyve",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"bootrom": "uefi",
"ram": 4096,
"vnc_port": 5901,
"nics": [
{
"mac": "82:fc:0c:ee:e4:6f",
"vlan_id": 10,
"nic_tag": "trunk",
"ips": [
"dhcp",
"addrconf"
],
"model": "virtio",
"primary": true
}
],
"disks": [
{
"boot": true,
"model": "virtio",
"media": "disk",
"pci_slot": "0:4:0",
"size": 30720,
"compression": "lz4",
"block_size": 8192
}
],
"bhyve_extra_opts": "-c sockets=1,cores=2,threads=2",
"vcpus": 4,
"flexible_disk_size": 38400,
"quota": 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment