summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-omd.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-10-16 23:13:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-10-16 23:13:19 +0200
commit4e21bf365e047d2973a2c19379c34fc9a66a885c (patch)
tree624004bf729da894d4e31695541b99ea7cb180ba /inventory/host_vars/ch-omd.yml
parentadd test host for OMD (diff)
fix ch-mod partition layout
Diffstat (limited to 'inventory/host_vars/ch-omd.yml')
-rw-r--r--inventory/host_vars/ch-omd.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-omd.yml b/inventory/host_vars/ch-omd.yml
index 7f514a5d..6c2e549c 100644
--- a/inventory/host_vars/ch-omd.yml
+++ b/inventory/host_vars/ch-omd.yml
@@ -13,6 +13,28 @@ install:
type: zfs
name: root
size: 50g
+ system_lvm:
+ volumes:
+ - name: root
+ size: 3G
+ filesystem: ext4
+ mountpoint: /
+ - name: var
+ size: 1280M
+ filesystem: ext4
+ mountpoint: /var
+ - name: var+log
+ size: 768M
+ filesystem: ext4
+ mountpoint: /var/log
+ mount_options:
+ - noatime
+ - nodev
+ - noexec
+ - name: opt
+ size: 10G
+ filesystem: ext4
+ mountpoint: /opt
interfaces:
- bridge: br-svc
name: svc0