Merge branch 'master' into next
[ganeti-local] / lib / objects.py
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-04 Iustin PopAdd a objects.Disk.UnsetSize() method
2009-08-03 Iustin PopAdd a Copy method to object.ConfigObject
2009-07-07 Michael HanselmannFix pylint warnings
2009-06-16 Guido TrotterSpecify the object type in two docstring
2009-03-02 Iustin PopDon't allow spaces in tag names
2009-02-12 Iustin PopHandle better broken disks
2009-02-10 Iustin PopAdd a ‘drained’ attribute to node objects
2009-01-27 Iustin PopImplement disk verify checks in config verify
2009-01-21 Iustin PopChange the instance status attribute to boolean
2009-01-21 Iustin PopUpdate the objects.Disk formatting method
2009-01-20 Guido TrotterConfigObject docstring, close an open parenthesis
2009-01-19 Iustin PopFix non-drbd instance creation
2009-01-19 Iustin PopSmall simplification in MapLVsByNode
2009-01-16 Iustin PopInstance: add a new all_nodes property
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-05 Iustin PopAdd a new node parameter 'offline'
2008-12-02 Iustin PopAdd cluster candidate pool size parameter
2008-12-02 Iustin PopIntroduce a new 'master_candidate' node attribute
2008-11-21 Iustin PopChange GrowDisk to work with multi-disk
2008-11-20 Iustin PopInitial multi-disk/multi-nic support
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-14 Iustin PopRemove old instance attributes
2008-10-14 Iustin PopSwitch instance hypervisor parameters to hvparams
2008-10-14 Iustin PopAdd the hv/be params object attributes
2008-10-10 Guido TrotterOS API: support for multiple versions in an OS
2008-10-08 Iustin PopMove the hypervisor attribute to the instances
2008-10-01 Michael HanselmannAdd cluster options from ssconf to configuration
2008-09-29 Iustin PopExtend DRBD disks with shared secret attribute
2008-09-27 Iustin PopAdd serial_no attributes to objects
2008-09-22 Iustin PopExtend DRBD disks with minors attribute
2008-08-29 Alexander Schreibermerge r1535 from branches/ganeti/ganeti-1.2
2008-06-25 Michael HanselmannCleanup old DRBD 0.7.x code
2008-06-23 Michael Hanselmannobjects: Remove config_version from cluster configuration
2008-06-17 Iustin PopAllow disk object to set their own physical ID
2008-06-17 Iustin PopAdd method to update a disk object size
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-04-25 Iustin Poppatch 1/4 extended HVM features for 1.2
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-03-25 Manuel FranceschiniModify Disk.GetNodes() to support LD_FILE
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-01-09 Alexander SchreiberAdd boot_order entry to Instance object.
2008-01-08 Iustin PopAdd kernel/initrd paths to the instance object
2007-12-17 Alexander SchreiberAdd instance port support.
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.