Generate a shared HMAC key at cluster init time
[ganeti-local] / lib / cmdlib.py
2009-07-20 Guido TrotterGenerate a shared HMAC key at cluster init time
2009-07-20 Michael Hanselmanncmdlib: Move code doing disk replacements into separate...
2009-07-20 Michael Hanselmanncmdlib: Pass config and rpc objects directly to IAllocator
2009-07-17 Iustin PopMerge branch 'next' into branch-2.1
2009-07-17 Iustin PopYet another fallout from the pylint fixes
2009-07-17 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-17 Iustin PopFix another issue with hypervisor_name change
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 Michael Hanselmanncmdlib: Use dict.fromkeys instead of custom loop
2009-07-14 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-14 Guido Trotter_GenerateDiskTemplate: use base_index in the name
2009-07-13 Michael Hanselmanncmdlib: Fix typo in LUQueryClusterInfo
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-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-06-30 Iustin PopCleanup config data when draining nodes
2009-06-30 Iustin PopFix node readd issues
2009-06-30 Iustin PopFix error message for extra files on non MC nodes
2009-06-29 Guido TrotterMerge branch 'master' into branch-2.1
2009-06-29 Iustin PopRename the volume_list RPC call to lv_list
2009-06-29 Guido Trottercheck_ident_key_val, handle no_ and - prefixes
2009-06-29 Guido TrotterIntroduce OS api version 15
2009-06-29 Iustin PopFix adjustement of candidates in cluster modify
2009-06-29 Iustin PopAdd a new node list field
2009-06-19 Iustin PopLUCreateInstance: the node list as return value
2009-06-19 Iustin PopLU execution: implement dry-run framework
2009-06-19 Iustin PopFix some small epydoc warnings
2009-06-18 Iustin PopFix various pylint warnings
2009-06-17 Iustin PopFix handling of 'vcpus' in instance list
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-17 Iustin PopFix checking for valid OS in instance create
2009-06-17 Iustin PopShow disk size in instance info
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-16 Guido TrotterLUQueryInstances: fix querying for nic data
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-15 Iustin PopSmall whitespace change
2009-06-15 Iustin PopSimplify RPC call result check in cmdlib.py
2009-06-15 Iustin PopBig rewrite of the OS-related functions
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 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 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 Guido TrotterIallocator: NIC parameters
2009-06-15 Guido TrotterNIC Parameters: fix hooks environment generation
2009-06-15 Guido TrotterQueryClusterInfo: don't show 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-10 Iustin PopFix node add and RedistributeAncillaryFiles
2009-06-08 Guido TrotterShow nic parameters in cluster info
2009-06-08 Guido TrotterAllow modifying of default nic parameters
2009-06-08 Guido TrotterChange BEGR_DEFAULT to PP_DEFAULT
2009-06-08 Guido TrotterMove FillDict at module level
2009-06-08 Iustin PopConvert call_blockdev_removechildren to new result
2009-06-08 Iustin PopConvert call_blockdev_addchildren to new result
2009-06-08 Iustin PopConvert rpc call_blockdev_rename to (status, data)
2009-06-08 Iustin PopMerge branch 'master' into next
2009-06-04 Iustin PopWait for a while in failed resyncs
2009-06-03 Iustin PopFix two issues with exports and snapshot errors
2009-05-28 Iustin PopSet the size on new DRBDs in replace secondary
2009-05-28 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-05-28 Guido TrotterConvert UploadFile (and its callers) to new rpc
2009-05-27 Iustin PopAdd a node powercycle command
2009-05-22 Guido Trotter_RedistributeAncillaryFiles: add hypervisor files
2009-05-22 Guido Trotter_RedistributeAncillaryFiles function
2009-05-22 Guido TrotterRemove the HTS_COPY_VNC_PASSWORD constant/feature
2009-05-21 Iustin PopChange failover instance when instance is stopped
2009-05-21 Iustin PopExport more instance information in hooks
2009-05-20 Guido TrotterMerge branch 'master' into branch-2.1
2009-05-20 Guido TrotterMerge branch 'master' into next
next