diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-06-29 04:50:22 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-06-29 04:50:26 +0200 |
commit | 98c419ce0e209373c5838f5d14a60e7b9c3d6834 (patch) | |
tree | aa99853ebdb376c2d8efe84fc2b4ebabd5e6a7f7 /inventory | |
parent | added debian buster to preseed (diff) |
gnocchi base install works now
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ch-gnocchi.yml | 11 | ||||
-rw-r--r-- | inventory/hosts.ini | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-gnocchi.yml b/inventory/host_vars/ch-gnocchi.yml index c08e5491..73251d15 100644 --- a/inventory/host_vars/ch-gnocchi.yml +++ b/inventory/host_vars/ch-gnocchi.yml @@ -1,6 +1,17 @@ --- install_interface: enp2s0 install_dhcp: true +## +## +# /etc/network/interfaces.d/enp3s0: | +# auto enp3s0 +# iface enp3s0 inet manual +# +# auto enp3s0.{{ network_zones.mgmt.vlan }} +# iface enp3s0.{{ network_zones.mgmt.vlan }} inet static +# address {{ network_zones.mgmt.prefix | ipaddr(network_zones.mgmt.offsets[inventory_hostname]) | ipaddr('address') }} +# netmask {{ network_zones.mgmt.prefix | ipaddr('netmask') }} +# install: disks: diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 861af70e..c1e05818 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -153,6 +153,7 @@ chaos_at_home_switches atlas sk2013 sk2016 +ch-gnocchi [hroot] sk2013 |