provision
Transform a bare host into a serving node with preflight checks, system tuning, software install, and catch-up monitoring. Dry-run by default; confirm to execute with audit logging and disk formatting control.
Instructions
Bring up a bare host into a serving node: preflight, user, system tuning, disks, software install (via the builder), systemd unit, key check, start + catch-up.
Defaults to a dry-run plan. confirm=true executes, gated by preflight
and policy and recorded in the audit log. Disks marked format must be
listed in format_devices to be wiped; solfleet never creates keys.
catchup_timeout_s bounds the wait for the fresh node to catch up
(default 1800; raise it for slow snapshot downloads).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| confirm | No | ||
| version | Yes | ||
| format_devices | No | ||
| catchup_timeout_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||