nodes: fix interface config
This commit is contained in:
parent
91fd33cfa0
commit
d90c9edc22
8 changed files with 27 additions and 24 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue