railiance: initial bootstrap scaffold
This commit is contained in:
commit
6b9307289b
7 changed files with 88 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# railiance-bootstrap
|
||||
|
||||
**Railiance Bootstrap** — opinionated, reproducible IaC to rebuild Coulomb infra from scratch.
|
||||
|
||||
## Goals
|
||||
- Two Linux machines + this Git repo + credentials ⇒ full rebuild
|
||||
- GitOps-first with ArgoCD/Flux
|
||||
- OODA (Observe→Orient→Decide→Act) encoded as pipelines
|
||||
- Tests define success at every step
|
||||
|
||||
## Layout
|
||||
```
|
||||
ansible/ # host bootstrap
|
||||
helm/ # charts & values
|
||||
k8s/ # raw manifests/CRDs
|
||||
tests/ # expectation tests (bash/py)
|
||||
docs/ # operator notes, OODA SOPs
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue