summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v0.9.0' into win32_supportv0.9.0-win32_supportGeorge Kraft2013-08-0817-251/+1585
|\
| * node: Fix string/list concatenation error in update_firmwarev0.9.0George Kraft2013-07-221-1/+1
| * node: Remove try/catch of Exception around the UbootEnv classGeorge Kraft2013-07-223-20/+20
| * Bump to version v0.9.0, bump ipmitool/pyipmi version requirementsGeorge Kraft2013-07-222-4/+4
| * Fabric: Add a CompositeBMC class for parallelizing BMC method callsGeorge Kraft2013-07-223-4/+72
| * SW-2207: Fabric: Add methods for macaddr_base and macaddr_maskGeorge Kraft2013-07-223-4/+106
| * CXMAN-210: Persist pxe interface setting across firmware updatesRipal Nathuji2013-07-181-0/+1
| * CXMAN-210: Add command for modifying pxe interfaceRipal Nathuji2013-07-187-2/+251
| * Moved tftp to lazy init.evasquez2013-07-121-3/+3
| * Added examples for get_linkmap() and get_routing_table().evasquez2013-07-111-1/+10
| * Added doc examples for get_link_stats() and get_depth_chart().evasquez2013-07-111-0/+41
| * Added doc example usage for get_sel().evasquez2013-07-111-0/+12
| * Added doc example usage for get_fabric_macaddrs().evasquez2013-07-111-0/+14
| * Added doc example usage for get_depth_chart()evasquez2013-07-111-0/+5
| * Added doc example usage for get_routing_table.evasquez2013-07-111-0/+3
| * Added doc example for get_linkmap()evasquez2013-07-111-0/+3
| * Added doc example for get_link_stats()evasquez2013-07-111-0/+21
| * Fixed example usage that had fabric instead of node.evasquez2013-07-111-19/+19
| * Added loggers to the API index for cxmanage_api.evasquez2013-07-111-0/+1
| * node_test.pySheldon Sandbekkhaug2013-07-021-0/+6
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-021-7/+6
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-022-23/+10
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-023-90/+426
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-024-184/+166
| * (CXMAN-203) Log status during firmware updateSheldon Sandbekkhaug2013-06-283-3/+225
| * Merge branch 'master' of ssh://git.calxeda.com/var/git/cx_manage_utilSheldon Sandbekkhaug2013-06-253-184/+68
| |\
| | * CXMAN-205: Test TFTP download before doing firmware updatesGeorge Kraft2013-06-242-2/+4
| | * CXMAN-206: Remove unnecessary checks around bmc firmware callsGeorge Kraft2013-06-241-12/+0
| | * CXMAN-206: Remove NoFirmwareInfoErrorGeorge Kraft2013-06-242-32/+2
| | * CXMAN-213: Allow firmware updates with a single UBOOTENV partitionGeorge Kraft2013-06-211-6/+14
| | * node.py: Clean up some old, obsolete behaviorGeorge Kraft2013-06-201-11/+0
| | * CXMAN-206: Remove the _parse_ipmierror methodGeorge Kraft2013-06-201-137/+70
| | * CXMAN-206: Remove error handling around bmc.check_firmware()George Kraft2013-06-201-8/+2
| * | (CXMAN-194) Create a command to get all dataSheldon Sandbekkhaug2013-06-254-54/+49
| * | (CXMAN-194) Create a command to get all dataSheldon Sandbekkhaug2013-06-246-535/+402
| * | (CXMAN-194) Create a command to get all dataSheldon Sandbekkhaug2013-06-212-0/+525
| |/
| * AIT:Added a refresh() function for Fabrics.evasquez2013-06-131-17/+19
* | Changes to allow cxmanage_api to be used with CxBreeze in Win32 systems, and ...dlynch2013-06-175-20/+23
|/
* CXMAN-207: Retry firmware TFTP transfers up to 3 timesGeorge Kraft2013-06-071-8/+16
* bump to v0.8.2v0.8.2George Kraft2013-05-091-1/+1
* CXMAN-202: Abort fwupdate --full if any step fails along the wayGeorge Kraft2013-05-091-13/+14
* bump to v0.8.1v0.8.1George Kraft2013-05-081-1/+1
* setup.py: Move sphinx, cloud_sptheme to optional dependenciesGeorge Kraft2013-05-081-2/+3
* bump to v0.8.0v0.8.0George Kraft2013-05-031-1/+1
* Bump requirements: pyipmi>=0.7.1, ipmitool>=-cx5George Kraft2013-05-032-3/+3
* pylint warningsGeorge Kraft2013-05-032-1/+3
* Fabric: Re-order a couple of methodsGeorge Kraft2013-05-031-30/+30
* Node: Remove "fabric" from many of the method namesGeorge Kraft2013-05-034-35/+35
* Fabric: Fix get_link_stats to match Node.get_fabric_link_stats()George Kraft2013-05-031-9/+10
* Fabric: Parallelize get_linkmap, get_routing_table, get_depth_chartGeorge Kraft2013-05-031-21/+20