Franziska Kunsmann
54371cf289
All checks were successful
bundlewrap/pipeline/head This commit looks good
22 lines
514 B
Python
22 lines
514 B
Python
# ns-3.kunbox.net
|
|
# Frankfurt, Germany
|
|
|
|
nodes['gce.bind01'] = {
|
|
'groups': {
|
|
'dns',
|
|
},
|
|
'metadata': {
|
|
'hosts': {
|
|
'entries': {
|
|
# FIXME Google keeps adding those entries. Find out why
|
|
# and remove it.
|
|
'10.156.0.4': {
|
|
'bind01.europe-west3-c.c.omega-art-269710.internal',
|
|
'bind01',
|
|
},
|
|
},
|
|
},
|
|
'os': 'debian',
|
|
'os_release': 'buster',
|
|
},
|
|
}
|