summaryrefslogtreecommitdiff
path: root/cxmanage_api/fabric.py
Commit message (Expand)AuthorAgeFilesLines
* nojira: Updated copyright headersGeorge Kraft2013-11-071-1/+1
* CXMAN-243: Add a wait=True flag to fabric.refresh()George Kraft2013-10-211-15/+42
* CXMAN-218: Remove node_fru and slot_fru commandsGeorge Kraft2013-10-031-38/+0
* CXMAN-238: Only spawn a single InternalTftp instance by defaultGeorge Kraft2013-10-011-1/+1
* nojira: fixed pylint warnings.evasquez2013-08-261-4/+13
* add flag that allows the caller to only try to turn on or off nodes that are ...Rye Terrell2013-08-161-2/+6
* Fixed some code comments that were effecting sphinx doc output.evasquez2013-08-151-0/+1
* Create Commands to Get FRU VersionsSheldon Sandbekkhaug2013-08-091-0/+38
* Added keyword arguments to _run_on_all_nodes()Sheldon Sandbekkhaug2013-08-051-2/+3
* Trivial mergeSheldon Sandbekkhaug2013-07-221-4/+92
|\
| * Fabric: Add a CompositeBMC class for parallelizing BMC method callsGeorge Kraft2013-07-221-0/+48
| * SW-2207: Fabric: Add methods for macaddr_base and macaddr_maskGeorge Kraft2013-07-221-4/+44
* | Add a function to get uplink info through cxmanage_apiSheldon Sandbekkhaug2013-07-221-8/+6
* | Add a function to get the uplink speed for every node in the fabricSheldon Sandbekkhaug2013-07-191-0/+16
|/
* CXMAN-210: Add command for modifying pxe interfaceRipal Nathuji2013-07-181-0/+35
* 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
* AIT:Added a refresh() function for Fabrics.evasquez2013-06-131-17/+19
* pylint warningsGeorge Kraft2013-05-031-0/+1
* Fabric: Re-order a couple of methodsGeorge Kraft2013-05-031-30/+30
* Node: Remove "fabric" from many of the method namesGeorge Kraft2013-05-031-4/+4
* 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-031-40/+18
* fabric/node: Clean up macaddr commandsGeorge Kraft2013-05-011-2/+4
* Remove the "info dump" commandGeorge Kraft2013-04-291-22/+0
* Node/Fabric: Add a "wait" flag to the mc_reset commandGeorge Kraft2013-04-291-2/+5
* Added support for add/rm mac address to a node/interface combo.Sumedh Sathaye2013-04-261-0/+34
* Added support for get_fabric_depth_chart()Tyler Mock2013-04-261-1/+17
* FABRICIFII-65 (Part 2): Add cxmanage_api support for get/set link usersDanny Nold2013-04-241-3/+31
* Added support for get_linkmap() and get_routing_table()Tyler Mock2013-04-241-0/+22
* Merge branch 'master' of ssh://git/var/git/cx_manage_utilevasquez2013-04-231-2/+5
|\
| * CXMAN-191: Add ecme_tftp_port option to Fabric and Node objectsGeorge Kraft2013-04-221-2/+5
* | Added support for get_fabric_link_stats()evasquez2013-04-231-0/+15
|/
* Formatted code/docs.evasquez2013-04-191-10/+11
* Added support for fabric_config_get_uplink()Tyler Mock2013-04-191-0/+30
* Removed putting single threaded calls into a multi-threaded queue.evasquez2013-04-181-9/+3
* Added support for fabric get_uplink_info()evasquez2013-04-181-4/+31
* AIT-98: align with new interface names from pyipmiJason Hobbs2013-04-181-9/+9
* FABRICIFII-65, AIT-93- Linkspeed test cx_manage infrastructure (Part 1)Danny Nold2013-04-151-2/+75
* AIT-96: implement Fabric.get_ipaddr_base()Jason Hobbs2013-04-121-0/+12
* AIT-95: add Fabric.apply_factory_default_config() methodJason Hobbs2013-04-121-0/+7
* AIT-92: add Fabric.set_ipsrc() methodJason Hobbs2013-04-121-0/+10
* AIT-92: change master_node to primary_nodeJason Hobbs2013-04-121-4/+4
* AIT-92: add Fabric.get_ipsrc methodJason Hobbs2013-04-121-0/+11
* AIT-92: introduce Fabric.master_nodeJason Hobbs2013-04-121-0/+14
* CXMAN-181: Properly document the get_server_ip() methodsGeorge Kraft2013-03-111-2/+29