What problem does it solve?
Author, validate, and debug Ubuntu Server autoinstall configuration (the Subiquity installer's autoinstall: schema, version 1) for Ubuntu Server LTS 24.04 and 26.04, focused on unattended on-premise and air-gapped installs — identity, storage (LVM/direct/ZFS/encryption/RAID), apt mirror-selection + proxy + offline fallback, ssh, packages, kernel, late-commands/early-commands, and zero-touch delivery via a NoCloud seed. The network block is netplan v2 (use the ubuntu-netplan skill); the user-data block is cloud-config for the installed system (use the ubuntu-cloud-init skill).
Core Features & Use Cases
- Author and validate autoinstall configurations for Subiquity v1 across air-gapped and HTTP seed delivery.
- Coordinate network (netplan v2), identity, storage, and first-boot user-data with NoCloud seeds for automated Ubuntu Server deployments.
- Facilitate validation workflows, debugging steps, and references to canonical sources for zero-touch installs.
Quick Start
Create autoinstall.yaml seed and boot the installer with autoinstall to perform a zero-touch Ubuntu Server install.