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 /configs/data-dir/cloud-config | |
| 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 'configs/data-dir/cloud-config')
| -rw-r--r-- | configs/data-dir/cloud-config/cloud-config-release.slc | 13 | ||||
| -rw-r--r-- | configs/data-dir/cloud-config/users.slc | 11 |
2 files changed, 0 insertions, 24 deletions
diff --git a/configs/data-dir/cloud-config/cloud-config-release.slc b/configs/data-dir/cloud-config/cloud-config-release.slc deleted file mode 100644 index 0f3de35..0000000 --- a/configs/data-dir/cloud-config/cloud-config-release.slc +++ /dev/null @@ -1,13 +0,0 @@ -{{define "cloudconfig-coreos" -}} -#cloud-config -{{template "cloudconfig-coreos-users"}} - -hostname:{{.hostname}} -coreos: - update: - reboot-strategy: off - units: - - name: update-engine.service - enable: true - command: start -{{end}} diff --git a/configs/data-dir/cloud-config/users.slc b/configs/data-dir/cloud-config/users.slc deleted file mode 100644 index 6ebdd3f..0000000 --- a/configs/data-dir/cloud-config/users.slc +++ /dev/null @@ -1,11 +0,0 @@ -{{define "cloudconfig-coreos-users"}} -users: - - name: "shoelaces" - groups: - - "sudo" - - "docker" - ssh-authorized-keys: - - "ssh-rsa fake-key shoelaces@example.com" -ssh_authorized_keys: - - "ssh-rsa fake-key shoelaces@example.com" -{{end}} |
