ganeti-local
2009-06-26 Guido TrotterUse ReadFile.splitlines() rather than readlines
2009-06-26 Guido TrotterRename _OSOndiskVersion to _OSOndiskAPIVersion
2009-06-24 Guido TrotterConvert ssconf._ReadFile to utils.ReadFile
2009-06-23 Iustin Popbackend.StartMaster: fix variable name
2009-06-19 Iustin PopUpdate RAPI docs for the dry-run mode
2009-06-19 Iustin Poprapi: implement dry-run mode
2009-06-19 Iustin PopLUCreateInstance: the node list as return value
2009-06-19 Iustin PopImplement dry-run mode at cli level (partially)
2009-06-19 Iustin PopLU execution: implement dry-run framework
2009-06-19 Iustin PopIntroduce __slots__ deriving in opcodes.py
2009-06-19 Iustin PopFix some small epydoc warnings
2009-06-18 Guido Trottergnt-instance(8) one more batch-create update
2009-06-18 Guido TrotterUpdate gnt-instance batch-create for NIC params
2009-06-18 Iustin PopFix various pylint warnings
2009-06-18 Iustin PopDocument iallocator proposed improvements
2009-06-17 Guido TrotterRAPI: move to nic parameters
2009-06-17 Guido TrotterUpdate manpages for NIC parameters
2009-06-17 Guido TrotterUpdate a forgot docstring for nic parameters
2009-06-17 Guido TrotterFix QueryInstanceData for nic parameters
2009-06-17 Guido TrotterUpdate instance query for NIC parameters
2009-06-17 Guido TrotterRename _PreBuildNICHooksList to _NICListToTuple
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-16 Guido Trottergnt-cluster(8) fix --backend-parameters opt name
2009-06-16 Guido TrotterLUQueryInstances: fix querying for nic data
2009-06-16 Guido TrotterSpecify the object type in two docstring
2009-06-16 Guido TrotterKVMHypervisor, fix a bug in MigrateInstance
2009-06-16 Guido TrotterFix backend.{Start,Stop}Master
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-16 Guido TrotterMerge branch 'master' into next
2009-06-16 Iustin PopUpdate NEWS and version for 2.0.1 release v2.0.1
2009-06-16 Guido Trottergnt-{instance,backup}(8) --nic is actually --net
2009-06-15 Iustin PopFix hooks unittests after RPC result changes
2009-06-15 Iustin PopSmall whitespace change
2009-06-15 Iustin PopSimplify RPC call result check in cmdlib.py
2009-06-15 Iustin PopSimplify the RPC result framework in backend.py
2009-06-15 Iustin PopConvert all backend function to exception
2009-06-15 Iustin PopSimplify usage of backend._FindDisks
2009-06-15 Iustin PopPre-compute error status in RpcResult
2009-06-15 Iustin PopImplement result-type restriction in ganeti-noded
2009-06-15 Iustin PopRemove old invalid-os related functionality
2009-06-15 Iustin PopBig rewrite of the OS-related functions
2009-06-15 Iustin PopConvert the jobqueue rpc to new style result
2009-06-15 Iustin PopConvert the file storage rpcs to new style result
2009-06-15 Iustin PopConvert test_delay rpc to new style result
2009-06-15 Iustin PopConvert iallocator_runner rpc to new result style
2009-06-15 Iustin PopConvert hooks_runner rpc to new style result
2009-06-15 Iustin PopConvert os_diagnose rpc to new style result
2009-06-15 Iustin PopConvert call_version rpc to new style result
2009-06-15 Iustin PopConvert write_ssconf_files to new style
2009-06-15 Iustin PopConvert master_info rpc to new style result
2009-06-15 Iustin PopConvert node_volumes 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 Iustin PopConvert node_verify rpc to new result style
2009-06-15 Iustin PopRemove utils.CheckDict since it's no longer used
2009-06-15 Iustin PopConvert node_info rpc to new style result
2009-06-15 Iustin PopConvert node_has_ip_address rpc to new style
2009-06-15 Iustin PopConvert instance_list rpc to new style result
2009-06-15 Iustin PopConvert all_instances_info rpc to new result style
2009-06-15 Iustin PopConvert instance_info rpc to new style result
2009-06-15 Iustin PopConvert instance_os_import rpc to new style result
2009-06-15 Iustin PopConvert bridges_exist to new style result
2009-06-15 Iustin PopConvert vg_list rpc to new style result
2009-06-15 Iustin PopConvert volume_list rpc to new style result
2009-06-15 Iustin PopConvert export_remove rpc to new style
2009-06-15 Iustin PopConvert export_list rpc to new style result
2009-06-15 Iustin PopConvert export_info rpc to new style result
2009-06-15 Iustin PopConvert finalize_export rpc to new style results
2009-06-15 Iustin PopConvert snapshot_export rpc to new style
2009-06-15 Iustin PopConvert blockdev_snapshot rpc to new result style
2009-06-15 Iustin PopConvert blockdev_getmirrorstatus rpc to new style
2009-06-15 Iustin PopFix a wrong function name in backend.DrbdAttachNet
2009-06-15 Guido TrotterIallocator: NIC parameters
2009-06-15 Guido TrotterXen: NIC parameters
2009-06-15 Guido TrotterKVM: NIC parameters
2009-06-15 Guido TrotterOSEnvironment: convert to NIC parameters
2009-06-15 Guido Trotterrpc: fill in NIC parameters in instances
2009-06-15 Guido TrotterRemove bridge and default_bridge from objects
2009-06-15 Guido TrotterNIC Parameters: fix hooks environment generation
2009-06-15 Guido TrotterRemove config.GetDefBridge
2009-06-15 Guido TrotterQueryClusterInfo: don't show default_bridge
2009-06-15 Guido Trotterconfig unittests: use nic params
2009-06-15 Guido TrotterInitCluster: don't set default_bridge
2009-06-15 Guido Trotter_CheckInstanceBridgesExist: move to NIC parameters
2009-06-15 Guido TrotterLUSetInstanceParams: nic parameters
2009-06-12 Guido TrotterLUSetInstanceParams: abstract _GetUpdatedParams
2009-06-12 Guido TrotterLUSetInstanceParams: save cluster
2009-06-12 Guido TrotterLUCreateInstance: NIC parameters
2009-06-12 Guido TrotterAdd nicparams to the NIC object
2009-06-11 Guido TrotterGNT-CLUSTER(8) fix search-tags example
2009-06-10 Iustin PopFix gnt-instance reinstall
2009-06-10 Iustin PopFix ConfigWriter._DistributeConfig error handling
2009-06-10 Iustin PopFix node add and RedistributeAncillaryFiles
2009-06-09 Iustin Poprpc: Add a simple failure reporting framework
2009-06-08 Guido TrotterShow nic parameters in cluster info
2009-06-08 Guido TrotterAllow modifying of default nic parameters
2009-06-08 Guido TrotterAllow setting NIC parameters at gnt-cluster init
2009-06-08 Guido Trottergnt-cluster init, simplify parameter checks
2009-06-08 Guido TrotterCluster: add nicparams, and update them on upgrade
next