File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ MAX_RETRIES := 30
28
28
29
29
# Machine flavors
30
30
ifeq ($(MINI_LAB_FLAVOR ) ,cumulus)
31
- MACHINE_OS =ubuntu-24.04
31
+ MACHINE_OS =ubuntu-24.4
32
32
LAB_MACHINES =machine01,machine02
33
33
LAB_TOPOLOGY =mini-lab.cumulus.yaml
34
34
VRF =vrf20
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ docker compose run --rm metalctl machine create \
127
127
--hostname machine \
128
128
--project 00000000-0000-0000-0000-000000000000 \
129
129
--partition mini-lab \
130
- --image ubuntu-24.04 \
130
+ --image ubuntu-24.4 \
131
131
--size v1-small-x86 \
132
132
--networks < network-ID>
133
133
@@ -180,7 +180,7 @@ Reinstall a machine with
180
180
181
181
``` bash
182
182
docker compose run --rm metalctl machine reinstall \
183
- --image ubuntu-24.04 \
183
+ --image ubuntu-24.4 \
184
184
00000000-0000-0000-0000-000000000001
185
185
```
186
186
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ setup_yaml:
5
5
- url : https://raw.githubusercontent.com/metal-stack/releases/{{ metal_stack_release_version }}/release.yaml
6
6
meta_var : metal_stack_release
7
7
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
-
12
8
# #
13
9
# # for development purposes, you can override releases from our image vector here
14
10
# #
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metal_api_images:
18
18
url : https://images.metal-stack.io/metal-os/stable/firewall/3.0-ubuntu/img.tar.lz4
19
19
features :
20
20
- firewall
21
- - id : ubuntu-24.04
21
+ - id : ubuntu-24.4
22
22
name : Ubuntu 24.04
23
23
description : Ubuntu 24.04 Latest Release
24
24
url : https://images.metal-stack.io/metal-os/stable/ubuntu/24.04/img.tar.lz4
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ metal_api_filesystemlayouts:
21
21
- c1-xlarge-x86
22
22
images :
23
23
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 }}"
25
25
centos : " <= 7.0.{{ fsl.legacy_image_patch_version }}"
26
26
filesystems :
27
27
- path : " /boot/efi"
@@ -70,7 +70,7 @@ metal_api_filesystemlayouts:
70
70
- s1-large-x86
71
71
images :
72
72
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 }}"
74
74
centos : " >= 7.0.{{ fsl.new_image_patch_version }}"
75
75
filesystems :
76
76
- path : " /boot/efi"
@@ -130,7 +130,7 @@ metal_api_filesystemlayouts:
130
130
- s2-xlarge-x86
131
131
images :
132
132
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 }}"
134
134
filesystems :
135
135
- path : " /boot/efi"
136
136
device : " /dev/sde1"
You can’t perform that action at this time.
0 commit comments