Create runtime dir in bootstrap
[ganeti-local] / lib / bootstrap.py
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
2008-12-14 Iustin Popcleanup: _InitSSHSetup doesn't need its argument
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-05 Iustin PopAdd a new node parameter 'offline'
2008-12-03 Guido TrotterInitCluster force a config file update
2008-12-03 Guido TrotterMake sure the initial node is a master candidate
2008-12-03 Guido Trottergnt-cluster init, handle candidate_pool_size
2008-12-02 Iustin PopConvert rpc results to a custom type
2008-12-02 Guido TrotterUse the new utils.CheckBEParams function
2008-12-02 Iustin PopFix master failover
2008-12-02 Iustin PopPrevent master failover to a non candidate node
2008-12-01 Guido TrotterInitCluster: initialize master node serial_no
2008-11-27 Iustin PopImprove the node add operation
2008-11-21 Michael HanselmannGet rid of node daemon password
2008-11-12 Michael HanselmannUse utils.ReadFile to read SSL certificate
2008-11-12 Michael Hanselmannbootstrap: Always use rpc.RpcRunner
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-20 Alexander SchreiberRemove --hypervisor-type from gnt-cluster.
2008-10-18 Alexander SchreiberFix gnt-cluster init to set cluster defaults.
2008-10-16 Iustin PopPrevent master failover if we have wrong data
2008-10-16 Iustin PopImprovements to the master startup checks
2008-10-12 Iustin PopAbstract checking own address into a function
2008-10-10 Iustin PopConvert rpc module to RpcRunner
2008-10-10 Iustin PopSmall random fixes
2008-10-08 Iustin PopSanitize the hypervisor names
2008-10-08 Oleksiy MishchenkoFix for gnt-cluster init.
2008-10-06 Iustin PopFix SshRunner breakage from the changed API
2008-10-01 Michael HanselmannGet rid of ssconf
2008-10-01 Michael HanselmannConvert bootstrap.py
2008-10-01 Michael HanselmannConvert ssh.py
2008-10-01 Michael HanselmannAdd cluster options from ssconf to configuration
2008-10-01 Michael HanselmannMove instantiation of config into bootstrap.py
2008-09-28 Iustin PopMove the pseudo-secret generation to utils.py
2008-08-15 Michael Hanselmanngnt-node: Add option to always accept peer's SSH key
2008-08-13 Michael HanselmannFix adding pristine nodes
2008-07-30 Iustin PopFix cluster destroy
2008-07-30 Iustin PopFix cluster init
2008-07-30 Iustin PopFix some errors detected by pylint
2008-07-30 Iustin PopRework master startup/shutdown/failover
2008-06-27 Guido TrotterAddNode: move the initial setup to boostrap
2008-06-16 Guido TrotterMove SetKey to WritableSimpleStore and use it
2008-06-12 Michael HanselmannMove InitCluster opcode into a single function