Add KVM hypervisor code
[ganeti-local] / lib / config.py
2008-08-06 Michael HanselmannImplement {Add,Readd,Remove}Node in GanetiContext
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-08 Guido TrotterConfigWriter: synchronize access
2008-07-08 Guido TrotterConfigWriter: remove _ReleaseLock
2008-05-07 Michael HanselmannUse new ssconf function to check configuration version
2008-05-05 Guido TrotterWrap exception in _DistributeConfig code
2008-05-05 Guido TrotterSimplify target generation in DistributeConfig
2008-04-21 Iustin PopOnly change instance status if not already so
2008-04-21 Iustin PopReuse common code between MarkInstance{Up,Down}
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-04-08 Manuel FranceschiniModify LURenameInstance to support file backend
2008-04-04 Manuel FranceschiniFix SetVGName() to access object not dict
2008-03-31 Manuel FranceschiniAdd method SetVGName() to config.py
2007-12-27 Alexander SchreiberAllow instance MAC address to be set.
2007-11-27 Iustin PopFix logging of some checks in LUClusterVerify
2007-11-05 Michael HanselmannRename utils.GetUUID to utils.NewUUID.
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-11 Iustin PopEnable the ConfigWriter to keep track of updates
2007-10-11 Michael HanselmannUse the kernel's ability to generate UUIDs.
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-09 Iustin PopRevert a debugging 'raise' from rev 195
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-09-17 Iustin PopAdd rename instance support to ConfigWriter
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-03 Iustin PopPrepare for the tags implementation:
2007-08-03 Iustin PopRe-stat the config file when we write it so that the...
2007-08-03 Iustin PopImplement a standard way of getting the cluster object...
2007-08-03 Iustin PopChange logival volume names to not be based on the...
2007-07-27 Iustin PopMove the cluster name from ConfigWriter to SimpleStore.
2007-07-26 Michael HanselmannDon't pass master_node
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-23 Iustin PopBig change/cleanup in relation to the master startup:
2007-07-16 Iustin PopInitial commit.