gnt-group add/modify: ipolicy vs disk templates
[ganeti-local] / lib / client / gnt_group.py
2013-08-08 Helga Velroyengnt-group add/modify: ipolicy vs disk templates
2013-06-11 Klaus AehligAdd an option to print job id of submitted jobs on...
2013-04-24 Bernardo Dal SenoLimit specs in ipolicy command lines are always complete
2013-04-24 Bernardo Dal SenoAdd command to print ipolicy options
2013-04-24 Bernardo Dal SenoAdd --ipolicy-xxx-specs options
2013-04-04 Bernardo Dal Senognt-group info uses a revised format
2013-04-04 Bernardo Dal SenoFix help string for gnt-group info
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-10-11 Iustin PopEnable query socket usage in gnt-node/gnt-group
2012-05-22 René Nussbaumergnt-group: Adding vcpu/spindle ratio to ipolicy flags
2012-05-15 Iustin PopMove some ipolicy functions from objects to cli
2012-05-11 René Nussbaumergnt-group: Add info command
2012-05-11 Iustin PopMerge commit 'v2.5.1' into devel-2.5
2012-05-11 Iustin PopFix gnt-group --help display
2012-04-18 Michael Hanselmanngnt-group: Add "--submit" and "--priority" to commands
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-04-12 Michael Hanselmanngnt-* {add,list,remove}-tags: Unify options
2012-03-16 Iustin PopFix gnt-group --help display
2012-01-24 Iustin PopRename ispecs-disk-templates to ipolicy-disk-templates
2012-01-13 Iustin PopFurther fixes to instance policy validation
2012-01-13 Iustin PopAdd new disk_templates parameter to instance policy
2012-01-13 Iustin PopRemove extraneous check in policy creation
2012-01-13 Iustin PopMove the instance specs options to cli.py
2011-12-16 René Nussbaumergnt-group: Add hv/disk state to add
2011-12-08 Agata MurawskaGroupSetParam supports instance policy changes
2011-12-08 Agata MurawskaAddGroup supports instance policy
2011-12-08 Andrea SpadacciniRestore diskparams in the gnt-group options check
2011-12-08 René Nussbaumergnt-group: Allow modify disk/hv state
2011-12-01 Andrea SpadacciniAdd basic support for disk parameters
2011-11-02 René NussbaumerMake it possible to pass in flags using ENV variables
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-26 Michael HanselmannTwo more PEP8 fixes
2011-08-04 Michael HanselmannSmall changes in group evacuation
2011-07-21 Michael Hanselmanngnt-group: Add command to evacuate whole group
2011-04-21 Michael Hanselmanngnt-group: Add commands for tagging groups
2011-04-19 Michael Hanselmanngnt-group list: Query filter support
2011-02-22 Michael HanselmannMerge branch 'devel-2.4'
2011-02-18 Iustin PopChange the list formatting to a 'special' chars
2011-02-18 Stephen ShirleyFix minor docstring typo
2011-02-15 Michael HanselmannMake OpGroupRename consistent with OpInstanceRename
2011-01-18 Iustin PopRename OpSetGroupParams and LUSetGroupParams
2011-01-18 Iustin PopRename OpRenameGroup and LURenameGroup
2011-01-18 Iustin PopRename OpRemoveGroup and LURemoveGroup
2011-01-18 Iustin PopRename OpAssignGroupNodes and LUAssignGroupNodes
2011-01-18 Iustin PopRename OpAddGroup and LUAddGroup
2011-01-13 René NussbaumerList node parameters in gnt-group list
2011-01-10 Adeodato SimoAdd `gnt-group assign-nodes` in the CLI
2011-01-06 Adeodato SimoConvert “gnt-group list” to query2
2010-12-13 Adeodato SimoAdd the "alloc_policy" attribute to node groups
2010-12-13 Adeodato SimoAdd modification of node groups (OpCode/LU/CLI)
2010-12-13 Adeodato SimoIntroduce OpAddGroup.ndparams and expose in CLI
2010-12-08 Adeodato SimoGroup operations: CLI code for add/remove/rename a...
2010-12-08 Adeodato SimoExpose new node group attributes in CLI and RAPI
2010-12-01 Adeodato SimoQuerying node groups: add client/gnt_group.py