From 75bbbb5429ad04a820a3d01e95ef16ca662aaa4d Mon Sep 17 00:00:00 2001 From: Fritz Grimpen Date: Sun, 31 Jan 2021 14:21:43 +0000 Subject: [PATCH 1/2] Add wiki.emma.ccchb.de guest --- host_vars/emma.ccchb.de | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/host_vars/emma.ccchb.de b/host_vars/emma.ccchb.de index 2756c84..fcd07a9 100644 --- a/host_vars/emma.ccchb.de +++ b/host_vars/emma.ccchb.de @@ -136,3 +136,21 @@ bhyve_guests: volsize: 32g volblocksize: 64k primarycache: metadata + + - name: wiki + index: 6 + enabled: true + ram: 1G + cpus: 1 + image: debian-10.5.0-amd64-netinst.iso + password: foobar + order: + - ISO + - DISKS + disks: + - name: disk + properties: + volsize: 64g + volblocksize: 64k + primarycache: metadata + From d4b4d9bbbeb0af6540586bb508fb4890f9ce9489 Mon Sep 17 00:00:00 2001 From: Fritz Grimpen Date: Sun, 31 Jan 2021 18:15:18 +0000 Subject: [PATCH 2/2] Configure haproxy for wiki.ccchb.de --- host_vars/emma.ccchb.de | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/host_vars/emma.ccchb.de b/host_vars/emma.ccchb.de index fcd07a9..dfa179d 100644 --- a/host_vars/emma.ccchb.de +++ b/host_vars/emma.ccchb.de @@ -21,6 +21,8 @@ haproxy_http: addr: '2a01:4f8:150:926f::9' - host: 'osp-edge.ccchb.de' addr: '2a01:4f8:150:926f::b' + - host: 'wiki.ccchb.de' + addr: '2a01:4f8:150:926f::11' haproxy_sni: - host: 'ccchb.de' @@ -33,6 +35,8 @@ haproxy_sni: addr: '2a01:4f8:150:926f::9' - host: 'osp-edge.ccchb.de' addr: '2a01:4f8:150:926f::b' + - host: 'wiki.ccchb.de' + addr: '2a01:4f8:150:926f::11' bhyve_ipv4: 10.0.0.0 bhyve_ipv6: 2a01:4f8:150:926f::4 @@ -145,7 +149,6 @@ bhyve_guests: image: debian-10.5.0-amd64-netinst.iso password: foobar order: - - ISO - DISKS disks: - name: disk