This update fixes the following issues:
branch-network-formula:
- Handle application/efi mime type
- Allow http access to saltboot directory
cobbler:
- Signatures file now uses 'default_autoinstall' which fixes import
problem happening with some distributions (bsc#1159010)
- Fix for kernel and initrd detection (bsc#1159010)
dhcpd-formula:
- UEFI HTTPBoot support
- Changed default of filename_efi to shim.efi for secure boot
grafana-formula:
- Add CaaSP datasource and dashboards
image-sync-formula:
- Install dosfstools package for sync_image_usb module to work
patterns-suse-manager:
- Require yast2-migration to allow online OS migrations (bsc#1167777)
prometheus-formula:
- Add meta-monitoring configuration
- Add federation configuration
pxe-formula:
- Add non-EFI grub menu variant
- Use /usr/lib64/efi/shim.efi path (workaround for bsc#1166523)
- Use grub2 variable 'prefix' instead of hardcoded /boot
- Prepare configuration for UEFI with Secure Boot
- Add support fot new terminal naming for UEFI network boot
py26-compat-salt:
- Do not make py26-compat-salt to require python-tornado on SLE15 (all SPs)
- Backport saltutil state module to 2016.11 codebase (bsc#1167556)
- Add new custom SUSE capability for saltutil state module
python-susemanager-retail:
- Fix retail_branch_init python error due to change in branch id
handling
saltboot-formula:
- Add grain to force image redeployment and repartition
- Allow pillar customizable download urls
Saltboot now recognizes following pillars:
- saltboot_download_server: specifies from where download the images, kernel, etc.
- saltboot_download_protocol: specifies what protocol to use for download
- Use more reliable progress output
- Python3 compatibility fix
- Use file.read instead of cp.get_file_str
- Improve image cache debug messages
spacewalk:
- Explicitly require postgresql10 package (bsc#1165926)
spacewalk-backend:
- Validate cached package entries on ISS slave (bsc#1159184)
- Do not...