Hello community,
here is the log from the commit of package openSUSE-MicroOS for
openSUSE:Factory checked in at 2020-01-10 17:51:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS"
Fri Jan 10 17:51:04 2020 rev:13 rq:762841 version:16.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes
2019-12-21 12:29:40.715314652 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.6675/openSUSE-MicroOS.changes
2020-01-10 17:51:13.574117519 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 12:21:58 UTC 2020 - Guillaume GARDET <[email protected]>
+
+- Build vagrant images for aarch64 too
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-MicroOS.kiwi ++++++
--- /var/tmp/diff_new_pack.E55Unk/_old 2020-01-10 17:51:14.242117855 +0100
+++ /var/tmp/diff_new_pack.E55Unk/_new 2020-01-10 17:51:14.242117855 +0100
@@ -20,7 +20,14 @@
<profile name="Pine64" description="Pine64" arch="aarch64"/>
<profile name="RaspberryPi" description="RaspberryPi (3+, aarch64)"
arch="aarch64"/>
<profile name="RaspberryPi2" description="RaspberryPi2 (armv7)"
arch="armv7l"/>
- <profile name="Vagrant" description="Vagrant for x86_64"
arch="x86_64"/>
+ <profile name="Vagrant_x86_64" description="Vagrant for x86_64"
arch="x86_64"/>
+ <profile name="Vagrant_aarch64" description="Vagrant for aarch64"
arch="aarch64"/>
+ <profile name="Vagrant" description="Vagrant" arch="x86_64">
+ <requires profile="Vagrant_x86_64"/>
+ </profile>
+ <profile name="Vagrant" description="Vagrant" arch="aarch64">
+ <requires profile="Vagrant_aarch64"/>
+ </profile>
<!-- Images (flavor + platform) -->
<profile name="ContainerHost-kvm-and-xen" description="MicroOS with
Podman for KVM and HVM Xen" arch="x86_64">
<requires profile="kvm-and-xen"/>
@@ -47,7 +54,11 @@
<requires profile="ContainerHost"/>
</profile>
<profile name="ContainerHost-Vagrant" description="MicroOS with Podman
for Vagrant" arch="x86_64">
- <requires profile="Vagrant"/>
+ <requires profile="Vagrant_x86_64"/>
+ <requires profile="ContainerHost"/>
+ </profile>
+ <profile name="ContainerHost-Vagrant" description="MicroOS with Podman
for Vagrant" arch="aarch64">
+ <requires profile="Vagrant_aarch64"/>
<requires profile="ContainerHost"/>
</profile>
<profile name="Kubic-kubeadm-kvm-and-xen" description="kubeadm with
CRI-O for KVM and HVM Xen" arch="x86_64">
@@ -75,7 +86,11 @@
<requires profile="Kubic-kubeadm"/>
</profile>
<profile name="Kubic-kubeadm-Vagrant" description="kubeadm with CRI-O
for Vagrant" arch="x86_64">
- <requires profile="Vagrant"/>
+ <requires profile="Vagrant_x86_64"/>
+ <requires profile="Kubic-kubeadm"/>
+ </profile>
+ <profile name="Kubic-kubeadm-Vagrant" description="kubeadm with CRI-O
for Vagrant" arch="aarch64">
+ <requires profile="Vagrant_aarch64"/>
<requires profile="Kubic-kubeadm"/>
</profile>
</profiles>
@@ -377,7 +392,7 @@
</systemdisk>
</type>
</preferences>
- <preferences profiles="Vagrant">
+ <preferences profiles="Vagrant_x86_64">
<version>16.0.0</version>
<packagemanager>zypper</packagemanager>
<bootsplash-theme>openSUSE</bootsplash-theme>
@@ -415,6 +430,43 @@
<size unit="G">24</size>
</type>
</preferences>
+ <preferences profiles="Vagrant_aarch64">
+ <version>16.0.0</version>
+ <packagemanager>zypper</packagemanager>
+ <bootsplash-theme>openSUSE</bootsplash-theme>
+ <bootloader-theme>openSUSE</bootloader-theme>
+ <rpm-excludedocs>true</rpm-excludedocs>
+ <locale>en_US</locale>
+ <type
+ image="vmx"
+ filesystem="btrfs"
+ format="vagrant"
+ bootloader="grub2"
+ bootloader_console="gfxterm"
+ firmware="uefi"
+ kernelcmdline="plymouth.enable=0 console=ttyS0,115200 console=tty0
\$ignition_firstboot ignition.platform.id=metal"
+ bootpartition="false"
+ bootkernel="custom"
+ devicepersistency="by-uuid"
+ btrfs_root_is_snapshot="true"
+ btrfs_root_is_readonly_snapshot="true"
+ btrfs_quota_groups="true"
+ spare_part="5G" spare_part_mountpoint="/var" spare_part_fs="btrfs"
spare_part_is_last="true"
+ >
+ <systemdisk>
+ <volume name="home"/>
+ <volume name="root"/>
+ <volume name="tmp"/>
+ <volume name="opt"/>
+ <volume name="srv"/>
+ <volume name="boot/grub2/arm64-efi"
mountpoint="boot/grub2/arm64-efi"/>
+ <volume name="boot/writable"/>
+ <volume name="usr/local"/>
+ </systemdisk>
+ <vagrantconfig provider="libvirt" virtualsize="24"/>
+ <size unit="G">24</size>
+ </type>
+ </preferences>
<repository type="rpm-md" >
<source path='obsrepositories:/'/>
</repository>
@@ -514,7 +566,7 @@
<package name="wireless-tools"/>
<package name="wpa_supplicant"/>
</packages>
- <packages type="image" profiles="Vagrant">
+ <packages type="image" profiles="Vagrant,Vagrant_x86_64,Vagrant_aarch64">
<package name="kernel-default"/>
<!-- vagrant-libvirt uses nfs for synced folders -->
<package name="nfs-client"/>