objects: Add custom de-/serializing code for query responses
[ganeti-local] / lib / bootstrap.py
2010-12-08 Adeodato SimoIntroduce constant for the name of the initial node...
2010-12-01 René NussbaumerAdding ndparams to gnt-cluster init|modify and man...
2010-11-29 Michael Hanselmannbootstrap: Set master node's {c,m}time on cluster init
2010-11-29 Michael HanselmannRevert "InitCluster support for ndparams"
2010-11-29 René NussbaumerInitCluster support for ndparams
2010-10-22 Iustin PopConfigWriter: prevent using a foreign config
2010-10-22 Iustin PopFix bootstrap.MasterFailover race with watcher
2010-10-12 René NussbaumerAdd prealloc_wipe_disks as a cluster-wide configuration...
2010-09-15 René NussbaumerStop all daemons precautiosly before trying to start...
2010-09-15 Guido TrotterInitConfig: create nodegroups as well
2010-08-25 René NussbaumerChange bootstrap.SetupDaemonNode to use scp as we can...
2010-08-23 René NussbaumerSwitch to the RPC call to update /etc/hosts in LUAddNod...
2010-08-20 Manuel Franceschinignt-node add: add error msg when using IPv6
2010-08-20 Manuel FranceschiniUse family in backend.StartMaster
2010-08-19 Manuel FranceschiniSupport IPv6 node add
2010-08-19 Manuel FranceschiniAdd new cluster parameter primary_ip_version
2010-08-18 Manuel FranceschiniFix some small newline style issues
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-08-18 Manuel Franceschinicluster init: Write ssconf before noded starts
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-07-21 Manuel FranceschiniAlways set commonName in X509 certificates
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-08 Apollon OikonomopoulosAdd default_iallocator cluster parameter
2010-07-07 Iustin PopAdd a delay in master failover
2010-07-06 Iustin PopAdd a delay in master failover
2010-07-06 Luca BigliardiCheck and set drbd helper during bootstrap
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-09 Michael Hanselmanncfgupgrade: Local variable for cluster-domain-secret...
2010-04-20 Balazs LeczMerge branch 'devel-2.1'
2010-04-16 Balazs LeczAdd --uid-pool option to gnt-cluster init
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 Iustin PopFix cluster behaviour with disabled file storage
2010-04-15 Iustin PopFix cfgupgrade with non-default DATA_DIR
2010-04-12 Guido TrotterMerge branch 'devel-2.1'
2010-04-08 Iustin PopAdd a new cluster parameter maintain_node_health
2010-03-17 Michael HanselmannAdd cluster domain secret
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-15 Michael HanselmannRightname confd's HMAC key
2010-03-15 Michael HanselmannRename SSL_CERT_FILE to NODED_CERT_FILE
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-12 Michael Hanselmannbootstrap: Add new function to create cluster certs...
2010-03-08 Iustin PopValidate the hostnames at creation time
2010-02-19 Michael Hanselmannbootstrap: Wait for node daemon when adding new node
2010-02-01 Michael HanselmannMove function generating SSL certs into utils
2010-01-13 Guido TrotterGenerate hmac file with a newline at the end
2009-11-05 Michael HanselmannAdd new “daemon-util” script to start/stop Ganeti daemons
2009-11-04 Iustin PopIntroduce a wrapper for hostname resolving
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-11-03 Michael Hanselmannbootstrap: Convert to utils.Retry
2009-11-02 Iustin PopConvert the rest of the OpPrereqError users
2009-10-30 Michael HanselmannMake cluster initialization more reliable
2009-10-27 Michael HanselmannProvide feedback from redistributing configuration
2009-10-22 Ken WehrAdding '--no-ssh-init' option to 'gnt-cluster init'.
2009-10-16 Michael Hanselmannbootstrap: Factorize HMAC key generation
2009-10-16 Michael HanselmannMake bootstrap._GenerateSelfSignedSslCert public
2009-09-25 Iustin PopAdd uuid on node/instance add and cluster init
2009-09-24 Guido TrotterNode init: copy hmac key as well
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-16 Luca BigliardiFix authorized_keys generation at cluster init
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-17 Iustin PopAdd ctime/mtime support to the main ConfigObjects
2009-08-13 Guido TrotterFix a typo in InitCluster
2009-08-10 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-07-29 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-20 Guido TrotterGenerate a shared HMAC key at cluster init time
2009-07-17 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-16 Guido TrotterMake sure enabled_hypervisors list is valid
2009-07-16 Guido TrotterGet rid of the default_hypervisor slot
2009-07-16 Guido TrotterSimplify InitConfig and remove SimpleConfigWriter
2009-07-16 Guido TrotterInitCluster, don't use SimpleConfigWriter
2009-07-08 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-08 Guido TrotterMerge branch 'master' into next
2009-07-08 Guido TrotterCreate a new --no-voting option for masterfailover
2009-07-07 Michael Hanselmannbootstrap: Don't leak file descriptor when generating...
2009-07-07 Michael HanselmannFix some typos
2009-06-15 Iustin PopConvert master_info rpc to new style result
2009-06-15 Iustin PopConver node_leave_cluster rpc to new style result
2009-06-15 Iustin PopConvert node_stop_master rpc to new style result
2009-06-15 Iustin PopConvert node_start_master to new style result
2009-06-15 Guido TrotterInitCluster: don't set default_bridge
2009-06-08 Guido TrotterAllow setting NIC parameters at gnt-cluster init
2009-06-08 Guido TrotterChange BEGR_DEFAULT to PP_DEFAULT
2009-06-08 Guido TrotterFix a typo in InitCluster
2009-05-28 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-05-07 Carlos ValienteRemove some superfluous imports
2009-05-04 Iustin PopFix gnt-cluster getmaster on non-master nodes
2009-02-27 Guido TrotterCreate runtime dir in bootstrap
2009-02-27 Iustin PopFix some epydoc style issues
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-10 Iustin PopAdd a ‘drained’ attribute to node objects
2008-12-19 Michael Hanselmannganeti.bootstrap: Set permissions on newly uploaded...
2008-12-19 Michael Hanselmannganeti.bootstrap: Upload remote API certificate to...
2008-12-19 Michael Hanselmannganeti.bootstrap: Prepare for remote API certificate
2008-12-19 Michael Hanselmannganeti.bootstrap: Write SSL key to temporary file and...
2008-12-19 Michael Hanselmannganeti.bootstrap: Generate SSL certificate for remote API
2008-12-19 Michael Hanselmannganeti.bootstrap: Move SSL certificate generation into...
2008-12-17 Michael Hanselmannganeti.bootstrap: Whitespace fix
2008-12-14 Iustin Popcleanup: fix GatherMasterVotes
next