bundlewrap/nodes/gce/bind01.py

17 lines
247 B
Python
Raw Normal View History

2020-06-06 08:38:32 +00:00
# ns-3.kunbox.net
2020-06-06 08:34:19 +00:00
# Frankfurt, Germany
2020-06-06 08:20:58 +00:00
nodes['gce.bind01'] = {
'groups': {
'dns',
},
'metadata': {
'vm': {
'cpu': 1,
'ram': 1,
},
},
'os': 'debian',
'os_version': (10, 5),
2020-06-06 08:20:58 +00:00
}