-
Notifications
You must be signed in to change notification settings - Fork 75
Cheat Sheet
Salt documentation on targeting minions
salt-key -L
- Display information about your salt cluster: minions in the salt cluster, minions not yet accepted into the salt cluster.
salt -C "G@deepsea_minions:*" test.ping
- Check if all minions are up and answer a ping message.
salt <target> pillar.items
- Inspect pillar key-value store. Contains configuration data that DeepSea uses to deploy ceph.
salt <target> pillar.get <key>
- Inspect pillar a certain key
salt-run jobs.active
- Check on currently running salt jobs. Can be helpful with a seemingly stuck stage.
salt-run proposal.help
- Help text regarding the disk proposal runner
salt-run proposal.peek
- Output proposal to stdout
salt-run proposal.populate
- Write proposal files, won't overwrite existing files.
- Prerequisites
- Manual Installation
- Custom Profiles
- Alternate Installations
- Automated Installation
- Purging
- Reinstallation
- Replacing an OSD
- Inspecting the Configuration
- Understanding Pathnames and Arguments
- Overriding Default Settings
- Overriding Default Steps
- Man Pages
- deepsea.1
- deepsea.7
- deepsea-commands.7
- deepsea-minions.7
- deepsea-monitor.1
- deepsea-policy.cfg.5
- deepsea-stage.1
- deepsea-stage-dry-run.1
- deepsea-stage-run.1
- deepsea-stages.7
- Backporting
- Testing
- Branches & Releases