nexxo
|
ac3d17cd6a
|
feat(engine): 11-step host onboarding pipeline (SSH -> WG -> Proxmox)
Idempotent steps: validate, ssh-trust (deploy key + scrub password),
prepare base, wireguard (hub peer), install proxmox-ve, reboot-into-pve
(retry-poll), configure, automation token, verify api, register capacity,
complete. StartHostOnboarding action. 22 tests incl. mocked end-to-end +
crash idempotency.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-25 10:04:39 +02:00 |
nexxo
|
c06ca0ae5d
|
feat(engine): SSH / WireGuard / Proxmox service layer
RemoteShell (phpseclib + fake), WireguardHub (local wg + fake), ProxmoxClient
(REST + fake). Interfaces bound in AppServiceProvider; tests swap fakes via
fakeServices() helper.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-25 09:58:02 +02:00 |
nexxo
|
4f724d57c9
|
feat(engine): orchestrator core (state machine + tick + lock)
StepResult, ProvisioningStep contract, PipelineRegistry, RunRunner (per-run
lock, advance/retry/fail, backoff, timeout, append-only events + Reverb
StepAdvanced), AdvanceRunJob (provisioning queue), minutely Tick, admin.runs
channel. 21 tests.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-25 09:54:52 +02:00 |
nexxo
|
11cdcdd4da
|
feat(engine): core provisioning data model + hosts
hosts, provisioning_runs (polymorphic), append-only provisioning_step_events,
run_resources (idempotency breadcrumbs). Models with encrypted api_token_ref,
json context helpers, UUID routing (R11).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-25 09:49:43 +02:00 |