Add gnt-cluster commands to toggle the master IP
[ganeti-local] / lib / opcodes.py
2011-09-30 Andrea SpadacciniAdd gnt-cluster commands to toggle the master IP
2011-09-16 Michael HanselmannRAPI: Add resource to recreate instance's disks
2011-09-15 Guido TrotterMerge branch 'devel-2.5'
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannMerge branch 'devel-2.5'
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-24 Michael HanselmannDisk template is no longer required when importing...
2011-08-12 Michael HanselmannAllow locking to be used via OpQuery
2011-08-12 Michael Hanselmannopcodes: Add more result checks, add some comments
2011-08-12 Michael HanselmannClarify job ID-related type checks, add unittests
2011-08-12 Michael HanselmannChange OpClusterVerifyConfig's result, verify results
2011-08-12 Michael HanselmannUse LU-generated jobs for verifying cluster
2011-08-12 Michael Hanselmannopcodes: Use variables for verification parameters
2011-08-11 Michael HanselmannUse resource kind as OpQuery*'s description
2011-08-05 Michael HanselmannRemove iallocator's “multi-evacuate” mode
2011-08-04 Michael HanselmannAdd opcode to change instance's group
2011-08-03 Iustin PopFix lint errors
2011-08-03 Iustin PopAdd two more compat functions
2011-07-26 Michael HanselmannAdd ht-based result checks to opcodes
2011-07-26 Michael HanselmannChange OpClusterVerifyDisks to per-group opcodes
2011-07-22 Michael HanselmannAdd opcode attribute for comments
2011-07-21 Michael HanselmannAdd new opcode for evacuating group
2011-07-21 Michael Hanselmannjqueue: Implement submitting multiple jobs with depende...
2011-07-20 Michael HanselmannImplement chained jobs
2011-07-14 Michael HanselmannAdd opcode attribute for chained jobs
2011-07-11 Michael HanselmannMerge branch 'devel-2.4'
2011-07-11 Michael Hanselmannht: Add new check for numbers
2011-07-08 Stephen ShirleyAdd gnt-instance start --pause
2011-07-05 Michael HanselmannRemove old node evacuation opcode
2011-07-05 Michael HanselmannAdd new opcode to evacuate node
2011-06-15 Michael HanselmannReplace iallocator's mreloc w/ change-group and node...
2011-06-01 Apollon OikonomopoulosAdd tag handling to {Op,LU}InstanceCreate
2011-05-31 Iustin Popiallocator: rename mem_size to memory
2011-05-25 Michael HanselmannFix bug in LUNodeMigrate
2011-05-20 Adeodato SimoSplit LUClusterVerify into LUClusterVerify{Config,Group}
2011-05-20 Iustin PopMerge remote branch 'origin/devel-2.4'
2011-05-16 Michael HanselmannAdd new iallocator mode to LUTestAllocator
2011-05-16 Iustin PopIntroduce instance start/stop no_remember attribute
2011-05-12 Michael Hanselmanngnt-debug, opcodes: Use constants for iallocator
2011-05-12 Iustin PopFix a bug in LUInstanceMove
2011-05-12 Iustin PopAbstract ignore_consistency opcode parameter
2011-05-11 Guido TrotterMerge branch 'devel-2.4'
2011-05-09 Michael Hanselmannopcodes: Add function for compact summary
2011-05-09 Iustin PopAdd --no-wait-for-sync when converting to drbd
2011-05-09 Iustin PopRecreate instance disks: allow changing nodes
2011-04-18 Michael Hanselmannopcodes: Change parameter type definition for query...
2011-04-07 Michael HanselmannMerge branch 'devel-2.4'
2011-04-06 Michael HanselmannLUInstanceQueryData: Don't acquire locks unless requested
2011-04-06 René NussbaumerTLMigrateInstance: Merge failover code, allow fallback
2011-03-25 Michael HanselmannImplement submitting jobs from logical units
2011-03-15 Michael Hanselmannconstants: Rename QR_OP_*, add QR_VIA_RAPI
2011-03-11 Michael Hanselmannopcodes: Document OpQueryFields' parameters
2011-03-09 René NussbaumerOpOobCommand: Adding power on delay
2011-03-09 René NussbaumerOpOobCommand: Document all fields
2011-03-08 Apollon OikonomopoulosMigration and failover: add iallocator and target_node...
2011-03-01 Apollon OikonomopoulosCore shared file storage support
2011-02-16 René NussbaumerRemove force_master support from LUOobCommand
2011-02-15 Michael HanselmannMake OpGroupRename consistent with OpInstanceRename
2011-02-15 Michael HanselmannRAPI: Clean up instance creation, use generated docs
2011-02-04 Michael HanselmannAdd opcode parameter descriptions
2011-02-04 Michael Hanselmannopcodes: Prepare addition of parameter descriptions
2011-02-04 Michael Hanselmannht: Add descriptive text representations
2011-01-31 René NussbaumerAdd two new opcode options to LUOobCommand
2011-01-26 Iustin PopDeactivate disks: allow skipping hypervisor checks
2011-01-25 Michael Hanselmannht: Add TMaybeDict check
2011-01-24 René NussbaumerModify LUOobCommand to support multiple nodes
2011-01-18 Iustin PopRemove hard-coded OP_ID definitions
2011-01-18 Iustin PopCheck consistency of the class names and OP_ID
2011-01-18 Iustin PopRename OpTestJobqueue and LUTestJobqueue
2011-01-18 Iustin PopRename OpAddTags and LUAddTags
2011-01-18 Iustin PopRename OpSearchTags and LUSearchTags
2011-01-18 Iustin PopRename OpGetTags and LUGetTags
2011-01-18 Iustin PopRename OpDelTags and LUDelTags
2011-01-18 Iustin PopRename OpDiagnoseOS and LUDiagnoseOS
2011-01-18 Iustin PopRename OpSetNodeParams and LUSetNodeParams
2011-01-18 Iustin PopRename OpRemoveNode and LURemoveNode
2011-01-18 Iustin PopRename OpQueryNodeStorage and LUQueryNodeStorage
2011-01-18 Iustin PopRename OpQueryNodeVolumes and LUQueryNodeVolumes
2011-01-18 Iustin PopRename OpQueryNodes and LUQueryNodes
2011-01-18 Iustin PopRename OpPowercycleNode and LUPowercycleNode
2011-01-18 Iustin PopRename OpModifyNodeStorage and LUModifyNodeStorage
2011-01-18 Iustin PopRename OpMigrateNode and LUMigrateNode
2011-01-18 Iustin PopRename OpNodeEvacuationStrategy and LUNodeEvacuationStr...
2011-01-18 Iustin PopRename OpAddNode and LUAddNode
2011-01-18 Iustin PopRename OpStartupInstance and LUStartupInstance
2011-01-18 Iustin PopRename OpShutdownInstance and LUShutdownInstance
2011-01-18 Iustin PopRename OpSetInstanceParams and LUSetInstanceParams
2011-01-18 Iustin PopRename OpReplaceDisks and LUReplaceDisks
2011-01-18 Iustin PopRename OpRenameInstance and LURenameInstance
2011-01-18 Iustin PopRename OpRemoveInstance and LURemoveInstance
2011-01-18 Iustin PopRename OpReinstallInstance and LUReinstallInstance
2011-01-18 Iustin PopRename OpRecreateInstanceDisks and LURecreateInstanceDisks
2011-01-18 Iustin PopRename OpRebootInstance and LURebootInstance
2011-01-18 Iustin PopRename OpQueryInstanceData and LUQueryInstanceData
2011-01-18 Iustin PopRename OpQueryInstances and LUQueryInstances
2011-01-18 Iustin PopRename OpMoveInstance and LUMoveInstance
2011-01-18 Iustin PopRename OpMigrateInstance and LUMigrateInstance
2011-01-18 Iustin PopRename OpGrowDisk and LUGrowDisk
2011-01-18 Iustin PopRename OpFailoverInstance and LUFailoverInstance
2011-01-18 Iustin PopRename OpDeactivateInstanceDisks and LUDeactivateInstan...
next