summaryrefslogtreecommitdiff
path: root/cxmanage
Commit message (Expand)AuthorAgeFilesLines
* CXMAN-36, CXMAN-76: Make "cxmanage info" display all versionsGeorge Kraft2012-09-202-5/+22
* Use subprocess.Popen() instead of subprocess.check_output()v0.5.0George Kraft2012-09-141-2/+3
* CXMAN-14: Use "file" to verify image typesGeorge Kraft2012-09-141-2/+14
* CXMAN-91: Print results and errors on keyboard interruptGeorge Kraft2012-09-141-14/+26
* Clean up --all-nodes error output slightlyGeorge Kraft2012-09-141-1/+1
* Add error tolerance to firmware downloadsGeorge Kraft2012-09-111-7/+20
* Use time() instead of a counter for firmware transfer deadlinesGeorge Kraft2012-09-111-9/+11
* CXMAN-84: Attempt firmware uploads 3 times per partitionGeorge Kraft2012-09-061-17/+22
* CXMAN-85: Timeout after 5 minutes on firmware transfersGeorge Kraft2012-09-041-0/+7
* simg: Add new SIMG version fieldGeorge Kraft2012-08-283-18/+45
* cxmanage: Rename simg "version" to "priority"George Kraft2012-08-284-49/+53
* target: Abort ipinfo/macaddr commands if they return an errorGeorge Kraft2012-08-241-5/+9
* cxmanage: Allow --retry option to work with any commandGeorge Kraft2012-08-241-88/+116
* Make "info dump" command run in parallelGeorge Kraft2012-08-233-118/+171
* controller: Make output more consistent between commandsGeorge Kraft2012-08-231-30/+15
* cxmanage: Don't allow infinite-depth hostfile recursionGeorge Kraft2012-08-221-24/+0
* When using --all-nodes, obtain IP addresses in parallel.George Kraft2012-08-221-22/+54
* Add Calxeda license to cid / reg ID filesGeorge Kraft2012-08-213-2/+71
* Replace some lingering instances of "slot" with "partition"George Kraft2012-08-201-2/+2
* infodump: Disable the ipmitool session info commandGeorge Kraft2012-08-201-2/+3
* target: Use IPMITOOL_PATH env variable for arbitrary "ipmitool" cmdGeorge Kraft2012-08-201-3/+9
* cxmanage: Add --retry COUNT optionGeorge Kraft2012-08-171-12/+27
* target: Some improvements to partition selectionGeorge Kraft2012-08-171-34/+20
* cxmanage: Add "fwinfo" commandGeorge Kraft2012-08-171-1/+24
* controller: For most commands, prompt to retry on failed hostsGeorge Kraft2012-08-161-62/+54
* target: Use fwinfo "partition" response field instead of "slot"George Kraft2012-08-161-9/+10
* cxmanage: Make sensor_name argument be a filterGeorge Kraft2012-08-162-7/+17
* target: Use more appropriate error messages for IPMI errorsGeorge Kraft2012-08-151-20/+27
* cxmanage: Rename fwupdate --slot argument to --partitionGeorge Kraft2012-08-152-110/+114
* controller: Only add skip_crc32 to package manifests when it's trueGeorge Kraft2012-08-101-1/+3
* simg: Use 4KB alignment for CDB and boot log imagesGeorge Kraft2012-08-102-14/+30
* target: Change method names so they make more senseGeorge Kraft2012-08-072-23/+24
* cxmanage: Add "info ubootenv" commandGeorge Kraft2012-08-061-0/+19
* cxmanage: Add "info basic" commandGeorge Kraft2012-08-062-0/+29
* Various cleanupGeorge Kraft2012-08-032-56/+49
* Replace rstrip().lstrip() with strip()George Kraft2012-08-022-6/+4
* Simplify boot order preservation during firmware updatesGeorge Kraft2012-08-022-17/+17
* ipmitool: make lanplus usage optionalJason Hobbs2012-07-241-1/+1
* ipmitool: always use lanplusJason Hobbs2012-07-241-1/+1
* controller: Only print ipmitool output if it's non-emptyGeorge Kraft2012-07-201-1/+1
* infodump: pylint warningGeorge Kraft2012-07-181-6/+6
* infodump: Read memory addresses 8 words at a timeGeorge Kraft2012-07-183-2950/+1147
* target: Make work_dir be a class variableGeorge Kraft2012-07-183-84/+99
* controller: Make ipmitool_command work like the other commands.George Kraft2012-07-181-38/+11
* target: Remove get/set ubootenv methodsGeorge Kraft2012-07-182-15/+14
* Clean up pylint warningsGeorge Kraft2012-07-172-2/+2
* target: Always read ubootenv from active slotGeorge Kraft2012-07-171-12/+15
* infodump: Add u-boot environment to dumpGeorge Kraft2012-07-172-1/+20
* infodump: Add CDB and memory dumpsGeorge Kraft2012-07-175-47/+5899
* cxmanage: Add "info dump" commandGeorge Kraft2012-07-173-4/+206