deepsea-stage-dry-run - Shows DeepSea stage execution steps
deepsea stage
dry-run [--help] [--hide-state-steps] [--only-visible-steps]
[--clear-cache] [--no-cache]
<stage_name>
Parses a DeepSea stage and generates a detailed report showing all steps in order of execution.
This command can be used to understand what a stage will do, without actually running the stage. For instance, it shows the total number of steps; the type of each step, either Runner, State, or Module; in which minion each step will execute; and other relevant information.
--help
Shows the help message.
--hide-state-steps
Disables the parsing of Salt state intermediate steps.
--only-visible-steps
Only show steps that have fire_event=True in their Salt configuration.
By default, all steps defined in each state file are shown. This option only takes effect if --hide-state-steps was not enabled.
--clear-cache
Deletes all cache files that resulted from previous executions of this command.
--no-cache
Disables caching of stage parsing results.
Show stage 0
deepsea stage dry-run ceph.stage.0
Show stage radosgw
deepsea stage dry-run ceph.stage.radosgw