summaryrefslogtreecommitdiff
path: root/cxmanage_api
Commit message (Expand)AuthorAgeFilesLines
* CXMAN-223: Add partition_config command to CLIGeorge Kraft2013-12-171-0/+25
* CXMAN-223: Make Node.run_fabric_tftp_command return file contentsGeorge Kraft2013-12-172-24/+21
* CXMAN-223: Make Node._run_fabric_command publicGeorge Kraft2013-12-172-11/+19
* nojira: Fix pylint error.evasquez2013-12-161-7/+4
* nojira: clean up some additional pylint warningsGeorge Kraft2013-12-165-16/+20
* nojira: Clean up pylint warnings in cxmanage_api.testsGeorge Kraft2013-12-1615-171/+191
* AIT-572: Remove the TimeoutError and raise the actual error upon timeoutevasquez2013-12-161-8/+11
* CXMAN-261: Merge branch 'credentials'George Kraft2013-12-138-61/+192
|\
| * CXMAN-261: Update CLI to use Fabric/Node credentials argumentsGeorge Kraft2013-12-112-9/+22
| * CXMAN-261: Update Node and Fabric to use Credentials objectsGeorge Kraft2013-12-114-52/+45
| * CXMAN-261: Add a Credentials class and unit tests for itGeorge Kraft2013-12-112-0/+125
* | CXMAN-277: Remove guid from node.__hash__ and node.__eq__George Kraft2013-12-132-26/+17
* | CXMAN-272: Fixes from crucible commentsGreg Lutostanski2013-12-131-11/+8
* | CXMAN-272: Update fabric.refresh to not destroy objectsGreg Lutostanski2013-12-131-20/+38
* | CXMAN-272: Add node.refresh() which takes in an updated nodeGreg Lutostanski2013-12-131-3/+22
* | CXMAN-272: Add NodeMismatchError for node.refresh()Greg Lutostanski2013-12-131-0/+26
* | CXMAN-274 guard against bad return from get networksmatthew.hodgins2013-12-121-3/+9
* | nojira: fixed typo (copy/paste error)evasquez2013-12-121-4/+4
* | CXMAN-258 moving uplink_status from node to fabmatthew.hodgins2013-12-112-23/+23
|/
* CXMAN-273 add support for creating private networksmatthew.hodgins2013-12-111-2/+7
* CXMAN-258 calling proper ipmi commandmatthew.hodgins2013-12-111-1/+1
* nojira doc changematthew.hodgins2013-12-111-2/+2
* nojira fixing to vs frommatthew.hodgins2013-12-111-1/+1
* CXMAN-258 expose get/set iface to network assignmentmatthew.hodgins2013-12-111-0/+31
* CXMAN-258 exposing removing/unassigning networksmatthew.hodgins2013-12-111-0/+38
* CXMAN-258 expose adding/assigning networksmatthew.hodgins2013-12-111-0/+19
* CXMAN-258 expose get networks/uplinks +CRCXMANAGEmatthew.hodgins2013-12-111-0/+50
* CXMAN-258 added function to get/set uplink_modematthew.hodgins2013-12-111-0/+20
* AIT-527 expose uplink statusmatthew.hodgins2013-12-111-1/+22
* CXMAN-269: Use "0.0" as the primary node ID if 0 doesn't existGeorge Kraft2013-12-101-6/+5
* CXMAN-271: Use a cleaner retry mechanism for get_fabric_ipinfo/macsGeorge Kraft2013-12-101-69/+71
* CXMAN-271: Add a retry decoratorGeorge Kraft2013-12-101-0/+66
* CXMAN-269: Allow node IDs to be stringsGeorge Kraft2013-12-104-27/+29
* CXMAN-268: Do a simple IPMI command in fabric.refresh(wait=True)George Kraft2013-12-101-0/+2
* CXMAN-267: Catch ParseError in fabric.refresh()George Kraft2013-12-101-2/+2
* CXMAN-219: Add image type and partition to fwupdate logsGeorge Kraft2013-12-092-57/+25
* CXMAN-265: Raise an error if we get 0.0.0.0 in IP infoGeorge Kraft2013-12-092-3/+18
* CXMAN-255: Retry config reset up to 3 timesGeorge Kraft2013-12-091-9/+11
* CXMAN-263: Remove the cxmanage_api.dummy packageGeorge Kraft2013-12-0711-43/+41
* CXMAN-263: Add unit tests for the Dummy classGeorge Kraft2013-12-071-0/+105
* CXMAN-263: Change Dummy to be a proper subclass of MockGeorge Kraft2013-12-073-27/+19
* CXMAN-263: Move Mock spec to a class variableGeorge Kraft2013-12-073-30/+31
* CXMAN-263: Refactor DummyNode to use the generic DummyGeorge Kraft2013-12-052-94/+40
* CXMAN-263: Move DummyNode from fabric_test into the dummy packageGeorge Kraft2013-12-054-282/+344
* CXMAN-263: Rename "dummies" subpackage to "dummy"George Kraft2013-12-057-7/+7
* CXMAN-263: Refactor DummyBMC to use the generic Dummy classGeorge Kraft2013-12-053-184/+73
* CXMAN-263: Don't use the wrap functionality in MockGeorge Kraft2013-12-051-16/+22
* CXMAN-263: Add dummy's instance variables to SpeccedMockGeorge Kraft2013-12-051-2/+6
* CXMAN-263: Factor dummies out of node_testGeorge Kraft2013-12-046-678/+774
* CXMAN-263: Add generic Dummy class infrastructureGeorge Kraft2013-12-042-0/+94