Skip to content

Commit aae31b8

Browse files
authored
Fix semver image of ubuntu (#229)
1 parent 32d855b commit aae31b8

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ MAX_RETRIES := 30
2828

2929
# Machine flavors
3030
ifeq ($(MINI_LAB_FLAVOR),cumulus)
31-
MACHINE_OS=ubuntu-24.04
31+
MACHINE_OS=ubuntu-24.4
3232
LAB_MACHINES=machine01,machine02
3333
LAB_TOPOLOGY=mini-lab.cumulus.yaml
3434
VRF=vrf20

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ docker compose run --rm metalctl machine create \
127127
--hostname machine \
128128
--project 00000000-0000-0000-0000-000000000000 \
129129
--partition mini-lab \
130-
--image ubuntu-24.04 \
130+
--image ubuntu-24.4 \
131131
--size v1-small-x86 \
132132
--networks <network-ID>
133133

@@ -180,7 +180,7 @@ Reinstall a machine with
180180

181181
```bash
182182
docker compose run --rm metalctl machine reinstall \
183-
--image ubuntu-24.04 \
183+
--image ubuntu-24.4 \
184184
00000000-0000-0000-0000-000000000001
185185
```
186186

inventories/group_vars/all/images.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ setup_yaml:
55
- url: https://raw.githubusercontent.com/metal-stack/releases/{{ metal_stack_release_version }}/release.yaml
66
meta_var: metal_stack_release
77

8-
# TODO: remove these overrides again.
9-
# see: https://github.com/metal-stack/metal-api/pull/612
10-
metal_api_image_tag: v0.40.4
11-
128
##
139
## for development purposes, you can override releases from our image vector here
1410
##

inventories/group_vars/control-plane/metal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metal_api_images:
1818
url: https://images.metal-stack.io/metal-os/stable/firewall/3.0-ubuntu/img.tar.lz4
1919
features:
2020
- firewall
21-
- id: ubuntu-24.04
21+
- id: ubuntu-24.4
2222
name: Ubuntu 24.04
2323
description: Ubuntu 24.04 Latest Release
2424
url: https://images.metal-stack.io/metal-os/stable/ubuntu/24.04/img.tar.lz4

inventories/group_vars/examples/sample_fsl.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ metal_api_filesystemlayouts:
2121
- c1-xlarge-x86
2222
images:
2323
debian: "<= 10.0.{{ fsl.legacy_image_patch_version }}"
24-
ubuntu: "<= 20.04.{{ fsl.legacy_image_patch_version }}"
24+
ubuntu: "<= 20.4.{{ fsl.legacy_image_patch_version }}"
2525
centos: "<= 7.0.{{ fsl.legacy_image_patch_version }}"
2626
filesystems:
2727
- path: "/boot/efi"
@@ -70,7 +70,7 @@ metal_api_filesystemlayouts:
7070
- s1-large-x86
7171
images:
7272
debian: ">= 10.0.{{ fsl.new_image_patch_version }}"
73-
ubuntu: ">= 20.04.{{ fsl.new_image_patch_version }}"
73+
ubuntu: ">= 20.4.{{ fsl.new_image_patch_version }}"
7474
centos: ">= 7.0.{{ fsl.new_image_patch_version }}"
7575
filesystems:
7676
- path: "/boot/efi"
@@ -130,7 +130,7 @@ metal_api_filesystemlayouts:
130130
- s2-xlarge-x86
131131
images:
132132
debian: "<= 10.0.{{ fsl.legacy_image_patch_version }}"
133-
ubuntu: "<= 20.04.{{ fsl.legacy_image_patch_version }}"
133+
ubuntu: "<= 20.4.{{ fsl.legacy_image_patch_version }}"
134134
filesystems:
135135
- path: "/boot/efi"
136136
device: "/dev/sde1"

0 commit comments

Comments
 (0)