summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* node_test: Fix the get_fabric_link_stats test caseGeorge Kraft2013-05-021-3/+3
* 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
* Merge branch 'master' of ssh://git.calxeda.com/var/git/cx_manage_utilTyler Mock2013-04-302-7/+48
|\
| * CXMAN-196: Node: Add post-verification checks to firmware updateGeorge Kraft2013-04-302-7/+48
* | Changed fabric commands to use _run_fabric_command in node.py andTyler Mock2013-04-303-78/+177
|/
* CXMAN-189: fwupdate: Don't reset if ECME version < 1.2.0George Kraft2013-04-301-0/+14
* CXMAN-189: Change "fullupdate" command to "fwupdate --full"George Kraft2013-04-301-49/+39
* Merge branch 'master' of ssh://git/var/git/cx_manage_utilevasquez2013-04-3012-4839/+118
|\
| * Remove the "info dump" commandGeorge Kraft2013-04-2911-4780/+2
| * CXMAN-194: Clean up the "cxmanage info -h" usage outputGeorge Kraft2013-04-291-7/+3
| * Node/Fabric: mc_reset: Sleep 60 seconds before pinging a hostGeorge Kraft2013-04-291-8/+1
| * CXMAN-189: Add a "fullupdate" command to the cxmanage scriptGeorge Kraft2013-04-292-50/+88
| * Node/Fabric: Add a "wait" flag to the mc_reset commandGeorge Kraft2013-04-292-3/+33
* | Uplink info needs integer keys, not strevasquez2013-04-301-2/+2
* | Removed white spcevasquez2013-04-291-1/+1
|/
* Added a _run_fabric_command() function.evasquez2013-04-292-118/+62
* CXMAN-195: Add a NOTE to check the node count after discovering IPsGeorge Kraft2013-04-261-0/+3
* CXMAN-187: Add examples to the cxmanage -h usage printGeorge Kraft2013-04-261-6/+18
* CXMAN-160: Add image types and example to fwupdate -h usage printGeorge Kraft2013-04-261-23/+29
* DummyBMC: Add fabric_get_macaddr and fabric_rm_macaddrGeorge Kraft2013-04-261-0/+6
* CXMAN-186: Add some friendly error messages to sol_tabsGeorge Kraft2013-04-261-0/+10
* CXMAN-186: Add cxmanage copyright to sol_tabsGeorge Kraft2013-04-261-1/+29
* CXMAN-186: Add sol_tabs to cxmanageGeorge Kraft2013-04-262-1/+20
* Added support to get the depth chart from a node.Sumedh Sathaye2013-04-261-0/+67
* Added support to get a node's link map.Sumedh Sathaye2013-04-261-1/+56
* Added support to get the routing table of a node.Sumedh Sathaye2013-04-261-0/+67
* Added per-node support for virtaul mac addr set/get test.Sumedh Sathaye2013-04-262-3/+20
* Added support for add/rm mac address to a node/interface combo.Sumedh Sathaye2013-04-263-0/+81
* Changed parsing of get_fabric_depth_chart() outputTyler Mock2013-04-261-4/+8
* Added support for get_fabric_depth_chart()Tyler Mock2013-04-262-1/+80
* cx_exceptions: Remove NoBootCmdDefaultErrorGeorge Kraft2013-04-251-25/+0
* CXMAN-188: Node: Don't manually change ubootenv variablesGeorge Kraft2013-04-252-4/+4
* CXMAN-188: Update set_boot_order for new u-boot environmentsGeorge Kraft2013-04-253-31/+72