nodes/rx300: remove lldp, set correct ip
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-06-11 15:02:43 +02:00
parent 611954e199
commit 1e13e632c9
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -7,9 +7,8 @@
# GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
nodes['rx300'] = {
'hostname': '172.19.138.26',
'hostname': '31.47.232.106',
'bundles': {
'lldp', # TODO remove once this is no longer at home
'lm-sensors',
'smartd',
'vmhost',
@ -20,11 +19,20 @@ nodes['rx300'] = {
},
'metadata': {
'interfaces': {
# from the back: [IPMI] [eth1] [eth0]
'br0': {
'ips': {
'172.19.138.26/24',
'31.47.232.106/29',
'2a00:f820:528::2/64',
},
'gateway4': '172.19.138.1',
'gateway4': '31.47.232.105',
'gateway6': '2a00:f820:528::1',
},
},
'apt': {
'packages': {
'ipmitool': {},
},
},
'icinga_options': {
@ -34,27 +42,17 @@ nodes['rx300'] = {
'backups': {
'exclude_from_backups': True,
},
'lldp': {
'hostname': 'rx300.kunbox.net',
},
'smartd': {
'disks': {
'/dev/nvme0',
},
},
'systemd-networkd': {
'bonds': {
'bond0': {
'match': {
'eth0',
'eth1',
},
},
},
'bridges': {
'br0': {
'match': {
'bond0',
'eth0',
'eth1',
},
},
},