nodes/{aurto,rx300}: lives in a data center now
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
450fb3f87a
commit
a594337965
2 changed files with 6 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
nodes['aurto'] = {
|
||||
'hostname': '172.19.138.28',
|
||||
'hostname': '31.47.232.107',
|
||||
'bundles': {
|
||||
'lldp',
|
||||
},
|
||||
|
@ -9,7 +9,6 @@ nodes['aurto'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'icinga_options': {
|
||||
#'exclude_from_monitoring': False,
|
||||
'also_affected_by': {
|
||||
'rx300',
|
||||
},
|
||||
|
@ -17,9 +16,11 @@ nodes['aurto'] = {
|
|||
'interfaces': {
|
||||
'enp1s0': {
|
||||
'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': {
|
||||
|
|
|
@ -19,10 +19,8 @@ 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',
|
||||
},
|
||||
|
@ -35,10 +33,6 @@ nodes['rx300'] = {
|
|||
'ipmitool': {},
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
# TODO remove once this is no longer at home
|
||||
'vars.notification.sms': False,
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
|
@ -51,8 +45,7 @@ nodes['rx300'] = {
|
|||
'bridges': {
|
||||
'br0': {
|
||||
'match': {
|
||||
'eth0',
|
||||
'eth1',
|
||||
'eno1',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -62,11 +55,6 @@ nodes['rx300'] = {
|
|||
'groups': {
|
||||
'libvirt',
|
||||
},
|
||||
'ssh_pubkey': {
|
||||
# work laptop
|
||||
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPM68t1Ssf0c9dEkYOEXllUQ0aybPsW3aQAJuWpUHPlt',
|
||||
'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICYst1HK+gJYhNxzqJGnz4iB73pa89Xz2yH+8wufOcsA',
|
||||
},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
|
|
Loading…
Reference in a new issue