summaryrefslogtreecommitdiff
path: root/cxmanage_api
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v0.9.0' into win32_supportv0.9.0-win32_supportGeorge Kraft2013-08-088-234/+985
|\
| * 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
| * Fabric: Add a CompositeBMC class for parallelizing BMC method callsGeorge Kraft2013-07-222-4/+53
| * SW-2207: Fabric: Add methods for macaddr_base and macaddr_maskGeorge Kraft2013-07-221-4/+44
| * CXMAN-210: Persist pxe interface setting across firmware updatesRipal Nathuji2013-07-181-0/+1
| * CXMAN-210: Add command for modifying pxe interfaceRipal Nathuji2013-07-183-0/+134
| * 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
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-021-7/+6
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-021-7/+9
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-023-90/+426
| * (CXMAN-203) Firmware Update LogsSheldon Sandbekkhaug2013-07-022-176/+149
| * (CXMAN-203) Log status during firmware updateSheldon Sandbekkhaug2013-06-281-2/+216
| * 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-251-0/+5
| * | (CXMAN-194) Create a command to get all dataSheldon Sandbekkhaug2013-06-241-0/+3
| |/
| * 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
* 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-032-8/+8
* 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
* Fabric: Simplify get_firmware_info_dict and get_versions_dictGeorge Kraft2013-05-031-9/+3
* Fabric: Clean up docstringsGeorge Kraft2013-05-031-4/+4
* Fabric: Rename _run_command, remove the "special case" commentsGeorge Kraft2013-05-032-43/+18
* some pylint warningsGeorge Kraft2013-05-021-5/+7
* Node: Fix get_fabric_link_stats to use the right pyipmi commandGeorge Kraft2013-05-021-1/+1
* Node: Remove get_node_depth_chart, update get_fabric_depth_chartGeorge Kraft2013-05-021-68/+1
* Node: Remove get_node_link_mapGeorge Kraft2013-05-021-55/+0
* Node: Remove get_node_routing_tableGeorge Kraft2013-05-021-67/+0
* fabric/node: Clean up macaddr commandsGeorge Kraft2013-05-012-24/+22