summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-11-17 08:56:43 -0800
committerJulia Kreger <juliaashleykreger@gmail.com>2020-11-17 08:56:43 -0800
commit9df407845f9b3842049e4fb37dcdeedc28ef4d49 (patch)
tree038f2d843e43d8589132c1f70cf224f7bcd96bcc /doc
parent20886329e7f212af10de4a9f1247bd04781644e0 (diff)
downloadironic-9df407845f9b3842049e4fb37dcdeedc28ef4d49.tar.gz
Minor follow-up doc change
I7cd08a37071ce330b4c254595d0745ca154ced2b only got some of the $uuid instances. I thought I was just getting one, but there were several. *shrugs* Change-Id: I93a63c898a54926edd93b1978e86d0bdb33fe55e
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/upgrade-to-hardware-types.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/admin/upgrade-to-hardware-types.rst b/doc/source/admin/upgrade-to-hardware-types.rst
index 93d293142..ee114aea4 100644
--- a/doc/source/admin/upgrade-to-hardware-types.rst
+++ b/doc/source/admin/upgrade-to-hardware-types.rst
@@ -97,7 +97,7 @@ set new values for some or all interfaces:
done
for uuid in $(baremetal node list --driver agent_ipmitool -f value -c UUID); do
- baremetal node set $uuid --driver ipmi --deploy-interface direct
+ baremetal node set <node> --driver ipmi --deploy-interface direct
done
See :doc:`/install/enrollment` for more details on setting hardware types and
@@ -147,7 +147,7 @@ Then you can tell your nodes to use this interface, for example:
export OS_BAREMETAL_API_VERSION=1.31
for uuid in $(baremetal node list --driver ipmi -f value -c UUID); do
- baremetal node set $uuid --inspect-interface inspector
+ baremetal node set <node> --inspect-interface inspector
done
.. note::
@@ -186,7 +186,7 @@ to update all nodes use:
export OS_BAREMETAL_API_VERSION=1.31
for uuid in $(baremetal node list --driver ipmi -f value -c UUID); do
- baremetal node set $uuid --console-interface ipmitool-shellinabox
+ baremetal node set <node> --console-interface ipmitool-shellinabox
done
RAID
@@ -210,7 +210,7 @@ RAID interface. For example, to update all nodes use:
export OS_BAREMETAL_API_VERSION=1.31
for uuid in $(baremetal node list --driver ipmi -f value -c UUID); do
- baremetal node set $uuid --raid-interface agent
+ baremetal node set <node> --raid-interface agent
done
.. note::