We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e321d65 commit 5ea121cCopy full SHA for 5ea121c
doc/source/operations/control-plane-operation.rst
@@ -210,11 +210,12 @@ following order:
210
Rebooting a node
211
----------------
212
213
+Use ``reboot.yml`` playbook to reboot nodes
214
Example: Reboot all compute hosts apart from compute0:
215
216
.. code-block:: console
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'
219
220
References
221
----------
0 commit comments