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

@ -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',