ganeti-local
2012-09-27 René NussbaumerAdding RAPI client for instance multi allocation
2012-09-27 René NussbaumerPopulate the instance dict with opcode infos
2012-09-27 Michael HanselmannRevert unintentional change of daemon log file names
2012-09-27 Michael HanselmannFix bad wording in 2.3 design document
2012-09-26 Agata MurawskaInstanceInfo RPC call
2012-09-26 Agata Murawskainstance_info now returns vcpus
2012-09-26 Agata MurawskaChange RpcResult typeclass
2012-09-26 Agata MurawskaVersion RPC call
2012-09-26 Agata MurawskaNode query now uses live data
2012-09-26 Agata MurawskaNode query now collects live fields
2012-09-26 Agata MurawskaAdd live parameter to query
2012-09-26 Agata MurawskaConversion from RPC error to query status
2012-09-26 Agata MurawskaJson helper for node query
2012-09-26 Agata MurawskaCreate ResulT for monad transformations
2012-09-26 Agata MurawskaTests for NodeGroup query
2012-09-26 Agata MurawskaNodeGroup query in Haskell
2012-09-26 Agata MurawskaConfig support for NodeGroup query
2012-09-26 Agata MurawskaFix RPC call and result (de)serialization
2012-09-26 Agata MurawskaAdd alias for Either RpcError a
2012-09-26 Agata MurawskaCleanup for RPC errors
2012-09-26 Agata MurawskaChange cluster's hypervisors type
2012-09-26 Agata MurawskaCorrect top comment in Query/Server
2012-09-26 Agata MurawskaAdd nodedCertFile to Path
2012-09-26 René NussbaumerVerify the node count just if the allocation was successful
2012-09-26 Iustin PopEnable bash completion for htools scripts
2012-09-26 Iustin PopAdd option for displaying completion information
2012-09-26 Iustin PopAnnotate options with completion information
2012-09-26 Iustin PopAdd a data type for completion information
2012-09-26 Iustin PopRemove generic options from individual programs
2012-09-26 Iustin PopAdd printing of group score in hinfo
2012-09-26 Iustin PopReplace a big tuple with a custom data type
2012-09-25 Michael HanselmannImplement virtual cluster support in Python code
2012-09-25 Michael Hanselmannvcluster: Add more details to docstrings
2012-09-25 Michael HanselmannAdd tests for bash completion
2012-09-25 Michael HanselmannFix shelltests for ganeti-*
2012-09-25 Michael Hanselmannbash_completion: Enable extglob while parsing file
2012-09-25 Michael HanselmannRevert "bash_completion: Always enable extglob"
2012-09-24 René NussbaumerAdding RAPI resource for multi-allocation
2012-09-24 René NussbaumerAdding multi-allocation logic
2012-09-24 René NussbaumerAdding the new opcode for multi-allocation
2012-09-24 René NussbaumerRefactor shared code
2012-09-24 René NussbaumerAdding some fundamental unittests for iallocator
2012-09-24 René NussbaumerFix REQ_RESULT for MultiInstanceAllocRequest
2012-09-24 René NussbaumerFix a validation issue
2012-09-21 Michael Hanselmannnetutils: Use virtual hostname if set
2012-09-21 Michael Hanselmanndaemon-util: Support virtual clusters
2012-09-21 Michael HanselmannAdd new module for virtual clusters
2012-09-21 Michael Hanselmannbootstrap.SetupNodeDaemon: Stop hardcoding bind address
2012-09-21 Michael Hanselmannhv_kvm: Use pu.CONF_DIR variable
2012-09-21 Michael Hanselmannutils.filelock: Remove executable bit from lock files
2012-09-21 Michael HanselmannLUInstanceCreate: Include group name in error message
2012-09-19 Michael Hanselmannbash_completion: Generate more compact version
2012-09-19 Michael HanselmannShellWriter: Add parameter to disable indentation
2012-09-19 Michael Hanselmannbash_completion: Always enable extglob
2012-09-18 Michael Hanselmannconstants: Stop using wildcard import for pathutils
2012-09-18 Michael HanselmannUse autoconf-based paths from Haskell instead of constants
2012-09-18 Michael HanselmannMigrate tools/* from constants to pathutils
2012-09-18 Michael HanselmannMigrate test/ganeti.*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/watcher/__init__.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/utils/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/uidpool.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/tools/ensure_dirs.py to pathutils
2012-09-18 Michael HanselmannMigrate lib/ssh.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/ssconf.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/server/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/rpc.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/rapi/baserlib.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/ovf.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/mcpu.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/masterd/instance.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/luxi.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/{jqueue,jstore}.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/hypervisor/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/config.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/confd/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/cmdlib.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/client/*.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/cli.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/bootstrap.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate lib/backend.py from constants to pathutils
2012-09-18 Michael HanselmannMigrate build-bash-completion from constants to pathutils
2012-09-18 Michael HanselmannMigrate qa/*.py from constants to pathutils
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-09-18 Michael Hanselmannconfigure: Provide options to change default user/group
2012-09-17 Michael Hanselmannconstants: Add missing word in comment
2012-09-14 Bernardo Dal... QA for instance migration made more compact
2012-09-14 Bernardo Dal... Always_failover doesn't require --allow-failover anymore
2012-09-13 Bernardo Dal... Remove useless lock in recreate-disks
2012-09-12 Michael HanselmannUpdate design for virtual clusters
2012-09-12 René NussbaumerSmall style adjustment
2012-09-12 René NussbaumerMake iallocator request types more strict
2012-09-12 René NussbaumerRework the required_nodes field
2012-09-12 Michael Hanselmannobjects, rpc: Code cleanup
2012-09-12 Michael HanselmannRAPI client: Fix typo in docstring
2012-09-12 René NussbaumerDisable pylint warnings for unknown members
2012-09-12 René NussbaumerAdapt gnt-debug iallocator
2012-09-12 René NussbaumerAdding new multi-allocation request
2012-09-12 René NussbaumerSwitch all iallocator calls to the new one
2012-09-12 René NussbaumerRefactor IAllocator code
2012-09-12 René NussbaumerMake the __slots__ functionality more modular
next