Project

General

Profile

Statistics
| Revision:

root / branches / 1.1 / src / haizea / core / scheduler @ 704

Name Size Revision Age Author Comment
  preparation_schedulers 664 over 14 years Borja Sotomayor Switched to a saner implementation for Singleto...
__init__.py 3.71 KB 653 over 14 years Borja Sotomayor Fixed whitespace that, while ok to Python, made...
lease_scheduler.py 36.1 KB 704 over 14 years Borja Sotomayor Don't set value of lease.price unless the lease...
mapper.py 11.8 KB 688 over 14 years Borja Sotomayor Merge changes in trunk
policy.py 13 KB 691 over 14 years Borja Sotomayor - Added support for pluggable pricing policies ...
resourcepool.py 16.2 KB 676 over 14 years Borja Sotomayor Fixed: Haizea would crash when fetching nodes f...
slottable.py 54 KB 688 over 14 years Borja Sotomayor Merge changes in trunk
vm_scheduler.py 65.5 KB 700 over 14 years Borja Sotomayor Added a very basic, but also very inefficient, ...

Latest revisions

# Date Author Comment
704 12/14/2009 05:56 PM Borja Sotomayor

Don't set value of lease.price unless the lease is accepted.

700 12/11/2009 04:55 PM Borja Sotomayor

Added a very basic, but also very inefficient, deadline scheduler.

691 12/08/2009 07:08 PM Borja Sotomayor

- Added support for pluggable pricing policies
- Added support for "extra attributes" in leases. These are ignored by Haizea, but may be used by policies.

688 12/04/2009 05:20 PM Borja Sotomayor

Merge changes in trunk

683 11/16/2009 07:50 PM Borja Sotomayor

Added scaffolding for new type of lease: "deadlined leases".
Added unit tests for deadlined leases.

682 11/12/2009 07:05 PM Borja Sotomayor

Created branch for 1.2 beta (doing it right this time)

677 10/05/2009 05:46 PM Borja Sotomayor

Fixed: Estimating suspend/resume times with global filesystem still used old method to access requested memory

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.

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)

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

Miscellaneous pylint-induced code cleanup.

View revisions

Also available in: Atom