Infrastructure, provisioning, and deployment tooling for the Flynn PaaS rebuild on Debian 13 (Trixie) with cgroups v2 support.
vagrant/-- Vagrant cluster definitions and provisioning scripts (libvirt/KVM)specs/-- Technical specifications (dev environment, TUF setup, architecture)implementation-plan.md-- Project status, phase tracking, and key decisionsAGENTS.md-- AI agent instructions for working on this project
- consolving/flynn -- Flynn source code (Go monorepo,
debian13-cgroups-v2-bootstrapbranch) - consolving/flynn-tuf-repo -- TUF repository metadata and artifacts (published via GitHub Pages)
Single-node Flynn cluster on a KVM-capable host:
cd vagrant/
vagrant up node1Three-node cluster:
cd vagrant/
NUM_NODES=3 vagrant upSee vagrant/provision.sh and the Vagrantfile header for configuration options.