From e95035f61f9989ef25fcc3c3464aeddebb79bec7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 5 Dec 2022 16:30:27 +0100 Subject: cloud/install: some more more tests for edis --- inventory/host_vars/ch-testvm-edis.yml | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'inventory/host_vars/ch-testvm-edis.yml') diff --git a/inventory/host_vars/ch-testvm-edis.yml b/inventory/host_vars/ch-testvm-edis.yml index 8ee9bfa1..e059d9e8 100644 --- a/inventory/host_vars/ch-testvm-edis.yml +++ b/inventory/host_vars/ch-testvm-edis.yml @@ -5,3 +5,39 @@ install: credentials: email: equinox@chaos-at-home.org password: "{{ vault_edis_api_password }}" + image_publish: + host: ch-mimas + path: /srv/storage/pub + base_url: https://pub.chaos-at-home.org + disks: + primary: /dev/vda + +network: + nameservers: + - 1.1.1.1 + - 1.1.1.1 + - 2606:4700:4700::1111 + domain: "{{ host_domain }}" + primary: &_network_primary_ + name: ens3 + address: 149.154.152.204/24 + gateway: 149.154.152.1 + address6: 2a03:f80:ed15:bb55::1/48 + gateway6: 2a03:f80:ed15::1 + interfaces: + - *_network_primary_ + +## /etc/network/interfaces from orig install +# +# auto ens3 +# iface ens3 inet static +# address 149.154.152.204 +# netmask 255.255.255.0 +# gateway 149.154.152.1 +# dns-nameservers 1.1.1.1 1.1.1.1 2606:4700:4700::1111 +# mtu 1500 +# +# up ip r a 2a03:f80:ed15::/48 dev ens3 +# up ip -6 addr add 2a03:f80:ed15:bb55::1/48 dev ens3 +# up ip -6 r a ::/0 via 2a03:f80:ed15::1 +# -- cgit v1.2.3