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_port: 10000
|
||||||
|
|
||||||
bhyve_guests:
|
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
|
- name: fbsd
|
||||||
index: 4
|
index: 4
|
||||||
enabled: true
|
enabled: true
|
||||||
ram: 1G
|
ram: 1G
|
||||||
cpus: 1
|
cpus: 1
|
||||||
image: FreeBSD-12.1-RELEASE-amd64-dvd1.iso
|
image: FreeBSD-12.1-RELEASE-amd64-dvd1.iso
|
||||||
# WOULD ENABLE VNC
|
|
||||||
# password: hekeeSee4ohR5IMei2yoot1xei3wah4R
|
|
||||||
order:
|
order:
|
||||||
# WOULD BOOT FROM THE ISO
|
|
||||||
# - ISO
|
|
||||||
- DISKS
|
- DISKS
|
||||||
disks:
|
disks:
|
||||||
- name: disk
|
- name: disk
|
||||||
|
|
Loading…
Reference in a new issue