nodes/{aurto,rx300}: lives in a data center now
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-06-28 19:41:00 +02:00
parent 450fb3f87a
commit a594337965
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 6 additions and 17 deletions

View file

@ -1,5 +1,5 @@
nodes['aurto'] = { nodes['aurto'] = {
'hostname': '172.19.138.28', 'hostname': '31.47.232.107',
'bundles': { 'bundles': {
'lldp', 'lldp',
}, },
@ -9,7 +9,6 @@ nodes['aurto'] = {
}, },
'metadata': { 'metadata': {
'icinga_options': { 'icinga_options': {
#'exclude_from_monitoring': False,
'also_affected_by': { 'also_affected_by': {
'rx300', 'rx300',
}, },
@ -17,9 +16,11 @@ nodes['aurto'] = {
'interfaces': { 'interfaces': {
'enp1s0': { 'enp1s0': {
'ips': { 'ips': {
'172.19.138.28/24', '31.47.232.107/29',
'2a00:f820:528::3/64',
}, },
'gateway4': '172.19.138.1', 'gateway4': '31.47.232.105',
'gateway6': '2a00:f820:528::1',
}, },
}, },
'nginx': { 'nginx': {

View file

@ -19,10 +19,8 @@ nodes['rx300'] = {
}, },
'metadata': { 'metadata': {
'interfaces': { 'interfaces': {
# from the back: [IPMI] [eth1] [eth0]
'br0': { 'br0': {
'ips': { 'ips': {
'172.19.138.26/24',
'31.47.232.106/29', '31.47.232.106/29',
'2a00:f820:528::2/64', '2a00:f820:528::2/64',
}, },
@ -35,10 +33,6 @@ nodes['rx300'] = {
'ipmitool': {}, 'ipmitool': {},
}, },
}, },
'icinga_options': {
# TODO remove once this is no longer at home
'vars.notification.sms': False,
},
'backups': { 'backups': {
'exclude_from_backups': True, 'exclude_from_backups': True,
}, },
@ -51,8 +45,7 @@ nodes['rx300'] = {
'bridges': { 'bridges': {
'br0': { 'br0': {
'match': { 'match': {
'eth0', 'eno1',
'eth1',
}, },
}, },
}, },
@ -62,11 +55,6 @@ nodes['rx300'] = {
'groups': { 'groups': {
'libvirt', 'libvirt',
}, },
'ssh_pubkey': {
# work laptop
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPM68t1Ssf0c9dEkYOEXllUQ0aybPsW3aQAJuWpUHPlt',
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYst1HK+gJYhNxzqJGnz4iB73pa89Xz2yH+8wufOcsA',
},
}, },
}, },
'zfs': { 'zfs': {