bundlewrap/nodes/gce/dns02.py

31 lines
604 B
Python

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