tripleo-docs/doc/source/advanced_deployment/introspect_single_node.rst
Ben Nemec 6c31de6bc2 Streamline the basic deployment flow
There were a couple of non-basic steps that got included in the
mainline deployment docs.  Let's move those to the advanced
section and leave links in the basic flow so they're easy to find
for people who want them.

Co-Authored-By: Swapnil Kulkarni <me@coolsvap.net>
Change-Id: Id8c9a689060df85b5ee87390a5510a569236b553
2016-04-04 14:54:33 +05:30

1.0 KiB

Introspecting a Single Node

In addition to bulk introspetion, you can also introspect nodes one by one. When doing so, you must take care to set the correct node states manually. Use ironic node-show UUID command to figure out whether nodes are in manageable or available state. For all nodes in available state, start with putting a node to manageable state:

ironic node-set-provision-state UUID manage

Then you can run introspection:

openstack baremetal introspection start UUID

This command won't poll for the introspection result, use the following command to check the current introspection state:

openstack baremetal introspection status UUID

Repeat it for every node until you see True in the finished field. The error field will contain an error message if introspection failed, or None if introspection succeeded for this node.

Do not forget to make nodes available for deployment afterwards:

ironic node-set-provision-state UUID provide