Add cloud and dn42 bhyve guests
This commit is contained in:
parent
98abfcfc93
commit
38e8fd2ec5
1 changed files with 35 additions and 4 deletions
|
@ -5,17 +5,48 @@ bhyve_pool: emma
|
|||
bhyve_port: 10000
|
||||
|
||||
bhyve_guests:
|
||||
- name: cloud
|
||||
index: 0
|
||||
enabled: true
|
||||
ram: 4G
|
||||
cpus: 2
|
||||
image: debian-10.5.0-amd64-netinst.iso
|
||||
order:
|
||||
- DISKS
|
||||
disks:
|
||||
- name: system
|
||||
properties:
|
||||
volsize: 32g
|
||||
volblocksize: 4k
|
||||
primarycache: metadata
|
||||
- name: data
|
||||
properties:
|
||||
volsize: 128g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
- name: dn42
|
||||
index: 1
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: debian-10.5.0-amd64-netinst.iso
|
||||
order:
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
properties:
|
||||
volsize: 32g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
- name: fbsd
|
||||
index: 4
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: FreeBSD-12.1-RELEASE-amd64-dvd1.iso
|
||||
# WOULD ENABLE VNC
|
||||
# password: hekeeSee4ohR5IMei2yoot1xei3wah4R
|
||||
order:
|
||||
# WOULD BOOT FROM THE ISO
|
||||
# - ISO
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
|
|
Loading…
Reference in a new issue