summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to v0.7.1v0.7.1George Kraft2012-12-181-1/+1
* Add Calxeda copyright to cx_exceptions.pyGeorge Kraft2012-12-181-0/+30
* CXMAN-178: Maintain node ordering for "sensor" command outputGeorge Kraft2012-12-182-12/+15
* CXMAN-177: Fabric: Handle task errors properlyGeorge Kraft2012-12-183-2/+27
* Bump to v0.7.0v0.7.0George Kraft2012-12-171-1/+1
* cxmanage: Hide tftpy warningsGeorge Kraft2012-12-171-1/+1
* setup.py: Add cxmanage.commands to packagesGeorge Kraft2012-12-171-1/+1
* CXMAN-142: Add a warning message when TFTP transfers failGeorge Kraft2012-12-173-66/+24
* Bump pyipmi requirement to v0.6.2George Kraft2012-12-121-1/+1
* CXMAN-121: Raise the default thread count to 48George Kraft2012-12-122-4/+8
* Remove the "cxpackage" scriptGeorge Kraft2012-12-122-153/+1
* CXMAN-172: Split the "cxmanage" script into multiple filesGeorge Kraft2012-12-1212-753/+1069
* CXMAN-170: Turned on auto-indexing. Added contents page.evasquez2012-12-124-7/+15
* CXMAN-151: Add a prompt to verify the node countGeorge Kraft2012-12-111-19/+37
* CXMAN-168: cxmanage: Add minimum and maximum to the sensor commandGeorge Kraft2012-12-111-39/+27
* Remove support for pluginsGeorge Kraft2012-12-111-88/+76
* Bump pyipmi requirement to 0.6.1George Kraft2012-12-102-2/+2
* CXMAN-144: Node: Catch errors from bmc.get_fabric_macaddr properly.George Kraft2012-12-101-8/+11
* CXMAN-169: evasquez2012-12-104-25/+94
* CXMAN-173: Fixed Sphinx doc warningevasquez2012-12-101-9/+9
* Small formatting fix to cure a Sphinx docgen warning.evasquez2012-12-102-50/+9
* CXMAN-165: Fixed broken http links in docs that pointed to info_basicevasquez2012-12-071-3/+10
* Bump pyipmi and ipmitool requirementsGeorge Kraft2012-12-072-3/+3
* CXMAN-167: Change the get_versions() field namesGeorge Kraft2012-12-074-31/+33
* CXMAN-165: Rename info_basic() to get_versions()George Kraft2012-12-075-31/+30
* CXMAN-162:evasquez2012-12-073-64/+416
* CXMAN-154: Created basic tutorial for fw update.evasquez2012-12-051-2/+104
* CXMAN-152: Sphinxdoc'd tasks.pyevasquez2012-12-053-18/+49
* Merge branch 'master' of ssh://git.calxeda.com/var/git/cx_manage_utilevasquez2012-12-0410-438/+272
|\
| * Clean up some docstrings a little bitGeorge Kraft2012-12-042-5/+1
| * CXMAN-150: Don't busy-wait on Task.join()George Kraft2012-12-041-13/+19
| * CXMAN-150: TaskQueue: Only spawn threads as neededGeorge Kraft2012-12-041-19/+48
| * CXMAN-150: Replace the Command class with a TaskQueueGeorge Kraft2012-12-048-423/+230
| * CXMAN-161: Node: Make get_sensors return a dict instead of a listGeorge Kraft2012-12-043-10/+6
* | CXMAN-153: Started adding fw_upgrade tutorial. Made it consistent withevasquez2012-12-043-5/+95
|/
* setup.py: add sphinx and cloud_sptheme as depsJason Hobbs2012-11-301-1/+7
* InternalTftp: Always listen on all interfacesGeorge Kraft2012-11-292-10/+5
* CXMAN-156, CXMAN-157: Skip 'file' check for most image typesGeorge Kraft2012-11-291-11/+9
* <CXMAN-153>: evasquez2012-11-292-49/+110
* * Added a Fabric code example (still on-going)evasquez2012-11-287-53/+190
* Don't try to verify an Image until it's finished being constructedDavid Schwarz2012-11-271-3/+5
* get_fabric_macaddrs: Use dictionaries instead of listsGeorge Kraft2012-11-273-12/+13
* cxmanage: Revert to old output for macaddrs commandGeorge Kraft2012-11-273-6/+9
* Node: Add get_fabric_macaddrs method back in.George Kraft2012-11-273-25/+122
* * Finished Sphinx doc'ing cxmanage_api.evasquez2012-11-218-214/+685
* * Sphinx doc: command, crc32, cx_exceptions, tftp, node, fabric.evasquez2012-11-217-222/+389
* * More sphinx doc'ing for node and fabric classes.evasquez2012-11-203-112/+381
* CXMAN-146: Fabric: lazy node discoveryJason Hobbs2012-11-202-7/+19
* CXMAN-145: ExternalTftp: Raise more meaninful error messagesGeorge Kraft2012-11-202-1/+16
* CXMAN-142: Node: Make TFTP error messages more descriptiveGeorge Kraft2012-11-201-7/+3