E&S CVS Commit: PEAK - More uniform cluster namespace. The namespace under 'peak.running.cluster'

pje at eby-sarna.com pje at eby-sarna.com
Wed Nov 6 20:08:00 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Thu Nov  7 01:07:17 UTC 2002

Modified Files:
	PEAK/src/peak/running: clusters.py

Log Message:
More uniform cluster namespace.  The namespace under 'peak.running.cluster'
now looks like this::

  .groups = all group names (except '__orphans__' and '__all__')
  .hosts  = all host names

  .groups.somegroup = hosts in somegroup
  .hosts.somehost   = groups somehost belongs to (including '__orphans__')

  .groups.__orphans__ = hosts without a group
  .groups.__all__     = all hosts, just like .hosts

  .hostname = this machine's hostname
  .shortname = short form of the preceding

Docstring still needs a little work to cover all this properly.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/clusters.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/running/clusters.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list