9 Commits

Author SHA1 Message Date
11186dfdf9 feat: migrate provisioning API to Merkmal/Blueprint/Bereitstellungsvorlage model
Replaces the config.json-backed flat profile model with the
Postgres-backed Workspace/Merkmal/Backend/Blueprint/Bereitstellungsvorlage
schema (migrations 0003-0005). /api/v1/activate now returns Bereitstellungsvorlage
templates instead of profiles, and a new POST /api/v1/templates/{id}/resolve
endpoint resolves a chosen template to a full Runtime Blueprint (workspace,
backend, resolved Merkmal->Ansible-role blueprints, and installation
directives), recording the resulting device assignment.

Removes the now-unused config.json and file-based device registry
directory in favor of the PostgreSQL-backed activation codes and
device tables.
2026-07-18 10:48:29 +02:00
02e2b9de94 refactor: expose device registration status 2026-07-14 13:04:39 +02:00
9c773e7b9b feat: persist hardware snapshots during activation 2026-07-13 09:00:02 +02:00
ba2dccff57 fix: correct PostgreSQL device row mapping 2026-07-12 15:32:43 +02:00
2683b65ffc feat: migrate device registry to PostgreSQL 2026-07-12 15:22:22 +02:00
de51278d69 feat: add initial device registry 2026-07-10 16:54:17 +02:00
f3e85a9746 Switch service URLs to tuxflotte.de 2026-07-03 11:57:59 +02:00
root
e20a536002 Add Fedora kickstart installer endpoint 2026-06-16 16:38:38 +00:00
root
c61a2e5994 Initial provisioning server 2026-06-14 19:08:19 +00:00