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

This commit is contained in:
Zuul 2023-10-06 15:46:55 +00:00 committed by Gerrit Code Review
commit a2917c7c90
1 changed files with 4 additions and 0 deletions

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
-------------------------------