docs: plan HTTPS peers and source install

Этот коммит содержится в:
Gleb Tv
2026-08-12 18:40:43 +03:00
родитель bf9253d6fe
Коммит a1ccd50aaf
11 изменённых файлов: 273 добавлений и 25 удалений

Просмотреть файл

@@ -8,7 +8,7 @@ plane validates identity, applies account scope, reconciles lifecycle, and
persists the inventory projection.
The control-plane inventory entities remain `Server`, `ServerIp`, `Site`,
`Deployment`, `Domain`, `Repo`, and `site_repos`. Their API and rstuff stream
`Deployment`, `Domain`, `Repo`, and `site_repos`. Their API and legacy stream
projection are control-plane concerns. This repository owns only local
discovery and worker-originated reports.
@@ -130,7 +130,7 @@ successful section can mark previously observed entities missing.
- Do not guess a primary address; report interface and route metadata so the
control plane can apply policy.
## Relationship To deploymentd And rstuff
## Relationship To deploymentd And RSLogin
Worker reports and deploymentd ingest are complementary producers of the same
control-plane projection. During migration:
@@ -140,8 +140,9 @@ control-plane projection. During migration:
- every row records source and source report ID;
- reconciliation occurs per source and section to prevent one producer from
deleting another producer's observations;
- the rstuff `rsmon.inventory.v1` stream remains a control-plane output/input,
not a worker protocol.
- the former rstuff stream direction is superseded; RSMon owns inventory and
RSLogin supplies trusted project and SSH-access input through a separate
control-plane integration, never a worker protocol.
## Delivery Phases