blob: 99cf21ba9505e33f466c7030bc0fcdc92a8341b7 [file] [log] [blame]
# insert manual configuration here
from core import hosts
#
# Avery's test network in NYC
#
h = hosts.FindOrAdd(ether='00:03:9a:33:44:66')
h.name = 't0-1'
h.is_canary = True
h = hosts.FindOrAdd(ether='42:42:42:42:42:12')
h.name = 't0-2'
h = hosts.FindOrAdd(ether='42:21:06:66:aa:03')
h.name = 't0-3'
h = hosts.FindOrAdd(ether='00:03:42:21:03:69')
h.name = 't0-4'
h = hosts.FindOrAdd(ether='00:1a:11:30:63:77')
h.name = 'b2-1'
h = hosts.FindOrAdd(ether='00:1a:11:30:5e:72')
h.name = 't2-3'