Skip to content

OpenSUSE Linux

Base Image

Base images can be downloaded from OpenSUSE Cloud Images.

Look for the Generic No Cloud image.

Import Image

sherpa server image import \
  --src openSUSE-Leap-15.6.x86_64-NoCloud.qcow2 \
  --model opensuse_linux \
  --version 15.6 \
  --default

Default Node Parameters

Property Value
Tested Version 15.6
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 = "opensuse-linux"

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

Notes

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