Changeset 8808 in genesis
- Timestamp:
- Feb 12, 2011, 8:28:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/yaml2nag.py
r8686 r8808 106 106 return None 107 107 except: 108 print node['nodename'] 108 return 0 109 109 110 def main(): 110 111 allconfigs = get_all_configs() 111 #pprint.pprint(allconfigs)112 # pprint.pprint(allconfigs) 112 113 113 114 for k,v in allconfigs.iteritems(): 115 114 116 if is_iris(v) and is_up(v): 115 117 ileiden = is_ileiden(v)
Note:
See TracChangeset
for help on using the changeset viewer.