Add VALUE_AUTO and VALUE_GENERATE constants
[ganeti-local] / lib / config.py
2008-09-27 Iustin PopAdd checks for tcp/udp port collisions
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-01-09 Iustin PopMerge revs 433..469 into the 1.2 branch
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.