Project

General

Profile

Statistics
| Revision:

root / trunk / src / haizea / core @ 676

Name Size Revision Age Author Comment
  enact 676 over 14 years Borja Sotomayor Fixed: Haizea would crash when fetching nodes f...
  frontends 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
  scheduler 676 over 14 years Borja Sotomayor Fixed: Haizea would crash when fetching nodes f...
__init__.py 1.31 KB 641 almost 15 years Borja Sotomayor Updated copyright notices.
accounting.py 14.8 KB 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
configfile.py 39.9 KB 669 over 14 years Borja Sotomayor Updated configuration file parser; datafile is ...
leases.py 53.6 KB 675 over 14 years Borja Sotomayor A few minor changes so Haizea will work with Py...
log.py 3.14 KB 675 over 14 years Borja Sotomayor A few minor changes so Haizea will work with Py...
manager.py 45.1 KB 676 over 14 years Borja Sotomayor Fixed: Haizea would crash when fetching nodes f...
rpcserver.py 3.46 KB 641 almost 15 years Borja Sotomayor Updated copyright notices.
  • svn:mergeinfo:

Latest revisions

# Date Author Comment
676 10/05/2009 05:35 PM Borja Sotomayor

Fixed: Haizea would crash when fetching nodes for which OpenNebula had not yet collected monitoring information. This fix also has the pleasant side effect of allowing Haizea to detect new hosts added in OpenNebula without having to restart Haizea.

675 09/15/2009 01:09 PM Borja Sotomayor

A few minor changes so Haizea will work with Python 2.4

670 09/04/2009 10:54 AM Borja Sotomayor

Kludge so logging will work before Manager is fully initialized.

669 09/04/2009 10:54 AM Borja Sotomayor

Updated configuration file parser; datafile is now in [accounting], not in [general]

664 09/04/2009 10:30 AM Borja Sotomayor

Switched to a saner implementation for Singleton classes. Required multiple changes all around (which had the indirect side effect of making constructors less dependent on the get_config() function)

659 09/03/2009 01:04 PM Borja Sotomayor

Documented accounting module. Minor fixes to default probes.

658 09/03/2009 05:50 AM Borja Sotomayor

Miscellaneous pylint-induced code cleanup.

653 09/02/2009 06:17 AM Borja Sotomayor

Fixed whitespace that, while ok to Python, made epydoc barf.

652 09/01/2009 12:28 PM Borja Sotomayor

Minor fixes for issues detected when running unit tests after last commits. Also removed several print statements that shouldn't be there.

650 09/01/2009 10:28 AM Borja Sotomayor

Modified the accounting code so information is gathered using "probes" instead of inserting hardcoded statements throughout the Haizea code. Now, collecting additional information involves writing a pluggable probe, instructing the accounting module when the probe must be run (currently this can be at every timestep, when a lease is requested, or when a lease is done). Thus, gathering additional information doesn't require modifying the core Haizea code....

View revisions

Also available in: Atom