Files

19 lines
997 B
Bash

# Pinned RouterOS long-term CHR release. Update version, URL, and SHA together.
ROUTEROS_VERSION=7.21.5
ROUTEROS_CHR_URL=https://download.mikrotik.com/routeros/7.21.5/chr-7.21.5.img.zip
ROUTEROS_CHR_SHA256=dbb8f1739da73a68e5167fcbc731a5ba3d50f9d9b195731b96f96fcc58904580
# Pinned Ubuntu 24.04 cloud image. Update URL and SHA together.
UBUNTU_IMAGE_URL=https://cloud-images.ubuntu.com/releases/noble/release-20260518/ubuntu-24.04-server-cloudimg-amd64.img
UBUNTU_IMAGE_SHA256=53fdde898feed8b027d94baa9cfe8229867f330a1d9c49dc7d84465ee7f229f7
# Set these before `./radius-harness/lab configure`; they are deliberately not
# committed here:
# export ROUTEROS_ADMIN_PASSWORD='choose-a-password'
# export RADIUS_SHARED_SECRET='choose-a-shared-secret'
# Optional UEFI firmware overrides for distributions with non-standard OVMF
# locations. Set both paths together when automatic discovery does not find one.
# export OVMF_CODE_PATH=/path/to/OVMF_CODE.fd
# export OVMF_VARS_PATH=/path/to/OVMF_VARS.fd