From b824f11c7e3794289ef3093b0e2fc8b9e74c2ef5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 7 May 2021 01:38:36 +0200 Subject: renew containerd role --- inventory/host_vars/ch-equinox-t450s.yml | 1 + inventory/host_vars/ch-equinox-ws.yml | 1 + inventory/host_vars/ch-testvm-prometheus.yml | 11 ++++++++++- 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'inventory') diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index 88e41297..c0b3acf3 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -182,6 +182,7 @@ ws_base_extra_packages: - python3-ruamel.yaml - python3-sphinx - python3-sphinx-rtd-theme + - python3-toml - qemu-kvm - qemu-utils - quilt diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 7eb23678..c1663d30 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -179,6 +179,7 @@ ws_base_extra_packages: - python3-ruamel.yaml - python3-sphinx - python3-sphinx-rtd-theme + - python3-toml - qemu-kvm - qemu-utils - quilt diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml index 597cd134..11dec61c 100644 --- a/inventory/host_vars/ch-testvm-prometheus.yml +++ b/inventory/host_vars/ch-testvm-prometheus.yml @@ -12,7 +12,7 @@ install: sda: type: zfs name: root - size: 5g + size: 50g interfaces: - bridge: br-svc name: svc0 @@ -31,3 +31,12 @@ network: gateway: "{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets['ch-gw-lan']) | ipaddr('address') }}" interfaces: - *_network_primary_ + + + +containerd_storage: + type: lvm + vg: "{{ host_name }}" + lv: containerd + size: 20G + fs: ext4 -- cgit v1.2.3