bundlewrap/nodes/gce/dns02.py
Franzi cec8a14dfd
All checks were successful
bundlewrap/pipeline/head This commit looks good
groups/all: do backups
.. except for a couple of nodes which hold no important data
2020-11-13 12:59:06 +01:00

34 lines
677 B
Python

# ns-2.kunbox.net
# Belgium
nodes['gce.dns02'] = {
'hostname': '35.187.109.249',
'bundles': set(),
'groups': {
'dns',
},
'metadata': {
'interfaces': {
'ens4': {
'ips': {
'10.132.0.2',
},
'gateway4': '10.132.0.1',
},
},
'external_ipv4': '35.187.109.249',
'backups': {
'exclude_from_backups': True,
},
'powerdns': {
'my_hostname': 'ns-2.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
'os': 'debian',
'os_version': (10,),
}