Skip to content

abhibongale/stackbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackbox

Fast containerized Openstack development environment for local CI job reproduction.

Why StackBox?

  • Fast rebuilds: < 2 minutes (vs 60+ min with DevStack)
  • 🐳 Zero host impact: Fully containerized, clean removal
  • 🎯 CI parity: Same tests as upstream Ironic CI

Installation

pip install stackbox

Quick Start

  # 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

Requirements

  • Python 3.10+
  • Docker or Podman
  • 8GB RAM, 20GB disk

License

Licensed under Apache 2.0. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors