diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-06-05 18:04:23 -0300 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2026-06-05 21:19:48 -0300 |
| commit | bd19522778257e41d23ac15a5adfc35455f9e310 (patch) | |
| tree | a7c57be18645f27754939df27dd693081cbd9935 /test/integ-test/expected-results/poll-k8s1-4-stg.txt | |
| parent | f8e69cddb3a2a18100d3093f27c709c4361c1692 (diff) | |
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.
Diffstat (limited to 'test/integ-test/expected-results/poll-k8s1-4-stg.txt')
| -rw-r--r-- | test/integ-test/expected-results/poll-k8s1-4-stg.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/test/integ-test/expected-results/poll-k8s1-4-stg.txt b/test/integ-test/expected-results/poll-k8s1-4-stg.txt index 6195e9e..cd61e34 100644 --- a/test/integ-test/expected-results/poll-k8s1-4-stg.txt +++ b/test/integ-test/expected-results/poll-k8s1-4-stg.txt @@ -1,14 +1,8 @@ #!ipxe -set coreos-url http://stable.release.core-os.net/amd64-usr/1298.6.0 +set flatcar-url https://stable.release.flatcar-linux.net/amd64-usr/1298.6.0 -echo This will currently autologin into tty1 on the console. -echo From there you can su to root and install CoreOS to disk using: -echo coreos-install -d /dev/sda -C stable -echo You will probably need to chroot into /dev/sda9 to configure accounts. -echo More info @ http://coreos.com/docs/running-coreos/bare-metal/installing-to-disk/ - -kernel ${coreos-url}/coreos_production_pxe.vmlinuz cloud-config-url=http://localhost:18888/env/staging/configs/coreos-baremetal.yaml?release=stable console=tty1 coreos.autologin=tty1 -initrd ${coreos-url}/coreos_production_pxe_image.cpio.gz +kernel ${flatcar-url}/flatcar_production_pxe.vmlinuz initrd=flatcar_production_pxe_image.cpio.gz flatcar.first_boot=1 ignition.config.url=http://localhost:18888/env/staging/configs/ignition/baremetal +initrd ${flatcar-url}/flatcar_production_pxe_image.cpio.gz boot |
