bundlewrap/nodes/gce/bind01.py

17 lines
247 B
Python

# ns-3.kunbox.net
# Frankfurt, Germany
nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
'vm': {
'cpu': 1,
'ram': 1,
},
},
'os': 'debian',
'os_version': (10, 5),
}