Franziska Kunsmann
cec8a14dfd
All checks were successful
bundlewrap/pipeline/head This commit looks good
.. except for a couple of nodes which hold no important data
33 lines
675 B
Python
33 lines
675 B
Python
# ns-3.kunbox.net
|
|
# Finland
|
|
|
|
nodes['gce.dns03'] = {
|
|
'hostname': '35.228.143.71',
|
|
'bundles': set(),
|
|
'groups': {
|
|
'dns',
|
|
},
|
|
'metadata': {
|
|
'interfaces': {
|
|
'ens4': {
|
|
'ips': {
|
|
'10.166.0.2',
|
|
},
|
|
'gateway4': '10.166.0.1',
|
|
},
|
|
},
|
|
'external_ipv4': '35.228.143.71',
|
|
'backups': {
|
|
'exclude_from_backups': True,
|
|
},
|
|
'powerdns': {
|
|
'my_hostname': 'ns-3.kunbox.net',
|
|
},
|
|
'vm': {
|
|
'cpu': 1,
|
|
'ram': 1,
|
|
},
|
|
},
|
|
'os': 'debian',
|
|
'os_version': (10,),
|
|
}
|