bundlewrap/nodes/gce/bind01.py

17 lines
247 B
Python
Raw Normal View History

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