Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MINI_LAB_VM_IMAGE := $(or $(MINI_LAB_VM_IMAGE),ghcr.io/metal-stack/mini-lab-vms:
MINI_LAB_SONIC_IMAGE := $(or $(MINI_LAB_SONIC_IMAGE),ghcr.io/metal-stack/mini-lab-sonic:latest)
MINI_LAB_DELL_SONIC_VERSION := $(or $(MINI_LAB_DELL_SONIC_VERSION),4.5.1)

MACHINE_OS=debian-12.0
MACHINE_OS=debian-13.0
MAX_RETRIES := 30

# Machine flavors
Expand Down
9 changes: 5 additions & 4 deletions inventories/group_vars/control_plane/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metal_apiserver_oidc_end_session_url: "https://zitadel.{{ metal_control_plane_in

metal_apiserver_redis_password: change-me-soon
metal_apiserver_admin_subjects: "admin@metal-stack.zitadel.172.17.0.1.nip.io@openid-connect"
metal_apiserver_secure_cookie: false

metal_api_images:
- id: firewall-ubuntu-3.0
Expand All @@ -38,10 +39,10 @@ metal_api_images:
url: https://images.metal-stack.io/metal-os/stable/ubuntu/24.04/img.tar.lz4
features:
- machine
- id: debian-12.0
name: Debian 12
description: Debian 12 Latest Release
url: https://images.metal-stack.io/metal-os/stable/debian/12/img.tar.lz4
- id: debian-13.0
name: Debian 13
description: Debian 13 Latest Release
url: https://images.metal-stack.io/metal-os/stable/debian/13/img.tar.lz4
features:
- machine

Expand Down
Loading