Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.02 KB

File metadata and controls

33 lines (22 loc) · 1.02 KB

Flynn Infrastructure

Infrastructure, provisioning, and deployment tooling for the Flynn PaaS rebuild on Debian 13 (Trixie) with cgroups v2 support.

Directory Structure

  • 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 decisions
  • AGENTS.md -- AI agent instructions for working on this project

Related Repositories

Quick Start

Single-node Flynn cluster on a KVM-capable host:

cd vagrant/
vagrant up node1

Three-node cluster:

cd vagrant/
NUM_NODES=3 vagrant up

See vagrant/provision.sh and the Vagrantfile header for configuration options.