nodes/rx300: remove lldp, set correct ip
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
611954e199
commit
1e13e632c9
1 changed files with 13 additions and 15 deletions
|
@ -7,9 +7,8 @@
|
||||||
# GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
|
# GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
|
||||||
|
|
||||||
nodes['rx300'] = {
|
nodes['rx300'] = {
|
||||||
'hostname': '172.19.138.26',
|
'hostname': '31.47.232.106',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'lldp', # TODO remove once this is no longer at home
|
|
||||||
'lm-sensors',
|
'lm-sensors',
|
||||||
'smartd',
|
'smartd',
|
||||||
'vmhost',
|
'vmhost',
|
||||||
|
@ -20,11 +19,20 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
|
# from the back: [IPMI] [eth1] [eth0]
|
||||||
'br0': {
|
'br0': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.26/24',
|
'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': {
|
'icinga_options': {
|
||||||
|
@ -34,27 +42,17 @@ nodes['rx300'] = {
|
||||||
'backups': {
|
'backups': {
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
},
|
},
|
||||||
'lldp': {
|
|
||||||
'hostname': 'rx300.kunbox.net',
|
|
||||||
},
|
|
||||||
'smartd': {
|
'smartd': {
|
||||||
'disks': {
|
'disks': {
|
||||||
'/dev/nvme0',
|
'/dev/nvme0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'systemd-networkd': {
|
'systemd-networkd': {
|
||||||
'bonds': {
|
|
||||||
'bond0': {
|
|
||||||
'match': {
|
|
||||||
'eth0',
|
|
||||||
'eth1',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'bridges': {
|
'bridges': {
|
||||||
'br0': {
|
'br0': {
|
||||||
'match': {
|
'match': {
|
||||||
'bond0',
|
'eth0',
|
||||||
|
'eth1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue