Skip to content

Commit b7b776f

Browse files
committed
Use reboot playbook rather than shutdown command
1 parent 5b12bd0 commit b7b776f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/operations/control-plane-operation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,12 @@ following order:
210210
Rebooting a node
211211
----------------
212212

213+
Use ``reboot.yml`` playbook to reboot nodes
213214
Example: Reboot all compute hosts apart from compute0:
214215

215216
.. code-block:: console
216217
217-
kayobe# kayobe overcloud host command run --limit 'compute:!compute0' -b --command "shutdown -r"
218+
kayobe# kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml --limit 'compute:!compute0'
218219
219220
References
220221
----------

0 commit comments

Comments
 (0)