From 38e8fd2ec52a8f8d874f15eb72614452f521f5fc Mon Sep 17 00:00:00 2001 From: Crest Date: Thu, 17 Sep 2020 02:35:22 +0200 Subject: [PATCH] Add cloud and dn42 bhyve guests --- host_vars/emma.ccchb.de | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/host_vars/emma.ccchb.de b/host_vars/emma.ccchb.de index 385b0d8..288a821 100644 --- a/host_vars/emma.ccchb.de +++ b/host_vars/emma.ccchb.de @@ -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