A modular, declarative Infrastructure as Code (IaC) platform for managing complete infrastructure lifecycles
Find a file
2026-07-09 23:49:24 +01:00
.ontoref adr-052: constellation umbrella model 2026-07-09 23:49:24 +01:00
assets provisioning: clean-start baseline (constellation materialization) 2026-07-09 22:56:43 +01:00
resources provisioning: clean-start baseline (constellation materialization) 2026-07-09 22:56:43 +01:00
.gitignore constellation: umbrella model — public .ontoref at root, provisioning-* repo scheme 2026-07-09 23:36:37 +01:00
CHANGELOG.md provisioning: clean-start baseline (constellation materialization) 2026-07-09 22:56:43 +01:00
README.md provisioning: clean-start baseline (constellation materialization) 2026-07-09 22:56:43 +01:00

Provisioning

Infrastructure Orchestration With Configuration as Code

Declarative infrastructure management with Nickel schemas, Nushell orchestration, and Rust executables. Type-safe configuration, automated validation, and cloud-native deployment across Kubernetes, Docker, and custom platforms.

provisioning/
├── .ontoref/       protocol spine — ontology, ADRs, reflection, positioning
├── assets/         canonical brand assets — logos, SVG marks
├── code/           git repo (implementation, platform, CLI, Nickel schemas)
├── outreach/       web content, architecture diagrams, presentations
└── vault/          private strategy (placeholder)

Quick start

cd code
just build          # build all crates
just check          # cargo check + clippy
just sync-assets    # sync brand assets from ../assets/ into code/assets/
ontoref describe project    # project identity, axioms, FSM state

Sub-repos

Path Remote Purpose
code/ https://rlung.librecloud.online/jesus/provisioning Implementation — Rust platform, Nickel schemas, Nushell orchestration
outreach/ Web content, diagrams, presentations
vault/ Private strategy (SOPS-encrypted)

Full technical docs → code/README.md