refer to 'openstack baremetal' CLI in docs
The 'ironic' CLI is going to be deprecated [1]; the 'openstack baremetal' (OSC) CLI should be used instead. This changes the documentation to refer to the OSC CLI. [1] https://bugs.launchpad.net/python-ironicclient/+bug/1700815 Change-Id: I737ba38c6130e7ba123368b6081c4923d1423d98
This commit is contained in:
parent
fa6163c8f8
commit
16148bf6c8
@ -26,12 +26,12 @@ Node States
|
||||
* The nodes should be moved to ``MANAGEABLE`` provision state before
|
||||
introspection (requires *python-ironicclient* of version 0.5.0 or newer)::
|
||||
|
||||
ironic node-set-provision-state <UUID> manage
|
||||
openstack baremetal node manage <node>
|
||||
|
||||
* After successful introspection and before deploying nodes should be made
|
||||
available to Nova, by moving them to ``AVAILABLE`` state::
|
||||
|
||||
ironic node-set-provision-state <UUID> provide
|
||||
openstack baremetal node provide <node>
|
||||
|
||||
.. note::
|
||||
Due to how Nova interacts with Ironic driver, you should wait 1 minute
|
||||
|
@ -6,8 +6,9 @@ Workflow
|
||||
|
||||
Usual hardware introspection flow is as follows:
|
||||
|
||||
* Operator enrolls nodes into Ironic_ e.g. via ironic CLI command.
|
||||
Power management credentials should be provided to Ironic at this step.
|
||||
* Operator enrolls nodes into Ironic_ e.g. via `openstack baremetal CLI`_
|
||||
command. Power management credentials should be provided to Ironic at this
|
||||
step.
|
||||
|
||||
* Nodes are put in the correct state for introspection as described in
|
||||
:ref:`node states <node_states>`.
|
||||
@ -81,3 +82,4 @@ The diagram also shows events that trigger state transitions.
|
||||
:alt: ironic-inspector state machine diagram
|
||||
|
||||
.. _Ironic: https://wiki.openstack.org/wiki/Ironic
|
||||
.. _openstack baremetal CLI: https://docs.openstack.org/python-ironicclient/latest/cli/osc_plugin_cli.html
|
||||
|
Loading…
Reference in New Issue
Block a user