From af558c465741995f184286a488fe45155b5ac663 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 9 Jan 2022 04:24:36 +0100 Subject: move ch-gnocchi to graveyard --- _graveyard_/inventory/host_vars/ch-gnocchi.yml | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _graveyard_/inventory/host_vars/ch-gnocchi.yml (limited to '_graveyard_/inventory/host_vars') diff --git a/_graveyard_/inventory/host_vars/ch-gnocchi.yml b/_graveyard_/inventory/host_vars/ch-gnocchi.yml new file mode 100644 index 00000000..f0b5ab11 --- /dev/null +++ b/_graveyard_/inventory/host_vars/ch-gnocchi.yml @@ -0,0 +1,33 @@ +--- +install_interface: enp2s0 +install_dhcp: true + +install: + disks: + primary: /dev/disk/by-id/ata-Samsung_SSD_860_EVO_mSATA_250GB_S41MNC0KA13977X + kernel_cmdline: + - console=ttyS0,115200n8 + +network: + domain: "{{ host_domain }}" + interfaces: + - name: br-mgmt + address: "{{ network_zones.mgmt.prefix | ipaddr(network_zones.mgmt.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + vlans: + enp1s0: "{{ __vmhost_bridge_interface_zones__['enp1s0'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + enp2s0: "{{ __vmhost_bridge_interface_zones__['enp2s0'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + enp3s0: "{{ __vmhost_bridge_interface_zones__['enp3s0'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + + +apt_repo_components: + - main + - contrib + - non-free ## for microcode updates + + +installer_storage: + type: lvm + vg: "{{ host_name }}" + lv: installer + size: 10G + fs: ext4 -- cgit v1.2.3