summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-07 01:38:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-05-07 01:38:51 +0200
commitb824f11c7e3794289ef3093b0e2fc8b9e74c2ef5 (patch)
tree55e83806145eddb62a7bcd00c043427caef6374a /inventory
parentremove legacy group_vars (diff)
renew containerd role
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml1
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml1
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml11
3 files changed, 12 insertions, 1 deletions
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