Export extractExTags and updateExclTags
[ganeti-local] / lib / bootstrap.py
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
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
next