deepsea-stage-run - Run DeepSea stages with real-time, user-friendly output.
deepsea stage
run [--help] [--hide-dynamic-steps] [--hide-state-steps]
[--simple-output]
<stage_name>
Runs a DeepSea stage, showing its execution progress in real-time.
This commands is an alternative to the Salt-based commands for running DeepSea stages (or any DeepSea orchestration state file). For instance:
deepsea stage run ceph.stage.0
is equivalent to:
salt-run state.orch ceph.stage.0
The stage name <stage_name> corresponds to the way Salt orchestration state files are referenced. For example, stage deploy, which corresponds to the directoy located in /srv/salt/ceph/stage/deploy, is referenced as ceph.stage.deploy
--help
Shows the help message.
--hide-dynamic-steps
Disables the visualization of dynamic steps.
--hide-state-steps
Disables the visualization of Salt state intermediate steps. This may speed up the initialization time for running a stage.
--simple-output
Enables a minimalistic visualization layout without colors. Useful when redirecting the monitor output to a text file.
Run stage 0
deepsea stage run ceph.stage.0
Run stage radosgw
deepsea stage run ceph.stage.radosgw
deepsea.commands(1)