Merge branch 'stable-2.6-hotplug' into stable-2.6-ippool-hotplug-esi
[ganeti-local] / lib / ssconf.py
2012-08-22 Dimitris Aragiorgisss_conf support for networks
2012-06-08 Iustin PopMove the ssconf file prefix constant to constants.py
2011-11-04 Andrea SpadacciniFix cluster start failure due to missing netmask
2011-10-05 Andrea SpadacciniAdd cluster netmask parameter
2011-08-17 Michael Hanselmannensure-dirs: Set correct permissions on ssconf files
2011-07-25 Iustin PopMost boring patch ever
2011-03-01 Apollon OikonomopoulosCore shared file storage support
2010-09-14 Guido TrotterExport nodegroups list (names/uuids) via ssconf
2010-08-27 Manuel FranceschiniHandle ENOENT case in ssconf.GetPrimaryIPFamily
2010-08-19 Manuel FranceschiniAdd primary_ip_family to ssconf
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-06-01 Guido Trotterssconf: error out when writing oversized files
2010-04-28 Guido TrotterRemove "ssconf.CheckMasterCandidate"
2010-04-19 Balazs LeczFix a couple of pydoc syntax problems
2010-04-16 Balazs LeczAdd uid_pool to ssconf
2010-04-08 Iustin PopExport the maintain_node_health option in ssconf
2010-03-23 Iustin PopDistribute list of enabled hypervisors in ssconf
2010-03-18 Guido TrotterSimpleConfigReader: add docstrings
2010-03-08 Michael HanselmannSupport passing in file object in utils.FileLock
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-10-26 Guido TrotterSimpleConfigReader: ips are partitioned by link
2009-10-26 Guido TrotterSimpleConfigReader: queries for default nicparams
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-09-30 Luca BigliardiExtend confd instances ips query
2009-09-22 Luca BigliardiConfd: add instances IPs query
2009-09-16 Luca BigliardiConfd: add primary IPs queries
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-08-31 Guido TrotterRemove SimpleConfigReader.GetHypervisorType
2009-08-28 Guido TrotterSimpleConfigReader: handle stat() errors
2009-08-12 Guido TrotterSimpleConfigReader: add IP address lookup helpers
2009-08-12 Guido TrotterSimpleConfigReader.GetNodeStatusFlags
2009-08-10 Guido TrotterSimpleConfigReader.Reload, avoid double reloads
2009-08-10 Guido TrotterSimpleConfigReader: s/Reload/_Load/
2009-08-07 Guido TrotterSimpleConfigReader: add serial numbers reading
2009-08-07 Guido TrotterSimpleConfigReader.Reload()
2009-08-06 Guido TrotterSimpleConfigReader: Handle errors when loading
2009-08-06 Guido Trotterssconf.CheckMasterCandidate
2009-08-05 Luca BigliardiAdd master candidates IPs informations to ssconf
2009-08-05 Luca BigliardiAdd nodes IPs informations to ssconf
2009-07-16 Guido TrotterSimplify InitConfig and remove SimpleConfigWriter
2009-07-14 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-14 Guido TrotterRemove SimpleConfigWriter.SetMasterNode
2009-06-24 Guido TrotterConvert ssconf._ReadFile to utils.ReadFile
2009-05-25 Iustin Poprapi: make tags query not use jobs
2009-04-06 Iustin PopAdd a new ssconf file with the cluster tags
2009-02-04 Iustin Popssconf: add some more keys and some fixes
2009-01-09 Iustin PopAdd a new ssconf file with the ganeti version
2008-12-05 Iustin PopAdd the offline node list to ssconf
2008-12-05 Iustin Popssconf: empty files should not add a newline
2008-12-02 Iustin PopPrevent master failover to a non candidate node
2008-12-02 Iustin PopAdd the list of master candidates to ssconf
2008-12-02 Iustin PopSimplify a little the ssconf update
2008-12-02 Iustin PopRevert "Get rid of ssconf"
2008-11-25 Michael HanselmannPass ssconf values from master to node
2008-11-20 Michael Hanselmannganeti.ssconf: Add function to write ssconf files
2008-10-08 Oleksiy MishchenkoFix for gnt-cluster init.
2008-10-05 Iustin PopFix ssconf.GetMasterAndMyself
2008-10-01 Michael HanselmannGet rid of ssconf
2008-10-01 Michael HanselmannAdd simple configuration reader/writer classes
2008-07-30 Iustin PopMake gnt-* commands fail nicely on non-masters
2008-07-30 Iustin PopImplement checking for the master role in rapi
2008-06-16 Guido TrotterMove SetKey to WritableSimpleStore and use it
2008-06-11 Guido TrotterRemove SimpleStore cache
2008-05-02 Guido Trotterssconf: update the SetKey docstring
2008-04-29 Michael HanselmannSupport config version in ssconf
2008-03-19 Manuel FranceschiniAdd SS_FILE_STORAGE_DIR to ssconf
2008-03-05 Michael HanselmannReplace custom file writing code with utils.WriteFile
2007-10-10 Iustin PopRemove the shebang from modules
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-07-27 Iustin PopMove the cluster name from ConfigWriter to SimpleStore.
2007-07-23 Iustin PopBig change/cleanup in relation to the master startup:
2007-07-16 Iustin PopInitial commit.