Fast containerized Openstack development environment for local CI job reproduction.
- ⚡ Fast rebuilds: < 2 minutes (vs 60+ min with DevStack)
- 🐳 Zero host impact: Fully containerized, clean removal
- 🎯 CI parity: Same tests as upstream Ironic CI
pip install stackbox # Initialize with your Ironic repo
stackbox init ironic-basic --ironic-repo ~/code/ironic
# Run tests
stackbox test
# Rebuild after changes (< 2 min)
stackbox rebuild ironic- Python 3.10+
- Docker or Podman
- 8GB RAM, 20GB disk
Licensed under Apache 2.0. See LICENSE.