1.4 KiB
1.4 KiB
id, title, type, status, timeframe, primary_repo, linked_repos, summary, why_it_matters, risk_if_lost, recommended_action
| id | title | type | status | timeframe | primary_repo | linked_repos | summary | why_it_matters | risk_if_lost | recommended_action | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| blackroad-os-infra | BlackRoad OS Infra | repo | active | 2022- | blackroad-os-infra |
|
Infrastructure-as-code, networking, and cloud topology definitions for the OS. | Provides the base environment every service depends on and encodes security posture. | Unable to recreate clusters or audit changes; risk of drift and outages. | keep-live |
BlackRoad OS Infra – Archive Cover Sheet
Narrative
The infra repo captures cloud environments, networking, storage, and identity primitives. It is the source of truth for cluster provisioning and bootstrap automation.
History
It began as a set of Terraform stacks for early experiments and gradually absorbed secrets management patterns, multi-region networking, and compliance controls.
Current Role
Infra drives the baseline infrastructure for operator-managed workloads, networking for the API gateway, and monitoring pipelines for beacon.
Dependencies
- Supplies clusters and networks consumed by
blackroad-os-operatorandblackroad-os-api-gateway. - Feeds observability signals into
blackroad-os-beacon. - Shares module definitions with
blackroad-os-core.
Migration / Future
Continue modularizing IaC, align with GitOps triggers from the operator, and document snapshot procedures in the archive snapshots directory.