Changeset 8296 in genesis for nodes/make-network-graph.py


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

Legend:

Unmodified
Added
Removed
  • TabularUnified nodes/make-network-graph.py

    r8281 r8296  
    1717  link_type = {}
    1818  try:
    19     for host in gformat.get_proxylist() + gformat.get_nodelist():
     19    for host in gformat.get_hostlist():
    2020      print "## Processing host", host
    2121      datadump = gformat.get_yaml(host)
Note: See TracChangeset for help on using the changeset viewer.