summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v0.10.2' into baserock/morphbaserock/morphDaniel Silverstone2013-11-1943-712/+3324
|\ | | | | | | v0.10 post-release tag for pyinstaller support
| * nojira: Bump to cxmanage v0.10.2, pyipmi requirement to v0.9.1v0.10.2George Kraft2013-11-123-3/+3
| |
| * CXMAN-254: Remove pkg_resources.require usage from firmware_packageGeorge Kraft2013-11-121-7/+9
| |
| * CXMAN-254: Remove pkg_resources.require usage in cxmanage scriptGeorge Kraft2013-11-121-18/+6
| | | | | | | | Still using pkg_resources.parse_version, that's ok for now.
| * CXMAN-254: Remove pkg_resources usage in tspackage.pyGeorge Kraft2013-11-121-5/+4
| |
| * CXMAN-254: Move version definition from setup.py to __init__.pyGeorge Kraft2013-11-122-1/+12
| | | | | | | | | | This makes the cxmanage package accessible via the cxmanage_api.__version__ variable.
| * AIT-537: Added support for Chassis ID in dummy node.evasquez2013-11-111-1/+6
| | | | | | Signed-off-by: evasquez <eric.vasquez@calxeda.com>
| * nojira raise entire stderr in IpmiErrormatthew.hodgins2013-11-081-3/+3
| | | | | | Signed-off-by: matthew.hodgins <matthew.hodgins@calxeda.com>
| * AIT-528 raise an exception when ipmitool_command returns with non-zeromatthew.hodgins2013-11-081-0/+4
| | | | | | Signed-off-by: matthew.hodgins <matthew.hodgins@calxeda.com>
| * nojira: Bump to v0.10.1v0.10.1George Kraft2013-11-071-1/+1
| |
| * nojira: Updated copyright headersGeorge Kraft2013-11-0739-38/+68
| |
| * nojira: Bump to v0.10.0, bump pyipmi/ipmitool requirementsv0.10.0George Kraft2013-11-052-4/+4
| |
| * CXMAN-231: Add PMIC version to get_versions and tspackageGeorge Kraft2013-11-053-0/+9
| |
| * CXMAN-251: Clean up whitespace in tspackage outputGeorge Kraft2013-11-051-12/+4
| |
| * CXMAN-236: Add client-side info to tspackageGeorge Kraft2013-11-051-1/+36
| | | | | | | | Operating system/distro, tool versions, and python packages
| * CXMAN-242: Add ECME serial logs to tspackageGeorge Kraft2013-11-051-0/+32
| |
| * CXMAN-242: Make Node._read_fru be a public methodGeorge Kraft2013-11-051-11/+20
| |
| * CXMAN-237: Use sel_elist instead of sel_listGeorge Kraft2013-11-051-1/+1
| |
| * CXMAN-250: Retry 3 times to get fabric MAC addressesGeorge Kraft2013-11-041-19/+37
| |
| * CXMAN-250: Retry 3 times to get fabric IP infoGeorge Kraft2013-11-042-17/+27
| | | | | | | | | | The ECME can sometimes give us incomplete info, so, let's retry a couple of times and raise a ParseError if they all fail.
| * CXMAN-250: Factor out the empty file check in fabric commandsGeorge Kraft2013-11-041-29/+3
| |
| * CXMAN-246: Add node ID to Node.__str__George Kraft2013-10-241-1/+1
| |
| * CXMAN-245: Add __str__ to FirmwarePackageGeorge Kraft2013-10-241-0/+3
| |
| * CXMAN-243: Add a wait=True flag to fabric.refresh()George Kraft2013-10-211-15/+42
| |
| * :nojira: Added a --virt-env option to cmuxevasquez2013-10-161-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | If you need to be in your virtual environment to call ipmitool, then cxmux wasn't able to help much. Now you can call cxmux like this: cxmux --virt-env MyVirtEnv ipmitool -I lanplus -U admin -P admin sol activate -H <ip_addr> This will prepend a 'workon MyVirtEnv' before executing your command. Also made the code conform to PEP8 Signed-off-by: evasquez <eric.vasquez@calxeda.com>
| * AIT-371 adding sel to dummynode for unit testing purposesmatthew.hodgins2013-10-151-0/+6
| |
| * CXMAN-230: Allow cxmux to work with tmux v1.7 & installGreg Lutostanski2013-10-072-5/+4
| | | | | | | | (remove -l) and package for command install to the PATH.
| * CXMAN-218: cli: Add EEPROM versions to info/tspackage commandsGeorge Kraft2013-10-033-21/+23
| |
| * CXMAN-218: Clean up the node.get_versions() methodGeorge Kraft2013-10-031-17/+17
| | | | | | | | No functional change.
| * CXMAN-218: Remove node_fru and slot_fru commandsGeorge Kraft2013-10-038-263/+1
| | | | | | | | Those versions will be part of get_versions() instead.
| * CXMAN-225: Increase InternalTftp port deadline to 10 secondsGeorge Kraft2013-10-011-1/+1
| |
| * CXMAN-238: Only spawn a single InternalTftp instance by defaultGeorge Kraft2013-10-013-2/+10
| | | | | | | | I don't think each node needs its own TFTP server.
| * CXMAN-225: Retry obtaining TftpServer port if we get a socket.errorGeorge Kraft2013-10-011-4/+13
| | | | | | | | | | Seems like a race that occurs between the main thread and TftpServer thread.
| * CXMAN-228 simplify updating EEPROMmatthew.hodgins2013-09-265-17/+266
| |
| * CXMAN-230: adding a tmux cxmanage session muxerGreg Lutostanski2013-09-261-0/+51
| | | | | | | | This will hopefully replace sol_tabs eventually
| * CXMAN-221: Fix imports for the cxmanage_api.cli commandsGeorge Kraft2013-09-043-3/+3
| |
| * CXMAN-221: Rename "cxmanage" python package to "cxmanage_api.cli"George Kraft2013-08-2915-25/+29
| | | | | | | | Groups up all the cxmanage functionality under one package. Yay
| * AIT-222 added missing xmlrunner packagematthew.hodgins2013-08-271-0/+1
| |
| * nojira cx_manage tests need to output XML for Jenkins reportingmatthew.hodgins2013-08-271-1/+2
| |
| * AIT-221 allow dummynode to have its power state set beforehandmatthew.hodgins2013-08-271-2/+4
| |
| * nojira: removed comment.evasquez2013-08-271-2/+0
| |
| * nojira: pylint fixesevasquez2013-08-271-0/+3
| |
| * nojira: restore exception export. pylint fixesevasquez2013-08-273-3/+29
| |
| * nojira: pylint fixesevasquez2013-08-276-13/+43
| |
| * nojira: pylintevasquez2013-08-277-9/+36
| |
| * nojira: pylintevasquez2013-08-271-2/+2
| |
| * nojira: pylintevasquez2013-08-271-0/+3
| |
| * nojira: pylint ... more of it ...evasquez2013-08-271-3/+10
| |
| * nojira: fixed pylint warnings.evasquez2013-08-271-7/+11
| |
| * nojira: fixed pylint warns.evasquez2013-08-271-2/+8
| |