Changeset 8296 in genesis for nodes/make-map.py


Ignore:
Timestamp:
Aug 10, 2010, 1:52:07 PM (14 years ago)
Author:
rick
Message:
  • Allow generation of all config files for testing purposes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/make-map.py

    r8293 r8296  
    9494  write_yaml(CACHE_FILE, coordinates)
    9595  return (lam, phi)
    96 
    97 OUTFILE = 'network.png'
    9896
    9997def make_graph():
     
    136134  links = []
    137135  try:
    138     for host in gformat.get_proxylist() + gformat.get_nodelist():
     136    for host in gformat.get_hostlist():
    139137      print "## Processing host", host
    140138      datadump = gformat.get_yaml(host)
Note: See TracChangeset for help on using the changeset viewer.