From bd19522778257e41d23ac15a5adfc35455f9e310 Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Fri, 5 Jun 2026 18:04:23 -0300 Subject: Update example templates to modern distros Replace CoreOS (EOL) with Flatcar Linux using Ignition v3. Replace CentOS (EOL) with AlmaLinux using a kickstart template. Update Ubuntu templates to jammy with current archive mirror paths. Update Debian template to bookworm. Drop CoreOS cloud-config; add Flatcar Ignition example. Update mappings.yaml, test configs, fixtures, and smoke test accordingly. --- configs/data-dir/mappings.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configs/data-dir/mappings.yaml') diff --git a/configs/data-dir/mappings.yaml b/configs/data-dir/mappings.yaml index dfcb8c9..a0f11c1 100644 --- a/configs/data-dir/mappings.yaml +++ b/configs/data-dir/mappings.yaml @@ -1,17 +1,17 @@ networkMaps: - network: 192.168.0.0/24 script: - name: ubuntu-minimal.ipxe + name: ubuntu.ipxe params: - release: xenial + release: jammy - network: 10.0.10.0/24 script: - name: coreos.ipxe + name: flatcar.ipxe params: - release: stable + version: stable hostnameMaps: - hostname: msc1.example.com script: - name: ubuntu-minimal.ipxe + name: debian.ipxe params: - release: trusty + release: bookworm -- cgit v1.2.3