nodes: fix interface config

This commit is contained in:
Franzi 2020-11-09 15:16:29 +01:00
parent 91fd33cfa0
commit d90c9edc22
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 27 additions and 24 deletions

View file

@ -13,8 +13,8 @@ nodes['gce.bind01'] = {
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ens4': {
'ips': {
'10.156.0.4',
},
'gateway4': '10.156.0.1',

View file

@ -9,8 +9,8 @@ nodes['gce.dns02'] = {
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ens4': {
'ips': {
'10.132.0.2',
},
'gateway4': '10.132.0.1',

View file

@ -9,8 +9,8 @@ nodes['gce.dns03'] = {
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ens4': {
'ips': {
'10.166.0.2',
},
'gateway4': '10.166.0.1',

View file

@ -10,11 +10,9 @@ nodes['htz-cloud.luther'] = {
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ips': {
'195.201.136.20',
},
'ipv6': {
'2a01:4f8:c2c:fc3b::1',
'2a01:4f8:c2c:fc3b::1/64',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',

View file

@ -6,11 +6,9 @@ nodes['htz-cloud.pirmasens'] = {
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ips': {
'195.201.90.143',
},
'ipv6': {
'2a01:4f8:1c1c:2acf::1',
'2a01:4f8:1c1c:2acf::1/64',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',

View file

@ -11,11 +11,9 @@ nodes['htz-cloud.sewfile'] = {
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ips': {
'116.203.205.248',
},
'ipv6': {
'2a01:4f8:c0c:c71b::1',
'2a01:4f8:c0c:c71b::1/64',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',

View file

@ -24,12 +24,10 @@ nodes['htz.ex42-1048908'] = {
'metadata': {
'interfaces': {
'enp0s31f6': {
'ipv4': {
'94.130.52.224',
},
'ipv6': {
'2a01:4f8:10b:2a5f::02',
'2a01:4f8:10b:2a5f::1337',
'ips': {
'94.130.52.224/26',
'2a01:4f8:10b:2a5f::02/64',
'2a01:4f8:10b:2a5f::1337/64',
},
'gateway4': '94.130.52.193',
'gateway6': 'fe80::1',

View file

@ -13,6 +13,17 @@ nodes['rx300'] = {
},
'groups': set(),
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'172.19.138.26/24',
},
'gateway4': '172.19.138.1',
},
'eth1': {
'dhcp': True,
},
},
'zfs': {
'module_options': {
'zfs_arc_max_mb': 16384, # 16GB