What problem does it solve?
This Skill enables operators to interact with MicroCeph clusters to perform common administration tasks, diagnose issues, and maintain healthy clusters with minimal manual steps.
Core Features & Use Cases
- CLI-first operations: use microceph CLI for read-only checks and AWX for cluster changes.
- Vault-backed credentials: fetch secrets securely for automation.
- Environment-aware workflows: distinguish production and development clusters for safe operations.
- Use Case: verify cluster health, manage OSDs, and configure pools with guided prompts and automation.
Quick Start
From a management host, start with a read-only check:
ssh [email protected] "sudo microceph.ceph -s"
For automated changes, launch the AWX MicroCeph Management job:
awx job_template launch "MicroCeph Management" --extra_vars '{"operation":"status","environment":"production"}' --monitor