nodes: fix interface config
This commit is contained in:
parent
91fd33cfa0
commit
d90c9edc22
8 changed files with 27 additions and 24 deletions
|
@ -13,8 +13,8 @@ nodes['gce.bind01'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'ens4': {
|
||||
'ips': {
|
||||
'10.156.0.4',
|
||||
},
|
||||
'gateway4': '10.156.0.1',
|
||||
|
|
|
@ -9,8 +9,8 @@ nodes['gce.dns02'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'ens4': {
|
||||
'ips': {
|
||||
'10.132.0.2',
|
||||
},
|
||||
'gateway4': '10.132.0.1',
|
||||
|
|
|
@ -9,8 +9,8 @@ nodes['gce.dns03'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'ens4': {
|
||||
'ips': {
|
||||
'10.166.0.2',
|
||||
},
|
||||
'gateway4': '10.166.0.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue