Skip to content

Commit c547981

Browse files
authored
Merge pull request #1480 from AkihiroSuda/opensuse-workaround-japan
templates: openSUSE: fall back to provo-mirror.opensuse.org
2 parents c88cb7d + e8f4701 commit c547981

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

examples/experimental/opensuse-tumbleweed.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ images:
33
# Hint: run `limactl prune` to invalidate the "Current" cache
44
- location: "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
55
arch: "x86_64"
6-
# JeOS is deprecated and will be removed probably
7-
- location: "http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
6+
# JeOS is deprecated and will be removed probably, but Minimal-VM.aarch64-kvm-and-xen still lacks cloud-init
7+
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210246
8+
- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
89
arch: "aarch64"
9-
# Minimal-VM.aarch64-kvm-and-xen is known to hang: https://github.com/lima-vm/lima/pull/1194#issuecomment-1326943869
10-
# - location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-kvm-and-xen.qcow2"
11-
# arch: "aarch64"
10+
# download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
11+
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
12+
- location: "https://provo-mirror.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
13+
arch: "x86_64"
14+
- location: "https://provo-mirror.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
15+
arch: "aarch64"
16+
1217
mounts:
1318
- location: "~"
1419
- location: "/tmp/lima"

examples/opensuse.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# This example requires Lima v0.7.0 or later
22
images:
33
# Hint: run `limactl prune` to invalidate the "Current" cache
4-
- location: https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-15.4-OpenStack-Cloud-Current.qcow2
4+
- location: "https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-15.4-OpenStack-Cloud-Current.qcow2"
55
arch: "x86_64"
6-
- location: https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2
6+
- location: "https://download.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2"
77
arch: "aarch64"
8+
# download.opensuse.org is inaccessible from Japan (500 Internal Server Error)
9+
# https://bugzilla.opensuse.org/show_bug.cgi?id=1210240
10+
# NOTE: the file name on provo-mirror.opensuse.org lacks the "-Current" suffix.
11+
- location: "https://provo-mirror.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2"
12+
arch: "x86_64"
13+
- location: "https://provo-mirror.opensuse.org/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-ARM-JeOS-efi.aarch64.qcow2"
14+
arch: "aarch64"
15+
816
mounts:
917
- location: "~"
1018
- location: "/tmp/lima"

0 commit comments

Comments
 (0)