summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-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