Skip to content

Instantly share code, notes, and snippets.

@cneira
Created April 9, 2018 15:55
Show Gist options
  • Save cneira/88e8b56246b9ca532ccb9e457d9d4a4f to your computer and use it in GitHub Desktop.
Save cneira/88e8b56246b9ca532ccb9e457d9d4a4f to your computer and use it in GitHub Desktop.
bhyve test
{
"alias": "centos7",
"brand": "bhyve",
"hostname": "test00",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"ram": 6024,
"vcpus": 2,
"nics": [
{
"model": "virtio",
"nic_tag": "admin",
"ip": "192.168.1.5",
"netmask": "255.255.255.0",
"gateway": "192.168.1.1",
"primary": true
}
],
"disks": [
{
"image_uuid": "462d1d03-8457-e134-a408-cf9ea2b9be96",
"boot": true,
"model": "virtio"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment