Running plans from the console
Run ad hoc plans from the console.
Install the tasks you want to use.
Make sure you have permissions necessary to run tasks.
When you set up a plan run from the console, the orchestrator creates an ID to track the plan run, shows the nodes included in the plan, and runs the plan on those nodes in the appropriate order. Puppet compiles a new catalog for each node included in the plan run.
If you need to stop an in-progress plan, click Stop Plan on the plan's run details page in the console or use the POST /command/stop_plan endpoint. This prevents new events from starting and allows in-progress events to finish. If you need to force stop an in-progress task from a stopped plan, refer to Stop a task in progress.
Edit a scheduled plan
You can view and edit a scheduled plan if, for example, you want to specify a timeout or modify parameters.
If you want to edit a scheduled plan created by another user, you must have the appropriate role-based permissions to do so.
- In the console, go to Plans and switch to the Scheduled Plans tab.
- In the list of scheduled plans, locate the plan you want to edit and click the view icon.
- Click in the upper-right corner.
- Make your required changes and click Save changes.
Delete a scheduled plan
If you want to delete a scheduled plan created by another user, you must have the appropriate role-based permissions to do so.
- In the console, go to Plans and switch to the Scheduled Plans tab.
- In the list of scheduled plans, locate the plan you want to edit and click the trashcan icon.
- Confirm that you want to remove the scheduled plan job.