Skip to content

SUSE Linux

Base Image

Base images can be downloaded from the SUSE Linux Enterprise Downloads page.

Look for the qcow2 image with cloud in the name.

Note

An account is required, which can be created without any support contract.

Import Image

sherpa server image import \
  --src SLES15-SP7-Minimal-VM.x86_64-Cloud-GM.qcow2 \
  --model suse_linux \
  --version 15.SP7 \
  --default

Default Node Parameters

Property Value
Tested Version 15.SP7
Kind Virtual Machine
CPU 1
RAM 1GB
CDROM Driver SATA
DISK virtioa.qcow2
DISK Driver SATA
ZTP Method cloud-init
Management Interface eth0
Interface Driver virtio

Example Manifest

name = "suse-linux"

nodes = [
  { name = "dev01", model = "suse_linux" },
]

Notes

  • Approximate time for the system to be ready: 1 minute