-
-
Save sjorge/7c8e70517e7dc394326a2eb8c7cb82e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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