ironic/ironic/tests/unit/api
Julia Kreger 832826f640 Active Node Creation via adopt state
At present the ironic API explicitly sets the new state for
nodes to the beginning step in the ironic workflow.

As part of hardware fleet lifecycle management, an operator
expects to be able to migrate inventory and control systems
for their hardware fleet utilizing their existing inventory
data and allocation records. Ultimately this means that
an imported host MAY already be allocated and unavailable
for immediate allocation.

As such, a mechanism is required to permit users to put nodes
into an ACTIVE state without performing a deployment operation.

This adds a new API provision_state verb to allow users to move
nodes from MANAGEABLE state to ACTIVE state.

Partial-Bug: #1526315
Change-Id: Ib3eadf4172e93add9a9855582f56cbb3707f3d39
Depends-On: Ie114bfaab249d73ea3ca7c0edc314ca1ed0448eb
2016-06-07 09:13:22 -04:00
..
v1 Active Node Creation via adopt state 2016-06-07 09:13:22 -04:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_acl.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_base.py Use assertEqual/Greater/Less/IsNone 2016-03-01 11:54:52 +01:00
test_hooks.py Append 'Openstack-Request-Id' header to the response 2016-03-22 10:38:39 -07:00
test_middleware.py Replace HTTP 'magic numbers' with constants 2015-12-06 08:25:45 -08:00
test_root.py Expose versioning information on GET / endpoint 2015-10-13 14:47:30 +00:00
utils.py Clean up test node post data 2016-03-25 00:31:55 +08:00