[DOC] Add a little more clarity regarding parent/child nodes

Change-Id: I42205af77484bc4679fc0f8c579b3b980c00ec89
This commit is contained in:
Julia Kreger 2023-09-07 12:52:23 -07:00
parent 985c7fdf21
commit ca5be6338d

View File

@ -411,6 +411,10 @@ with it's own management controller. For example "SmartNIC's" or Data
Processing Units (DPUs) which may have their own management controller and
power control.
The relationship between a parent node and a child node is established on the child node. Example::
baremetal node set --parent-node <parent_node_uuid> <child_node_uuid>
Child Node Clean Step Execution
-------------------------------