summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-04 17:39:00 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-04 17:39:00 +0200
commita1f5550dd6de108f68ea3d6b2a42fe47b49561a4 (patch)
treec96c0b98bf84f30c192708f765e1cb57b78d46ab /inventory
parentremove: ch k8s cluster vms, and hroot-test, add hcloud-test (diff)
cloud install: support custom partition layout
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/emc/main.yml2
-rw-r--r--inventory/group_vars/lendwirbel-live/main.yml2
-rw-r--r--inventory/host_vars/ch-hcloudtest.yml21
-rw-r--r--inventory/host_vars/ch-mimas2.yml2
-rw-r--r--inventory/host_vars/ch-oulu.yml3
-rw-r--r--inventory/host_vars/ele-lt.yml2
-rw-r--r--inventory/host_vars/sk-2019.yml3
-rw-r--r--inventory/host_vars/sk-2019vm.yml3
-rw-r--r--inventory/host_vars/sk-cloudia/vars.yml3
-rw-r--r--inventory/host_vars/sk-tomnext.yml3
-rw-r--r--inventory/hosts.ini4
11 files changed, 32 insertions, 16 deletions
diff --git a/inventory/group_vars/emc/main.yml b/inventory/group_vars/emc/main.yml
index 02a2e25c..42515184 100644
--- a/inventory/group_vars/emc/main.yml
+++ b/inventory/group_vars/emc/main.yml
@@ -5,8 +5,6 @@ install:
cloud:
credentials:
token: "{{ vault_hcloud_api_token }}"
- disks:
- root_lvm_size: all
network: {}
diff --git a/inventory/group_vars/lendwirbel-live/main.yml b/inventory/group_vars/lendwirbel-live/main.yml
index 43823233..37d3ec1a 100644
--- a/inventory/group_vars/lendwirbel-live/main.yml
+++ b/inventory/group_vars/lendwirbel-live/main.yml
@@ -12,8 +12,6 @@ install:
cloud:
credentials:
token: "{{ vault_hcloud_api_token }}"
- disks:
- root_lvm_size: all
network: {}
diff --git a/inventory/host_vars/ch-hcloudtest.yml b/inventory/host_vars/ch-hcloudtest.yml
new file mode 100644
index 00000000..0a2ca334
--- /dev/null
+++ b/inventory/host_vars/ch-hcloudtest.yml
@@ -0,0 +1,21 @@
+---
+install:
+ cloud:
+ credentials:
+ token: "{{ vault_hcloud_api_token }}"
+ server_name: "{{ host_name }}"
+ system_lvm:
+ size: 13G
+ volumes:
+ - name: root
+ size: 7G
+ filesystem: ext4
+ mountpoint: /
+ - name: srv
+ size: 1G
+ filesystem: ext4
+ mountpoint: /srv
+ mount_options:
+ - ro
+
+network: {}
diff --git a/inventory/host_vars/ch-mimas2.yml b/inventory/host_vars/ch-mimas2.yml
index 46fc78d2..49973cd1 100644
--- a/inventory/host_vars/ch-mimas2.yml
+++ b/inventory/host_vars/ch-mimas2.yml
@@ -4,8 +4,6 @@ install:
credentials:
token: "{{ vault_hcloud_api_token }}"
server_name: "{{ host_name }}"
- disks:
- root_lvm_size: all
network: {}
diff --git a/inventory/host_vars/ch-oulu.yml b/inventory/host_vars/ch-oulu.yml
index d0d035d2..e63e6f2d 100644
--- a/inventory/host_vars/ch-oulu.yml
+++ b/inventory/host_vars/ch-oulu.yml
@@ -2,13 +2,14 @@
install:
efi: true
disks:
- root_lvm_size: 15G
primary: software-raid
raid:
level: 1
members:
- /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800161Z
- /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0M800191M
+ system_lvm:
+ size: 15G
network:
nameservers:
diff --git a/inventory/host_vars/ele-lt.yml b/inventory/host_vars/ele-lt.yml
index 5ef66f54..1bfcf901 100644
--- a/inventory/host_vars/ele-lt.yml
+++ b/inventory/host_vars/ele-lt.yml
@@ -3,8 +3,6 @@ install:
cloud:
credentials:
token: "{{ vault_hcloud_api_token }}"
- disks:
- root_lvm_size: all
network: {}
diff --git a/inventory/host_vars/sk-2019.yml b/inventory/host_vars/sk-2019.yml
index 353fe8c1..23dbbc15 100644
--- a/inventory/host_vars/sk-2019.yml
+++ b/inventory/host_vars/sk-2019.yml
@@ -10,7 +10,8 @@ install:
members:
- /dev/nvme0n1
- /dev/nvme1n1
- root_lvm_size: 20G
+ system_lvm:
+ size: 20G
network: {}
diff --git a/inventory/host_vars/sk-2019vm.yml b/inventory/host_vars/sk-2019vm.yml
index e989d37e..a131189c 100644
--- a/inventory/host_vars/sk-2019vm.yml
+++ b/inventory/host_vars/sk-2019vm.yml
@@ -10,7 +10,8 @@ install:
members:
- /dev/nvme0n1
- /dev/nvme1n1
- root_lvm_size: 10G
+ system_lvm:
+ size: 10G
network:
nameservers: "{{ vm_host.network.dns }}"
diff --git a/inventory/host_vars/sk-cloudia/vars.yml b/inventory/host_vars/sk-cloudia/vars.yml
index f8167017..0e4e1340 100644
--- a/inventory/host_vars/sk-cloudia/vars.yml
+++ b/inventory/host_vars/sk-cloudia/vars.yml
@@ -10,7 +10,8 @@ install:
members:
- /dev/nvme0n1
- /dev/nvme1n1
- root_lvm_size: 15G
+ system_lvm:
+ size: 15G
network: {}
diff --git a/inventory/host_vars/sk-tomnext.yml b/inventory/host_vars/sk-tomnext.yml
index 3702bd54..410a1d29 100644
--- a/inventory/host_vars/sk-tomnext.yml
+++ b/inventory/host_vars/sk-tomnext.yml
@@ -10,7 +10,8 @@ install:
members:
- /dev/nvme0n1
- /dev/nvme1n1
- root_lvm_size: 10G
+ system_lvm:
+ size: 10G
network:
nameservers: "{{ vm_host.network.dns }}"
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index 28fa65d3..751c55a6 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -25,14 +25,13 @@ ch-router-obsd host_name=router
ch-gw-lan host_name=gw-lan
ch-jump host_name=jump ansible_port=2342 ansible_host=ch-jump
ch-nic host_name=nic
-ch-hclouttest host_name=hcloud-test
+ch-hcloudtest host_name=hcloud-test
ch-oulu host_name=oulu host_domain=helsinki.at
[chaos-at-home:children]
mz-chaos-at-home
chaos-at-home-switches
chaos-at-home-ap
-chaos-at-home-k8s
[mz-chaos-at-home]
mz-router ansible_host=chmz-router
@@ -326,7 +325,6 @@ k8s-emc
[kubernetes-cluster:children]
k8s-emc
k8s-lwl
-k8s-chtest
[standalone-kubelet]
sk-cloudia