Remove two hlint overrides
[ganeti-local] / lib / client / gnt_node.py
2012-12-06 Michael HanselmannSwitch from scp/ssh to node daemon setup utility
2012-12-03 Michael HanselmannFactorize running node setup command
2012-11-21 Michael HanselmannAdd command line interface for running commands remotely
2012-10-26 Michael Hanselmanngnt-node add: Use prepare-node-join
2012-10-11 Iustin PopEnable query socket usage in gnt-node/gnt-group
2012-10-02 Iustin PopRemove option to select the Python version of confd
2012-09-18 Michael HanselmannMigrate lib/client/*.py from constants to pathutils
2012-08-10 Iustin PopFix double use of PRIORITY_OPT in gnt-node migrate
2012-07-19 Iustin PopFix --no-headers for the new list-drbd command
2012-07-19 Iustin PopAdd a new gnt-node command list-drbd
2012-04-27 Iustin PopMake setup-ssh behave more friendly
2012-04-18 Michael Hanselmanngnt-node: Add "--submit" and "--priority" to commands
2012-04-17 Alexander SchreiberAdd "show" as alias for "info" to gnt commands
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-04-12 Michael Hanselmanngnt-* {add,list,remove}-tags: Unify options
2012-03-19 Iustin PopUpdate gnt-node evacuate man page/help text
2012-03-06 Iustin PopMerge remote-tracking branch 'origin/devel-2.5'
2012-02-01 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2012-01-26 Iustin PopFix explanation of gnt-node evacuate --primaries-only
2012-01-26 Guido Trottercli/opcodes: add a --no-runtime-changes migrate opt
2012-01-06 René Nussbaumergnt-node: Add instance policy to migrate
2011-12-16 René Nussbaumergnt-node: Add hv/disk state to add
2011-12-08 René Nussbaumergnt-node: Allow modify disk/hv state
2011-11-24 Michael HanselmannMerge branch 'devel-2.5'
2011-11-23 Michael HanselmannSeparate OpNodeEvacuate.mode from iallocator
2011-11-02 René NussbaumerMake it possible to pass in flags using ENV variables
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-07-25 Iustin PopMost boring patch ever
2011-07-05 Michael HanselmannChange “gnt-node evacuate” to use new opcode
2011-05-30 Michael Hanselmanngnt-node migrate: Use LU-generated jobs
2011-05-25 Michael HanselmannFix bug in LUNodeMigrate
2011-04-29 Michael HanselmannMerge branch 'devel-2.4'
2011-04-27 Iustin PopPrevent readding of the master node
2011-04-19 Michael Hanselmanngnt-node list: Query filter support
2011-03-09 René Nussbaumergnt-node power: Adding --power-delay flag
2011-03-08 Apollon OikonomopoulosCLI changes to facilitate shared storage migration...
2011-02-24 René NussbaumerMove OOB_TIMEOUT_OPT to cli.py
2011-02-22 Michael HanselmannAdd unittest for cli.FormatResultError
2011-02-22 Michael HanselmannMerge branch 'devel-2.4'
2011-02-18 Iustin PopChange the list formatting to a 'special' chars
2011-02-16 René NussbaumerRemove force_master support from LUOobCommand
2011-02-04 René NussbaumerAllow passing timeout for oob helper in gnt_node.py
2011-02-04 Stephen ShirleyAdd --force-join option to gnt-node add
2011-02-03 René NussbaumerModify gnt-node power to support multiple nodes
2011-01-31 René NussbaumerAdding support for the new option flags in gnt-node...
2011-01-31 René NussbaumerAdding gnt-node health
2011-01-24 René NussbaumerModify LUOobCommand to support multiple nodes
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 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 OpReplaceDisks and LUReplaceDisks
2011-01-18 Iustin PopRename OpFailoverInstance and LUFailoverInstance
2011-01-13 René NussbaumerList node parameters (if any) in gnt-node info
2011-01-06 René NussbaumerList recorded powered state in gnt-node info
2010-12-17 René Nussbaumergnt-node modify: Adding --node-powered=yes|no
2010-12-17 René Nussbaumergnt-node power: Mark also offline when powering off
2010-12-15 René NussbaumerRename (Op|LU)OutOfBand to (Op|LU)OobCommand
2010-12-15 René NussbaumerAdding gnt-node power * commands
2010-12-14 Michael Hanselmannclient.gnt_node: Remove unnecessary lambda
2010-12-14 Michael HanselmannConvert “gnt-node list” to query2
2010-11-30 Adeodato SimoTrivial style fixes
2010-11-29 René NussbaumerAdding ndparams to gnt-node add|modify and man page
2010-11-11 Iustin PopAdd group, group.uuid fields in node list
2010-11-01 Guido TrotterAdd -s option to gnt-node modify
2010-10-28 Iustin PopAdd the capability flags in node info output
2010-10-28 Iustin PopAdd the master/vm_capable flags in node add
2010-10-28 Iustin PopAdd vm_capable to gnt-node modify
2010-10-27 Michael HanselmannMove gnt-node to ganeti.client.gnt_node