Adding support to specify the MAC of an instance in batcher
[ganeti-local] / lib / objects.py
2008-10-13 Guido TrotterOS API: support for multiple versions in an OS
2008-08-28 Iustin PopAdd a new auto_balance parameters to instances
2008-08-21 Alexander SchreiberAdd HVM device type flags 1/4
2008-06-18 Michael HanselmannReduce allowed size and number of tags
2008-06-17 Iustin PopAllow disk object to set their own physical ID
2008-06-16 Iustin PopAdd method to update a disk object size
2008-04-23 Alexander Schreiberpatch 1/4 extended HVM features for 1.2
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-01-09 Iustin PopMerge revs 433..469 into the 1.2 branch
2007-11-06 Iustin PopAllow DRBD8 operation without backing storage
2007-11-06 Iustin PopAdd a support function to objects.Disk
2007-11-05 Guido TrotterCreate OS from an InvalidOS error
2007-11-05 Guido TrotterMake the OS object able to represent broken OSes
2007-11-02 Iustin PopRevision 302 is broken, this fixes it
2007-11-01 Iustin PopFix printing of unconfigured DRBD devices
2007-10-26 Iustin PopAdd a custom str() method for objects.Disk
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Iustin PopFix super() calls for objects.Cluster
2007-10-08 Michael HanselmannUse indenting if supported by simplejson.
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-09-24 Iustin PopImplement to/from dict conversion for ConfigObject(s)
2007-09-21 Iustin PopChange class hierarchy in objects.py
2007-09-21 Iustin PopAdd __slots__ on TaggableObject
2007-09-17 Iustin PopAdd support for rename operation in the OS API
2007-08-20 Iustin PopAdd support for listing instance disk sizes.
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
2007-08-02 Michael HanselmannImplement __setitem__ for ConfigObject to add container...
2007-07-27 Iustin PopMove the cluster name from ConfigWriter to SimpleStore.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-26 Iustin PopThe master_node is no longer stored in the config file...
2007-07-25 Michael HanselmannGet ports from configuration if there are some.
2007-07-16 Iustin PopInitial commit.