From f7c704c10b53e42a96e8d5597a058a6168898067 Mon Sep 17 00:00:00 2001 From: Geno Date: Tue, 8 Dec 2020 22:28:35 +0100 Subject: [PATCH 1/3] add osp-edge.ccchb.de to haproxy (of emma) --- host_vars/emma.ccchb.de | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host_vars/emma.ccchb.de b/host_vars/emma.ccchb.de index a2598e9..ccad91e 100644 --- a/host_vars/emma.ccchb.de +++ b/host_vars/emma.ccchb.de @@ -18,6 +18,8 @@ haproxy_http: addr: '2a01:4f8:150:926f::5' - host: 'dev.ccchb.de' addr: '2a01:4f8:150:926f::9' + - host: 'osp-edge.ccchb.de' + addr: '2a01:4f8:150:926f::b' haproxy_sni: - host: 'ccchb.de' @@ -28,6 +30,8 @@ haproxy_sni: addr: '2a01:4f8:150:926f::5' - host: 'dev.ccchb.de' addr: '2a01:4f8:150:926f::9' + - host: 'osp-edge.ccchb.de' + addr: '2a01:4f8:150:926f::b' bhyve_ipv4: 10.0.0.0 bhyve_ipv6: 2a01:4f8:150:926f::4 From fd68672d7cb4a719692b03e0a8e4c63025eb9459 Mon Sep 17 00:00:00 2001 From: Geno Date: Fri, 11 Dec 2020 17:28:43 +0100 Subject: [PATCH 2/3] geno-playground with more ram and cpu (for ffmpeg rendering) --- host_vars/emma.ccchb.de | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/emma.ccchb.de b/host_vars/emma.ccchb.de index ccad91e..78322cc 100644 --- a/host_vars/emma.ccchb.de +++ b/host_vars/emma.ccchb.de @@ -94,8 +94,8 @@ bhyve_guests: - name: geno-playground index: 3 enabled: true - ram: 1G - cpus: 1 + ram: 4G + cpus: 4 password: foobar image: manjaro-architect-20.0.3-200607-linux56.iso order: From 68c6b53f68b2451455d778de7109e23be6f4476c Mon Sep 17 00:00:00 2001 From: Geno Date: Mon, 14 Dec 2020 23:53:27 +0100 Subject: [PATCH 3/3] gitea update --- host_vars/gitea.emma.ccchb.de.yml | 4 ++-- roles/gitea | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/host_vars/gitea.emma.ccchb.de.yml b/host_vars/gitea.emma.ccchb.de.yml index 8a839c1..14aa7a7 100644 --- a/host_vars/gitea.emma.ccchb.de.yml +++ b/host_vars/gitea.emma.ccchb.de.yml @@ -1,13 +1,13 @@ vm_index: 2 -gitea_version: "1.12.5" +gitea_version: "1.13.0" gitea_app_name: "dev.ccchb.de" # technical: gitea_root_url: "https://dev.ccchb.de" gitea_http_domain: "dev.ccchb.de" -gitea_http_listen: "[::]" +gitea_http_listen: "0.0.0.0" gitea_http_port: 443 gitea_protocol: "https" gitea_systemd_cap_net_bind_service: true diff --git a/roles/gitea b/roles/gitea index 0474dc8..1aa082a 160000 --- a/roles/gitea +++ b/roles/gitea @@ -1 +1 @@ -Subproject commit 0474dc8d0c7031f7fcb58484c9c6552b1b9869eb +Subproject commit 1aa082a2101c69f8cfc13a31604991b0c3dfa8e5