Skip to content

Commit

Permalink
Merge branch 'release/20210718.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jul 18, 2021
2 parents 3372a3b + 2e93114 commit 17b0711
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 63 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

### Major Changes

- Upgrade minimal Ansible community package support to 4.1.0
## 20210718.1.1 - 2021-07-18

### Major Changes

- Upgrade minimal Ansible community package support to 4.2.0
- Support openSUSE Leap 15.3

## 20210602.1.1 - 2021-06-02
Expand All @@ -18,23 +22,31 @@

### Major Changes

- Bugfix [ansible-lint `namespace`](https://github.com/ansible-community/ansible-lint/pull/1451)
- Bugfix [ansible-lint `no-handler`](https://github.com/ansible-community/ansible-lint/pull/1402)
- Bugfix [ansible-lint `unnamed-task`](https://github.com/ansible-community/ansible-lint/pull/1413)
- Bugfix [ansible-lint
`namespace`](https://github.com/ansible-community/ansible-lint/pull/1451)
- Bugfix [ansible-lint
`no-handler`](https://github.com/ansible-community/ansible-lint/pull/1402)
- Bugfix [ansible-lint
`unnamed-task`](https://github.com/ansible-community/ansible-lint/pull/1413)

## 20210116.1.0 - 2021-01-16

### Major Changes

- Support [QEMU Guest Agent](https://wiki.qemu.org/Features/GuestAgent)
- Support [VirtualBox Guest Additions](https://www.virtualbox.org/manual/ch04.html)
- Support [QEMU Guest
Agent](https://wiki.qemu.org/Features/GuestAgent)
- Support [VirtualBox Guest
Additions](https://www.virtualbox.org/manual/ch04.html)

## 20210114.1.0 - 2021-01-14

- Packaging with [Packer](https://www.packer.io/)
- Minimal [Vagrant base box implementation](https://www.vagrantup.com/docs/boxes/base)
- Support [Vagrant synced folder with rsync](https://www.vagrantup.com/docs/synced-folders/rsync)
- Support [Vagrant provisioner with Ansible](https://www.vagrantup.com/docs/provisioning/ansible)
- Minimal [Vagrant base box
implementation](https://www.vagrantup.com/docs/boxes/base)
- Support [Vagrant synced folder with
rsync](https://www.vagrantup.com/docs/synced-folders/rsync)
- Support [Vagrant provisioner with
Ansible](https://www.vagrantup.com/docs/provisioning/ansible)
- Standardize disk partition with GPT
- Standardize file system mount with UUID
- Standardize network interface with `eth0`
57 changes: 42 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Vagrant Box Packaging for openSUSE

[![GitLab pipeline status](https://img.shields.io/gitlab/pipeline/alvistack/vagrant-opensuse/master)](https://gitlab.com/alvistack/vagrant-opensuse/-/pipelines)
[![GitHub release](https://img.shields.io/github/release/alvistack/vagrant-opensuse.svg)](https://github.com/alvistack/vagrant-opensuse/releases)
[![GitHub license](https://img.shields.io/github/license/alvistack/vagrant-opensuse.svg)](https://github.com/alvistack/vagrant-opensuse/blob/master/LICENSE)
[![Vagrant Box download](https://img.shields.io/badge/dynamic/json?label=alvistack%2Fopensuse-leap-15.3&query=%24.boxes%5B%3A1%5D.downloads&url=https%3A%2F%2Fapp.vagrantup.com%2Fapi%2Fv1%2Fsearch%3Fq%3Dalvistack%2Fopensuse-leap-15.3)](https://app.vagrantup.com/alvistack/boxes/opensuse-leap-15.3)

openSUSE, formerly SUSE Linux, is a Linux distribution sponsored by SUSE Software Solutions Germany GmbH (formerly SUSE Linux GmbH) and other companies. Its "Leap" variant shares a common code base with, and is a direct upgradable installation for the commercially-produced SUSE Linux Enterprise, effectively making openSUSE Leap a non-commercial version of the enterprise product. It is widely used throughout the world. The focus of its development is creating usable open-source tools for software developers and system administrators, while providing a user-friendly desktop and feature-rich server environment.
[![GitLab pipeline
status](https://img.shields.io/gitlab/pipeline/alvistack/vagrant-opensuse/master)](https://gitlab.com/alvistack/vagrant-opensuse/-/pipelines)
[![GitHub
release](https://img.shields.io/github/release/alvistack/vagrant-opensuse.svg)](https://github.com/alvistack/vagrant-opensuse/releases)
[![GitHub
license](https://img.shields.io/github/license/alvistack/vagrant-opensuse.svg)](https://github.com/alvistack/vagrant-opensuse/blob/master/LICENSE)
[![Vagrant Box
download](https://img.shields.io/badge/dynamic/json?label=alvistack%2Fopensuse-leap-15.3&query=%24.boxes%5B%3A1%5D.downloads&url=https%3A%2F%2Fapp.vagrantup.com%2Fapi%2Fv1%2Fsearch%3Fq%3Dalvistack%2Fopensuse-leap-15.3)](https://app.vagrantup.com/alvistack/boxes/opensuse-leap-15.3)

openSUSE, formerly SUSE Linux, is a Linux distribution sponsored by SUSE
Software Solutions Germany GmbH (formerly SUSE Linux GmbH) and other
companies. Its "Leap" variant shares a common code base with, and is a
direct upgradable installation for the commercially-produced SUSE Linux
Enterprise, effectively making openSUSE Leap a non-commercial version of
the enterprise product. It is widely used throughout the world. The
focus of its development is creating usable open-source tools for
software developers and system administrators, while providing a
user-friendly desktop and feature-rich server environment.

Learn more about openSUSE: <https://www.opensuse.org/>

Expand All @@ -24,18 +36,26 @@ Learn more about openSUSE: <https://www.opensuse.org/>
## Overview

- Packaging with [Packer](https://www.packer.io/)
- Minimal [Vagrant base box implementation](https://www.vagrantup.com/docs/boxes/base)
- Support [QEMU Guest Agent](https://wiki.qemu.org/Features/GuestAgent)
- Support [VirtualBox Guest Additions](https://www.virtualbox.org/manual/ch04.html)
- Support [Vagrant synced folder with rsync](https://www.vagrantup.com/docs/synced-folders/rsync)
- Support [Vagrant provisioner with Ansible](https://www.vagrantup.com/docs/provisioning/ansible)
- Minimal [Vagrant base box
implementation](https://www.vagrantup.com/docs/boxes/base)
- Support [QEMU Guest
Agent](https://wiki.qemu.org/Features/GuestAgent)
- Support [VirtualBox Guest
Additions](https://www.virtualbox.org/manual/ch04.html)
- Support [Vagrant synced folder with
rsync](https://www.vagrantup.com/docs/synced-folders/rsync)
- Support [Vagrant provisioner with
Ansible](https://www.vagrantup.com/docs/provisioning/ansible)
- Standardize disk partition with GPT
- Standardize file system mount with UUID
- Standardize network interface with `eth0`

### Quick Start

Once you have [Vagrant](https://www.vagrantup.com/docs/installation) and [VirtaulBox](https://www.virtualbox.org/) installed, run the following commands under your [project directory](https://learn.hashicorp.com/tutorials/vagrant/getting-started-project-setup?in=vagrant/getting-started):
Once you have [Vagrant](https://www.vagrantup.com/docs/installation) and
[VirtaulBox](https://www.virtualbox.org/) installed, run the following
commands under your [project
directory](https://learn.hashicorp.com/tutorials/vagrant/getting-started-project-setup?in=vagrant/getting-started):

# Initialize Vagrant
vagrant init alvistack/opensuse-leap-15.3
Expand All @@ -53,16 +73,23 @@ Once you have [Vagrant](https://www.vagrantup.com/docs/installation) and [Virtau

### `YYYYMMDD.Y.Z`

Release tags could be find from [GitHub Release](https://github.com/alvistack/vagrant-opensuse/releases) of this repository. Thus using these tags will ensure you are running the most up to date stable version of this image.
Release tags could be find from [GitHub
Release](https://github.com/alvistack/vagrant-opensuse/releases) of this
repository. Thus using these tags will ensure you are running the most
up to date stable version of this image.

### `YYYYMMDD.0.0`

Version tags ended with `.0.0` are rolling release rebuild by [GitLab pipeline](https://gitlab.com/alvistack/vagrant-opensuse/-/pipelines) in weekly basis. Thus using these tags will ensure you are running the latest packages provided by the base image project.
Version tags ended with `.0.0` are rolling release rebuild by [GitLab
pipeline](https://gitlab.com/alvistack/vagrant-opensuse/-/pipelines) in
weekly basis. Thus using these tags will ensure you are running the
latest packages provided by the base image project.

## License

- Code released under [Apache License 2.0](LICENSE)
- Docs released under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)
- Docs released under [CC
BY 4.0](http://creativecommons.org/licenses/by/4.0/)

## Author Information

Expand Down
4 changes: 2 additions & 2 deletions packer/libvirt-leap-15.2/autoinst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ chown -Rf root:root /etc/sudoers.d
ssh-keygen -A
systemctl enable sshd.service
sed -ie "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
dracut -f
exit 0
Expand Down
2 changes: 1 addition & 1 deletion packer/libvirt-leap-15.2/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0 lang=en_US textmode=1 <wait5>",
"install=http://download.opensuse.org/distribution/leap/15.2/repo/oss <wait5>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait5>",
"<enter>"
Expand Down
4 changes: 2 additions & 2 deletions packer/libvirt-leap-15.3/autoinst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ chown -Rf root:root /etc/sudoers.d
ssh-keygen -A
systemctl enable sshd.service
sed -ie "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
dracut -f
exit 0
Expand Down
2 changes: 1 addition & 1 deletion packer/libvirt-leap-15.3/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0 lang=en_US textmode=1 <wait5>",
"install=http://download.opensuse.org/distribution/leap/15.3/repo/oss <wait5>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait5>",
"<enter>"
Expand Down
4 changes: 2 additions & 2 deletions packer/libvirt-tumbleweed/autoinst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ chown -Rf root:root /etc/sudoers.d
ssh-keygen -A
systemctl enable sshd.service
sed -ie "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
dracut -f
exit 0
Expand Down
6 changes: 3 additions & 3 deletions packer/libvirt-tumbleweed/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0 lang=en_US textmode=1 <wait5>",
"install=http://download.opensuse.org/tumbleweed/repo/oss <wait5>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait5>",
"<enter>"
Expand All @@ -29,8 +29,8 @@
"format": "qcow2",
"headless": true,
"http_directory": "./",
"iso_checksum": "f7201f2df36f5627eb7a110afca6579be4ce4ee833ab24766d24b1738989acb1",
"iso_url": "http://opensuse.ucom.am/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Snapshot20210711-Media.iso",
"iso_checksum": "552592830f890d2c049cf412ef0c8da2810d70e6be6af19f12ed18fe04594f52",
"iso_url": "http://opensuse.ucom.am/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Snapshot20210715-Media.iso",
"memory": 8192,
"net_device": "virtio-net",
"qemu_binary": "kvm",
Expand Down
4 changes: 2 additions & 2 deletions packer/virtualbox-leap-15.2/autoinst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ chown -Rf root:root /etc/sudoers.d
ssh-keygen -A
systemctl enable sshd.service
sed -ie "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
dracut -f
exit 0
Expand Down
2 changes: 1 addition & 1 deletion packer/virtualbox-leap-15.2/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0 lang=en_US textmode=1 <wait5>",
"install=http://download.opensuse.org/distribution/leap/15.2/repo/oss <wait5>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait5>",
"<enter>"
Expand Down
4 changes: 2 additions & 2 deletions packer/virtualbox-leap-15.3/autoinst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ chown -Rf root:root /etc/sudoers.d
ssh-keygen -A
systemctl enable sshd.service
sed -ie "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
dracut -f
exit 0
Expand Down
2 changes: 1 addition & 1 deletion packer/virtualbox-leap-15.3/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0 lang=en_US textmode=1 <wait5>",
"install=http://download.opensuse.org/distribution/leap/15.3/repo/oss <wait5>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait5>",
"<enter>"
Expand Down
4 changes: 2 additions & 2 deletions packer/virtualbox-tumbleweed/autoinst.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ chown -Rf root:root /etc/sudoers.d
ssh-keygen -A
systemctl enable sshd.service
sed -ie "s/^GRUB_DEFAULT=.*/GRUB_DEFAULT=\"0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX=.*/GRUB_CMDLINE_LINUX=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
sed -ie "s/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT=\"net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0\"/g" /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
dracut -f
exit 0
Expand Down
6 changes: 3 additions & 3 deletions packer/virtualbox-tumbleweed/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<tab><tab><tab><tab><tab><tab><tab><tab><tab><tab><wait>",
"<esc><wait5><enter><wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 lang=en_US textmode=1 <wait5>",
"linux netsetup=dhcp net.ifnames=0 biosdevname=0 systemd.unified_cgroup_hierarchy=0 lang=en_US textmode=1 <wait5>",
"install=http://download.opensuse.org/tumbleweed/repo/oss <wait5>",
"autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml <wait5>",
"<enter>"
Expand All @@ -24,8 +24,8 @@
"guest_os_type": "OpenSUSE_64",
"headless": true,
"http_directory": "./",
"iso_checksum": "f7201f2df36f5627eb7a110afca6579be4ce4ee833ab24766d24b1738989acb1",
"iso_url": "http://opensuse.ucom.am/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Snapshot20210711-Media.iso",
"iso_checksum": "552592830f890d2c049cf412ef0c8da2810d70e6be6af19f12ed18fe04594f52",
"iso_url": "http://opensuse.ucom.am/tumbleweed/iso/openSUSE-Tumbleweed-NET-x86_64-Snapshot20210715-Media.iso",
"memory": 8192,
"shutdown_command": "sudo shutdown -h now",
"ssh_password": "vagrant",
Expand Down
Loading

0 comments on commit 17b0711

Please sign in to comment.