Browse Source
Upgrade openSUSE Leap to 15.2 (#7331)
15.1 has reached EOL on 2021-02-02.
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
pull/7383/head
Maciej Wereski
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
6 additions and
6 deletions
-
README.md
-
Vagrantfile
-
docs/opensuse.md
-
test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
|
|
@ -120,7 +120,7 @@ vagrant up |
|
|
|
- **CentOS/RHEL** 7, 8 (experimental: see [centos 8 notes](docs/centos8.md)) |
|
|
|
- **Fedora** 32, 33 |
|
|
|
- **Fedora CoreOS** (experimental: see [fcos Note](docs/fcos.md)) |
|
|
|
- **openSUSE** Leap 42.3/Tumbleweed |
|
|
|
- **openSUSE** Leap 15.x/Tumbleweed |
|
|
|
- **Oracle Linux** 7, 8 (experimental: [centos 8 notes](docs/centos8.md) apply) |
|
|
|
|
|
|
|
Note: Upstart/SysV init based OS types are not supported. |
|
|
|
|
|
@ -28,7 +28,7 @@ SUPPORTED_OS = { |
|
|
|
"centos8-bento" => {box: "bento/centos-8", user: "vagrant"}, |
|
|
|
"fedora32" => {box: "fedora/32-cloud-base", user: "vagrant"}, |
|
|
|
"fedora33" => {box: "fedora/33-cloud-base", user: "vagrant"}, |
|
|
|
"opensuse" => {box: "bento/opensuse-leap-15.1", user: "vagrant"}, |
|
|
|
"opensuse" => {box: "bento/opensuse-leap-15.2", user: "vagrant"}, |
|
|
|
"opensuse-tumbleweed" => {box: "opensuse/Tumbleweed.x86_64", user: "vagrant"}, |
|
|
|
"oraclelinux" => {box: "generic/oracle7", user: "vagrant"}, |
|
|
|
"oraclelinux8" => {box: "generic/oracle8", user: "vagrant"}, |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
# openSUSE Leap 15.0 and Tumbleweed |
|
|
|
# openSUSE Leap 15.2 and Tumbleweed |
|
|
|
|
|
|
|
openSUSE Leap installation Notes: |
|
|
|
|
|
|
|
|
|
@ -84,8 +84,8 @@ images: |
|
|
|
tag: "latest" |
|
|
|
|
|
|
|
opensuse-leap-15: |
|
|
|
filename: openSUSE-Leap-15.1-OpenStack.x86_64-0.0.4-Build6.106.qcow2 |
|
|
|
url: https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.1/images/openSUSE-Leap-15.1-OpenStack.x86_64-0.0.4-Build6.106.qcow2 |
|
|
|
checksum: sha256:e3c016a889505c5ae51dafe6eedc836a9e9546ab951fdc96f07eb35e34d12b8c |
|
|
|
filename: openSUSE-Leap-15.2-OpenStack.x86_64-0.0.4-Build8.25.qcow2 |
|
|
|
url: https://download.opensuse.org/repositories/Cloud:/Images:/Leap_15.2/images/openSUSE-Leap-15.2-OpenStack.x86_64-0.0.4-Build8.25.qcow2 |
|
|
|
checksum: sha256:4df9cee9281d1f57d20f79dc65d76e255592b904760e73c0dd44ac753a54330f |
|
|
|
converted: true |
|
|
|
tag: "latest" |