Overview

Request 701121 accepted

- Rename to MicroOS:
- New flavors: bare, ContainerHost and Kubic-kubeadm
- Remove workaround for kiwi bug
- Merge XEN into kvm-and-xen
- Remove unneeded sections in config.sh:
* cloud.cfg change was a noop
* RPi HDMI hotplug is implemented now
- Bump version to 16.0.0
- Remove -x86_64 suffixes, arch is part of the filename already
- Don't set DHCLIENT_SET_HOSTNAME to yes, cloud-init takes care of the hostname
- Workaround gh#SUSE/kiwi#1053 by adding grub2-*-efi explicitly
- Use the new microos and containers patterns and release pkg
- Remove xfsprogs from OpenStack - leftover from JeOS
- Merge bootstrap package sections
- Remove unpartitioned space, no longer needed
- Use more kiwi-friendly container-runtime and container-runtime-kubernetes patterns
[boo#1125949]
- Drop the data partition, disable quotas entirely instead
(we'd need a seperate /var partition, but kiwi can't do it)
- Change profile configuration: MicroOS+podman and MicroOS+cri-o+kubeadm
- Use glibc-locale-base instead of glibc-locale
- Fix etc overlay with new transactional-update and read-only-root-fs
- Add cloud-init and cloud-init-config-casp directly
- VMware image was apparently not read-only, fixed
- Add apparmor pattern to cri-o profile directly
- correct owner for vagrant home directory

- unpredictable kernel-native ethX naming for Vagrant box to come up for
ssh config
- Remove docker profiles
- Only install cri-o-kubeadm-criconfig on kubeadm
- Enable systemd-timesyncd
- Enable kubelet service for images
- Rename from kubic-images to openSUSE-Tumbleweed-Kubic
- Use the net.ifnames=0 in the kernel cmdline args for KVM/Xen
- Don't install kernel-firmware for the Vagrant flavour
- Add Vagrant flavour (from jan.fajerski@suse.com)
- Resolve criconfig dependency choice
- Avoid kernel-default-base:
* Missing important kernel modules for kubernetes
- Remove cloud-init-config subvolume (boo#1107283)
- Replace CaaSP-Stack flavour with kubeadm flavour
- Introduce seperate crio and docker profiles
- Decouple from CaaSP: It goes a separate path from now
- Enable btrfs_quota_groups (bsc#1093518) (still broken in kiwi as of now)
- Don't remove /etc/localtime in config.sh
- Set bootloader_console="gfxterm" unless tty is on serial console
- Remove systemd.show_status=0 from the kernel cmdline (bsc#1089826)
- Fix VMware capitalization
- Fix (kvm-and-)xen driver inclusion on non-MicroOS
- Don't use import=true:
* OBS doesn't handle it correctly
* No effect in combination with _multibuild
- Use legacy MBR instead of GPT for Pine64 due to boo#1098550
- Don't setup data_part on Pine64
- Don't setup data_part on RPi, it breaks the MBR
- Add patterns-caasp-apparmor to the Stack profile
- Add pine64 flavour
- Add sections to allow building against CaaSP
- Add pre_checkin.sh to generate both caasp and kubic image descriptions
- Update schema to version 6.7
- Don't try to enable quotas here, it's wrong (bsc#1093518)
- /var/lib/docker on a separate partition with btrfs
- Adjust snapper configuration to enable quotas, disable timeline
snapshots and keep fewer number snapshots
- Only call add-yast-repos if available
- Adjust zypp.conf to disable multiversion and recommends and enable
excludedocs
- Use set -exo pipefail for good measure
- Add hardware-x86_64 flavor with kernel-default
- Include live-add-yast-repos
- Add new flavors and targets for patterns-caasp-Stack and patterns-caasp-onlyDVD
- Add _constraints
- New image, based on SLE 15 JeOS and CaaSP 3.0 descriptions


Andreas Färber's avatar

Was boo#1107283 referenced by accident? I don't see the relation.


Fabian Vogt's avatar

This is a rename of openSUSE-Tumbleweed-Kubic, so the changelog includes all bugs fixed there.


Richard Brown's avatar
author reviewer source maintainer

it was not referenced by accident - this is a rename of a package, with a history which included fixing boo#107283


Andreas Färber's avatar

FTR I meant boo#1098550 (above the text, not below) but same answer - apparently Guillaume changed Kiwi scripts as workaround, whereas the actual bug is not fully solved in u-boot-pine64 package yet. Therefore my confusion about this submission reference.

Request History
Richard Brown's avatar

RBrownSUSE created request

- Rename to MicroOS:
- New flavors: bare, ContainerHost and Kubic-kubeadm
- Remove workaround for kiwi bug
- Merge XEN into kvm-and-xen
- Remove unneeded sections in config.sh:
* cloud.cfg change was a noop
* RPi HDMI hotplug is implemented now
- Bump version to 16.0.0
- Remove -x86_64 suffixes, arch is part of the filename already
- Don't set DHCLIENT_SET_HOSTNAME to yes, cloud-init takes care of the hostname
- Workaround gh#SUSE/kiwi#1053 by adding grub2-*-efi explicitly
- Use the new microos and containers patterns and release pkg
- Remove xfsprogs from OpenStack - leftover from JeOS
- Merge bootstrap package sections
- Remove unpartitioned space, no longer needed
- Use more kiwi-friendly container-runtime and container-runtime-kubernetes patterns
[boo#1125949]
- Drop the data partition, disable quotas entirely instead
(we'd need a seperate /var partition, but kiwi can't do it)
- Change profile configuration: MicroOS+podman and MicroOS+cri-o+kubeadm
- Use glibc-locale-base instead of glibc-locale
- Fix etc overlay with new transactional-update and read-only-root-fs
- Add cloud-init and cloud-init-config-casp directly
- VMware image was apparently not read-only, fixed
- Add apparmor pattern to cri-o profile directly
- correct owner for vagrant home directory

- unpredictable kernel-native ethX naming for Vagrant box to come up for
ssh config
- Remove docker profiles
- Only install cri-o-kubeadm-criconfig on kubeadm
- Enable systemd-timesyncd
- Enable kubelet service for images
- Rename from kubic-images to openSUSE-Tumbleweed-Kubic
- Use the net.ifnames=0 in the kernel cmdline args for KVM/Xen
- Don't install kernel-firmware for the Vagrant flavour
- Add Vagrant flavour (from jan.fajerski@suse.com)
- Resolve criconfig dependency choice
- Avoid kernel-default-base:
* Missing important kernel modules for kubernetes
- Remove cloud-init-config subvolume (boo#1107283)
- Replace CaaSP-Stack flavour with kubeadm flavour
- Introduce seperate crio and docker profiles
- Decouple from CaaSP: It goes a separate path from now
- Enable btrfs_quota_groups (bsc#1093518) (still broken in kiwi as of now)
- Don't remove /etc/localtime in config.sh
- Set bootloader_console="gfxterm" unless tty is on serial console
- Remove systemd.show_status=0 from the kernel cmdline (bsc#1089826)
- Fix VMware capitalization
- Fix (kvm-and-)xen driver inclusion on non-MicroOS
- Don't use import=true:
* OBS doesn't handle it correctly
* No effect in combination with _multibuild
- Use legacy MBR instead of GPT for Pine64 due to boo#1098550
- Don't setup data_part on Pine64
- Don't setup data_part on RPi, it breaks the MBR
- Add patterns-caasp-apparmor to the Stack profile
- Add pine64 flavour
- Add sections to allow building against CaaSP
- Add pre_checkin.sh to generate both caasp and kubic image descriptions
- Update schema to version 6.7
- Don't try to enable quotas here, it's wrong (bsc#1093518)
- /var/lib/docker on a separate partition with btrfs
- Adjust snapper configuration to enable quotas, disable timeline
snapshots and keep fewer number snapshots
- Only call add-yast-repos if available
- Adjust zypp.conf to disable multiversion and recommends and enable
excludedocs
- Use set -exo pipefail for good measure
- Add hardware-x86_64 flavor with kernel-default
- Include live-add-yast-repos
- Add new flavors and targets for patterns-caasp-Stack and patterns-caasp-onlyDVD
- Add _constraints
- New image, based on SLE 15 JeOS and CaaSP 3.0 descriptions


Saul Goodman's avatar

licensedigger accepted review

ok


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:51"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Factory:Staging:adi:51


Dominique Leuenberger's avatar

dimstar accepted review


Staging Bot's avatar

staging-bot accepted review

ready to accept


Staging Bot's avatar

staging-bot approved review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by