diff -r 9d243809532d -r 8783e036174b bin/pvl.hosts-graph --- a/bin/pvl.hosts-graph Mon Mar 31 19:50:44 2014 +0300 +++ b/bin/pvl.hosts-graph Mon Mar 31 20:14:44 2014 +0300 @@ -13,21 +13,6 @@ import logging; log = logging.getLogger('pvl.hosts-graph') import optparse -COLOR_VLANS = { - 1: 'grey', # pvl-lan - 2: 'blue', # pvl-lan2 - 3: 'red', # pvl-san - 4: 'green', # pvl-veturi - 7: 'orange', # pvl-ranssi - 8: 'yellow', # pvl-mgmt - 10: 'brown', # pvl-public - 100: 'navyblue', # pvl-test - 103: 'red4', # pvl-test-san - 104: 'red2', # pvl-ganeti - 192: 'purple', # paivola-services - 255: 'magenta', # pvl-sonera -} - class ParseError (Exception) : def __init__ (self, file, line, msg) : self.file = file