Lightweight Zone manager for illumos - mirror
Find a file
Till Wegmueller abdce9c927
Add zmgr: illumos zone manager with IPAM and flat-file registry
Rust CLI that creates/destroys/imports illumos zones from KDL template
configs with automatic IP allocation from named pools. Registry lives
under /etc/zmgr as flat KDL files — zone entries double as the IPAM
ledger. Includes default templates for ipkg (OI) and nlipkg (OFL)
brands, matching the existing shell scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 12:14:09 +01:00
docs/ai Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
src Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
.gitignore Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
Cargo.lock Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
Cargo.toml Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
create_ipxe_vm.sh Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
create_ofl_zone.sh Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
create_oi_vm.sh Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00
create_oi_zone.sh Add zmgr: illumos zone manager with IPAM and flat-file registry 2026-03-22 12:14:09 +01:00