Merge "Change 'decom' to clean/cleaning"
This commit is contained in:
@@ -34,7 +34,7 @@ ironic-api
|
|||||||
|
|
||||||
ironic-conductor
|
ironic-conductor
|
||||||
Adds/edits/deletes nodes; powers on/off nodes with ipmi or ssh;
|
Adds/edits/deletes nodes; powers on/off nodes with ipmi or ssh;
|
||||||
provisions/deploys/decommissions bare metal nodes.
|
provisions/deploys/cleans bare metal nodes.
|
||||||
|
|
||||||
ironic-python-agent
|
ironic-python-agent
|
||||||
A python service which is run in a temporary ramdisk to provide
|
A python service which is run in a temporary ramdisk to provide
|
||||||
|
|||||||
@@ -737,7 +737,7 @@ class BaseAgentVendor(AgentDeployMixin, base.VendorInterface):
|
|||||||
"""Find a matching node for the agent.
|
"""Find a matching node for the agent.
|
||||||
|
|
||||||
Method to be called the first time a ramdisk agent checks in. This
|
Method to be called the first time a ramdisk agent checks in. This
|
||||||
can be because this is a node just entering decom or a node that
|
can be because this is a node just entering cleaning or a node that
|
||||||
rebooted for some reason. We will use the mac addresses listed in the
|
rebooted for some reason. We will use the mac addresses listed in the
|
||||||
kwargs to find the matching node, then return the node object to the
|
kwargs to find the matching node, then return the node object to the
|
||||||
agent. The agent can that use that UUID to use the node vendor
|
agent. The agent can that use that UUID to use the node vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user