# # spec file for package uyuni-docs_en # # Copyright (c) 2022 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{?suse_version} %define htdocs /srv/www/htdocs/docs %define apacheconfdir %{_sysconfdir}/apache2 %else %define htdocs %{_var}/www/html/docs %define apacheconfdir %{_sysconfdir}/httpd %endif Name: uyuni-docs_en Version: 2023.04 Release: 220400.2.1.uyuni2 Provides: locale(desktop-data-SLE:en) Source0: uyuni-docs_en.tar.gz Source1: uyuni-docs_en-pdf.tar.gz Source2: zz-uyuni-docs.conf Source3: reportdb-schema-docs.tar.xz BuildRequires: fdupes BuildRequires: filesystem Requires: filesystem Requires: release-notes-uyuni BuildArch: noarch Obsoletes: susemanager-jsp_en < %{version} Provides: susemanager-jsp_en = %{version} Obsoletes: susemanager-docs_en < %{version} Provides: susemanager-docs_en = %{version} Obsoletes: uyuni-doc-indexes < %{version}-%{release} Summary: Uyuni Documentation (English, HTML) License: GFDL-1.2-only Group: Documentation/SUSE Url: http://doc.opensuse.org %description Uyuni Documentation (English, HTML) %package -n uyuni-docs_en-pdf Summary: Uyuni Getting Started (English, PDF) Group: Documentation/SUSE BuildRequires: filesystem Requires: filesystem Requires: uyuni-docs_en = %{version} Provides: susemanager-getting-started_en-pdf = %{version} Obsoletes: susemanager-getting-started_en-pdf < %{version} Provides: susemanager-reference_en-pdf = %{version} Obsoletes: susemanager-reference_en-pdf < %{version} Provides: susemanager-best-practices_en-pdf = %{version} Obsoletes: susemanager-best-practices_en-pdf < %{version} Provides: susemanager-advanced-topics_en-pdf = %{version} Obsoletes: susemanager-advanced-topics_en-pdf < %{version} %description -n uyuni-docs_en-pdf Uyuni Documentation (English, PDF) %prep %setup -c -q -n %{name}-%{version} %setup -T -D -a 1 -c -q -n %{name}-%{version} %setup -T -D -a 3 -c -q -n %{name}-%{version} %build %install mkdir -p %{buildroot}%{htdocs} cp -r build/* %{buildroot}%{htdocs} cp -r reportdb-schema %{buildroot}%{htdocs}/en/ %fdupes '%{buildroot}%{htdocs}' cd %{buildroot} # Write the list of directories for main package, excluding pdf directory find .%{htdocs}/* -type d -not -path ".%{htdocs}/pdf" -printf "%p\n" > %{_builddir}/%{name}-%{version}/nonpdf.filelist sed -i -e 's/^\./\%dir /g' %{_builddir}/%{name}-%{version}/nonpdf.filelist # Write the list of files for main package, excluding files from pdf directory find .%{htdocs}/* -type f -not -path ".%{htdocs}/pdf/*" -printf "%p\n" >> %{_builddir}/%{name}-%{version}/nonpdf.filelist sed -i -e 's/^\.//g' %{_builddir}/%{name}-%{version}/nonpdf.filelist # Apache configuration mkdir -p %{buildroot}%{apacheconfdir}/conf.d sed 's#/srv/www/htdocs/docs#%{htdocs}#' %{S:2} > %{buildroot}%{apacheconfdir}/conf.d/$(basename %{S:2}) %files -f nonpdf.filelist %defattr(644, root, root) %dir %{htdocs} %dir %{htdocs}/en %exclude %{htdocs}/en/pdf %config(noreplace) %{apacheconfdir} %files -n uyuni-docs_en-pdf %defattr(644, root, root) %dir %{htdocs}/en/pdf %{htdocs}/en/pdf/* %changelog * Tue Apr 18 2023 Karl Eichwalder - Version 2023.04 * Add multiple GPG key URL usage to Client Configuration Guide * Adjusted Single Sign-On example in Administration Guide according to Keycloak 21.0.1 update * Documented custom info is available via pillars in Client Configuration Guide (bsc#1209253) * Added updated options for rhn.conf file in the Administration Guide (bsc#1209508) * Added instruction for Cobbler to use the correct distribution label in Client Configuration Guide (bsc#1205600) * Adjusted Python version and openSUSE Leap version in public cloud document (bsc#1209938) * Fixed calculation of DB max-connections and align it with the supportconfig checking tool in the Tuning Guide * Fixed Troubleshooting Corrupt Repositories procedure * Wed Feb 22 2023 Joseph Cayouette - Version 2023.03 * Branding updated for 2023 * New search engine optimization improvements for documentation * Translations are now included in the webui help documentation * Local search is now provided with the webui help documentation * Added Uyuni Client Tools channels for Enterprise Linux and SUSE Liberty Linux and provide dedicated table for SUSE Manager in the Client Configuration Guide (bsc#1205719) * Warned about installing containerized proxy on a traditional container host in the Installation and Upgrade Guide * Added openSUSE Leap 15.5 as a supported client * Added SUSE Linux Enterprise 15 SP5 as a supported client * Removed z196 and z114 from listing in System Z chapter of the Installation and Upgrade Guide (bsc#1206973) * Updated the System Security with OpenSCAP chapter in the Administration Guide replacing the "standard" by "stig" profile * Added a description for using a custom container image in containerized proxy * Added documentation about configuring an external database during server setup * Mon Jan 23 2023 Joseph Cayouette -Version 2023.01 * Remove SUSE Linux Enterprise Micro requirement to preinstall salt-transactional package * Added information about java.salt_event_thread_pool_size in the Large Deployments Guide * Re-added statement about Cobbler support in Reference Guide and Client Configuration Guide (bsc#1206963) * Fixed SUSE Linux Enterprise Micro channel names in the Client Configuration Guide * Added information about GPG key usuage in the Debian section of the Client Configuration Guide * Add Grafana configuration instructions in Administration Guide. * Clarified the monitoring components support matrix in Client Configuration Guide * Added information to use Hub when managing more than 10,000 clients to the Hardware Requirements in the Installation and Upgrade Guide * Thu Dec 15 2022 Ornela Maric - Version 2022.12 * Added Red Hat Enterprise Linux 9 clients as supported (bsc#1205896) * Updated default number of changelog entries in Administration Guide * Removed SLE Micro 5.1 notes * Added SLE Micro bootstrapping note * Improved Grafana configuration instructions in Administration Guide * Containerized proxy now allows usage of single FQDN. Documented in Installation and Upgrade Guide * Fixed Rocky Linux documentation in Client Configuration Guide. Rocky Linux 8 was partially removed by accident (bsc#1205470) * Warning to emphasize about storage requirements before migration in Installation and Upgrade Guide * Removed mentions to ABRT in Reference Guide * Documented changed default behavior with handling local repositories * Fri Nov 18 2022 Joseph Cayouette - Version 2022.11 * Describe how the default behavior for handling local repos was changed * Improved description of client-server contact methods * Documented transactional update and reboot feature in Administration and Client Configuration Guide * Added information about automatic custom channel synchronization * Fixed incorrect order of steps when restarting database and spacewalk-service * Added information about Open Enterpise Server repository enablement to Troubleshooting section in Administration Guide (bsc#1204195) * Added note about shell quotation in Mass Migration section of the Client Configuration Guide * Documented the mgr-bootstrap command in Client Configuration Guide * Fixed SLES ES client tools label in Client Configuration Guide * Added list of relevant collected server metrics in Monitoring chapter of Administration Guide * In the Troubleshooting section of the Administration Guide, update Register Cloned Clients procedure (bsc#1203971) * Added information about changing Grafana the administrator password (bsc#1203698) * Moved all troubleshooting topics from the Installation and Upgrade Guide and Client Configuration Guide to the Administration Guide * Warned about file ownership when restoring files in the Administration Guide (bsc#1202612) * Tue Oct 4 2022 Joseph Cayouette - Version 2022.10 * Fixed the Ubuntu base channel name in Registering Ubuntu 20.04 and 22.04 Clients section of Client Configuration Guide * Added Red Hat Enterprise Linux 9 clients as supported * Added Almalinux 9, Oracle Linux 9, and Rocky Linux 9 as supported Client systems * Only SUSE clients are supported as a monitoring server in the Administration Guide * Fixed description of default notification settings (bsc#1203422) * Added missing Debian 11 references * Removed references to Debian 9 as it is approaching end of life * Document helm deployment of the proxy on k3s and MetalLB in the Installation and Upgrade Guide * Added secure mail communication settings in Administration Guide * Fixed path to state and pillar files * Documented how pxeboot works with Secure Boot enabled in Client Configuration Guide. * Add repository via proxy issues troubleshooting page * Added SLE Micro 5.2 and 5.3 as available as a technology preview in Client Configuration Guide, and the IBM Z architecture for 5.1, 5.2, and 5.3 * Added command to remove the obsolete Python module on SUSE Manager Server 4.1 in the Installation and Upgrade Guide (bsc#1203026) * Improve instructions for setting up SSO with keycloak 9.0.2 in the Administration Guide * Mention CA certificate directory in the proxy setup description in the Installation and Upgrade Guide (bsc#1202805) * Updated import GPG key description * Relax region requirement for payg connect feature -- not strictly required * Documented mandatory channels in the Disconnected Setup chapter of the Administration Guide (bsc#1202464). * Fixed the names of updates channels for Leap * Fixed errors in OpenSCAP chapter of Administration Guide * Documented how to onboard Ubuntu clients with the Salt bundle as a regular user * Documented how to onboard Debian clients with the Salt bundle or plain Salt as a regular user * Removed CentOS 8 from the list of supported client systems * Extend the notes about using noexec option for /tmp and /var/tmp (bsc#1201210) * Reverted single snippet change for two separate books * Added Extend Salt Bundle functionality with Python packages using pip * Salt Configuration Modules are no longer Technology Preview in Salt Guide * Fri Jul 22 2022 Joseph Cayouette - Version 2022.08 * Described disabling local repositories in Client Configuration Guide * Remove misleading installation screen shots in the Installation and Upgrade Guide (bsc#1201411) * Fixed Ubuntu 18 Client registration in Client Configuration Guide (bsc#1201224) * In the Custom Channel section of the Administration Guide add a note about synchronizing repositories regularly * Update section about changing SSL certificates * Added ports 1232 and 1233 in the Ports section of the Installation and Upgrade Guide; required for Salt SSH Push (bnc#1200532) * Fixed 'fast' switch ('-f') of the database migration script in Installation and Upgrade Guide * Added Uyuni Proxy requirements in Installation and Upgrade Guide * Updated Virtualization chapter in Client Configuration Guide; more on limitation other than Xen and KVM * Tue Jun 21 2022 Joseph Cayouette - Version 2022.06 * Added information about registering Red Hat Enterprise Linux clients on Azure in the Import Entitlements and Certificates section of the Client Configuration Guide * Replaced two tables in two separate books; Install/Upgrade Guide and the Client Configuration Guide with a single snippet * In the Client Configuration Guide package locking is now supported for Ubuntu on Uyuni * Remove Uyuni Client tools from the list of the proxy channels in Installation and Upgrade Guide * References updated from openSUSE Leap 15.3 to Leap 15.4 (Leap 15.3 is still supported for clients) * Fixed VisibleIf documentation in Formula section of the Salt Guide * Added note about importing CA certificate in the Installation and Upgrade Guide (bsc#1198358) * Documented how to define monitored targets using file-based service discovery provided in the Prometheus formula in the Salt Guide * Improve traditional client deprecation statement in the Client Configuration Guide (bsc#1199714) * Fixed spacewalk-remove-channel command in Delete Channels section of the Administration Guide (bsc#1199596) * Added a note about OpenSCAP security profile support to the OpenSCAP section of the Administration Guide * The Large deployments Guide now includes a mention of the proxy (bsc#1199577) * Enhanced Product Migration chapter in Client Configuration Guide with a SUSE Linux Enterprise example * In the Common Workflows book, added a new workflow for an in-place upgrade of SUSE Linux Enterprise * In the Create Build Host section of the Administration Guide, added a warning about Operating System version requirements. * Wed May 11 2022 Pascal Arlt - Obsolete uyuni-doc-indexes * Mon May 9 2022 Joseph Cayouette - Version 2022.05 * In registration chapter of the Client Configuration Guide, add architecture note snippet to all Add Software Channel sections * In the Admininstration Guide, troubleshooting section, added content about high sync times between Server and Proxy over WAN connections * In the Administration Guide, documented the new behavior of spacewalk-report in combination with the reporting database * Documented org_createfirst in spacecmd chapter of the Reference Guide * In Client Configuration Guide, adjust sequence of sections on registering Red Hat Clients * In the Administration Guide, documented that monitoring tools are available in SUSE Linux Enterprise 12, 15 and openSUSE Leap 15, but Grafana is not available on Proxy (bsc#1191143) * In the Large Deployments Guide, adapt tuning options for hub reporting according to latest performance tests * Documented AutoYaST installation features in AutoYaST section of the Client Configuration Guide * In Client Configuration Guide, clarified client upgrade issues. * Mon May 2 2022 Michael Calmer - move reportdb schema docs into en subdirectory * Thu Apr 28 2022 Thomas Florio - Updated schema documentation for the reporting database * Thu Apr 21 2022 Michael Calmer - add schema documentation for the reporting database Added: reportdb-schema-docs.tar.xz * Wed Apr 13 2022 Joseph Cayouette - Version 2022.04 * In the Large Deployments Guide, enhanced section on hub reporting * In the Client Configuration Guide, added information about the registration of version 12 of SUSE Linux Enterprise clients * In the Client Configuration Guide, mark the applying patches features as supported on Ubuntu * Adjusted verion number for SUSE Linux Enterprise Micro in the Client Configuration Guide from 5.0 to 5.1, and warned about Salt installation * Renamed the golang-github-wrouesnel-postgres_exporter to prometheus-postgres_exporter * Clarified in the Client Configuration Guide and Retail Guide that mandatory channels are automatically checked. Recommended channels are also checked as long as they are not deactivated (bsc#1173527) * In the Client Configuration Guide, fixed channel configuration and registration of Expanded Support clients * In the Client Configuration Guide, added the correct procedure for registering Ubuntu 16.04 and 18.04 clients in Uyuni * Fri Mar 11 2022 Ornela Maric - Version 2022.03 * In Administration Guide, introduce a new tool to setup SSL certificates on Server and Proxy * Added content about automatic client registration to Client Configuration Guide * Clarified channel label name in Registering Clients with RHUI section of the Client Configuration Guide (bsc#1196067) * Documented GPG encrypted Salt Pillars in the Specialized Guides, Salt book * Thu Feb 17 2022 Joseph Cayouette - Version 2022.02 * Added a warning about the origin of the salt-minion package in the Register on the Command Line (Salt) section of the Client Configuration Guide * In Custom Channels chapter of the Administration Guide, call spacewalk-repo-sync to import and trust GPG keys * Removed wrong and superfluous sudo command in Backup and Restore of the Administration Guide. * Add troubleshooting section about avoiding package conflicts with custom channels * Added instructions for Pay-as-you-go to Installation and Upgrade Guide * Introduce PostgreSQL 14 with Uyuni * Thu Jan 27 2022 Joseph Cayouette - Version 2022.01 * Translations for Installation and Upgrade Guides merged * Merged the Installation and Upgrade guides into a single book * Added a new book titled Common Workflows * Removed end of life caasp references from documentation * Documented moving Salt clients between proxies in the Client Configuration Guide * Added grub.cfg for GRUB 2 in the Upgrade chapter of the Client Configuration Guide * In the Troubleshooting section of the Client Configuration Guide, documented SUSE Linux Enterprise Server 11 clients also require previous SSL versions installed on the server * In the Client Configuration Guide, documented how to find channel names for registering older SUSE Linux Enterprise clients * In the Retail Guide, adjusted Branch Server version numbers (bsc#1193292) * Change configuration parameters to new static name in the Large Deployment Guide * In the Client Configuration Guide, mark Yomi as unsupported on SLES 11 and 12 * In Specialized Guides, renamed page files to better reflect the topics they belong to * Created Specialized Guides as a container book for topics that are either not bespoke Uyuni functionalities, or do not belong in any of the existing books * Added a new QuickStart book, containing one-page instructions for installing server or proxy * In the Retail Guide, improve the auto-signed grains documentation * Document Debian 11 as a supported OS and as a client * In the Client Confguration Guide, Debian and Ubuntu clients now provide the genuine architecture abbreviation "amd64" * Documented repository URLs for Debian apt sources in the Custom Channel section of the Administration Guide * Tue Dec 7 2021 Joseph Cayouette - Version 2021.12 * In Client Configuration Guide add new section about registering with the Salt bundle * In Client Configuration Guide fix the cent-errata.sh example script, Red Hat now offers oval xml files in bzip2 format only * Fixed command in Administration Guidelines, Backup and Restore chapter, and normalized layout * In the Client Configuration Guide, package locking is supported for Ubuntu and Debian * Fix base channel label for Red Hat 8 products in the Client Configuration Guide * In the Client Configuration Guide, move the information about required Python to the section about the Web UI registration procedure * Warn about building ARM images on aarch64 architecture in the Administration Guide * In the Installation Guide, fix slow downloads via Proxy when huge files are requested (bsc#1185465) * Added DNS resolution for minions incorrectly shown as down to the Troubleshooting section in the Client Configuration Guide * Updated 'max_connections' calculation in tuning section of the Large Deployment Guide (bsc#1191267) * In the ports section of the Installation Guide, mention "tftpsync" explicitly for port 443 (bsc#1190665) * In server upgrade procedure in the Upgrade Guide add 'zypper ref' step to refresh repositories reliably * Updated 'effective_cache_size' calculation in tuning section of the Large Deployment Guide (bsc#1191274) * Documented new filter in the Content Lifecycle Management chapter of the Administration Guide * Added aarch64 support for selection of clients in the Installation Guide and Client Configuration Guide * Documented Amazon Web Services permissions for Virtual Host Manager in VHM and Amazon Web Services chapter in the Client Configuration Guide * Removed outdated note in the Server update chapter of the Upgrade Guide * Tue Sep 21 2021 Karl Eichwalder - Version 2021.09 * Fixed mgr-cfg-* issues in appendix of the Reference Guide. Run the commands on the client (bsc#1190166) * Documented package lock as a supported feature for some Salt clients in the Client Configuration Guide. * Add information about pam service name limitations * Replaced remaining occurrences of "Service Pack Migration" to "Product Migration" * Reworded the Advanced virtual guest management description for clarity in Client Configuration Guide. * Added a SLE Micro supported features section in Client Configuration Guide. * logo url now supports new path to translation directory structure * Added channel synchronization warning in the product migration chapter of the Client Configuration Guide. * Added Rocky Linux 8 as a supported client in the Client Configuration Guide. * Removed Red Hat Enterprise Linux 6, SUSE Linux Enterprise Server Expanded Support 6, Oracle Linux 6, CentOS 6, and Ubuntu 16.04 LTS as supported client systems in the Client Configuration Guide (bsc#1188656) * Documented required SLES version for the Ansible control node in the Ansible Integration chapter of the Administration Guide (bsc#1189419) * Added information about installing Python 3.6 on Centos, Oracle Linux, Almalinux, Rocky Linux, SUSE Linux Enterprise Server with Expanded Support, and Red Hat in the Client Configuration Guide (bsc#1187335) * In the Prometheus chapter of the Administration Guide advise to store data locally (bsc#1188855) * Mon Aug 9 2021 Joseph Cayouette - version 2021.08 - Table column fix for Ubuntu clients - Added SUSE Linux Enterprise MicroOS description - Removed duplicate entries in client tables - SLE15 SP2 documentation links updated to point to SP3 - Added note about autoinstallation kernel options and Azure clients - Added general information about SUSE Manager registration codes - Document new Salt SSH logs at the Client Configuration Guide, Troubleshooting section - In the monitoring chapter of the Administration Guide mention that Prometheus is available on proxy and retail branch server. - Warn about Prometheus hardware requirements in the Retail Guide (bsc#1186339). - Documented spacecmd installation on Ubuntu 18.04 and 20.04 in Client Configuration Guide. - Enhance Uyuni Proxy Upgrade chapter in the Upgrade guide. Provide information about major and minor upgrade. - Update the proxy migration procedure with the specifics for the migration from openSUSE Leap 15.2 to 15.3 - Documented version 2 of Inter-Server Synchronization in the Administration Guide - Document Rocky Linux 8 as a client - Added custom scrape configuration documentation to Salt guide - Adding missing command for imported SSL certificates * Mon Jul 12 2021 Stefan Bluhm - Added EL8 compatibility. * Wed Jun 23 2021 Joseph Cayouette - version 2021.06 - Documented custom information in Salt pillars in the Client Configuration Guide. - Added openSUSE Leap 15.3 to docs - Updated setup section in the Installation Guide about troubleshooting freely available products. - Documented transfer between organizations in Reference and Administration Guide; this feature was previously called migrate. - In Product Migration chapter of the Client Configuration Guide add a note to install pending updates before starting the migration (bsc#1187065). - Fixed channel management command lines in Client Configuration Guide - Documented upgrading PostgreSQL DB to version 13 in Upgrade Guide - In the supported clients table of the Client Configuration Guide, list Debian 10 and 9 (bsc#1186427) * Mon May 17 2021 Karl Eichwalder - version 2021.05 - Documented Prometheus TLS support in the Administration Guide and the Salt Guide - Fixed certificate names in Red Hat Client Registration chapter of the Client Configuration Guide - Use the term "Product Migration" instead of "SP Migration" - In the Web UI upper navigation bar, use icons instead of words - Documented retracted patches in Administration Guide. - Adds SLE Micro and openSUSE MicroOS clients in the Client Configuration Guide - Documented filter templates for Content Lifecycle Management in Administration Guide - Documented Ansible Feature in Administration and Reference Guide - Completely rewritten Autoinstallation sections in the Client Configuration Guide * Tue Apr 20 2021 Joseph Cayouette - version 2021.04 - Added a new Uyuni Quickstart Guide, available from left navigation - A zip archive now replaces tarball when downloading all PDF documents from the index page - Documented apply custom state at highstate in Salt Guide - Adds troubleshooting information for bootstrapping new CentOS 6 clients (bsc#1181932) - Finds and updates all Public Cloud content. These are the most important changes or news: * Disables Public Cloud Requirements, Public Cloud Setup * New: page in the Client Configuration Guide, Registering clients on a public cloud * New book: Quick Start: Public Cloud overview - Clarify Action Chains instructions in Administration Guide (bsc1182180) - Add external network configuration to Retail Guide - Clarify backup instructions in Administration Guide (bsc#1182945) - Document ARM64 support in Retail - Updates PAM authentication procedure in Administration Guide - Adds additional dependencies for Debian client registration in Client Configuration Guide (bsc#10183649) - Adds instructions to delete vendor channels in Administration Guide (bsc#1183293) - Adds troubleshooting entry to Administration Guide for registering traditional RHEL 7 clients (bsc#1182700) - Adds missing Virtualization Network tab to System Details section in Reference Guide * Thu Feb 25 2021 Joseph Cayouette - version 2021.02 - Renamed publication date to updated - In SUSE client registration intro of the Client Configuration Guide, only mention SLES versions that are discussed later on. - Updated Command Line Registration with Salt section in the Client Configuration Guide for clarity. - Updates the AutoYaST examples page in the Client Configuration Guide to reflect that the scripts are now in GitHub. - Adds missing spacecmd commands to Reference Guide. - Adds note that bootstrap procedure for selecting a parent channel is optional in Client Configuration Guide (bsc#1181635) - Adds note about checking for valid UUIDs in the ``fstab`` entries when backing up (bsc#1181814) - Adds clarification for which GPG keys are required when bootstrapping SLES15 and Debian clients (bsc#1181695) * Tue Jan 26 2021 Joseph Cayouette - version 2021.01 - Adds openSUSE Leap SP migration to the SP migration section of the Client Configuration Guide - Salt states chapter in Salt Guide updated for clarity (bsc#1179692) - Fixed Debian channel listing in Add Software Channels of Client Configuration Guide - Fixed error in Create and Replace CA and Server Certificates of Administration Guide (bsc#1180001) - Updated package name and command in Troubleshooting - Renaming Server section of the Administration Guide (bsc#1179171) - Replacement proxy to be registered with a bootstrap script with reactivation key set in Proxy Setup chapter of the Installation Guide (bsc#1179438) - Fixed missing images in the Reference Guide - Adds troubleshooting info for ISS caching - Adds Debian 9 & 10 on uyuni to Client Configuration Guide - Moves and updates advice about modular repositories on RHEL clones in Client Configuration Guide (bsc#1179277) - Added note about SLES ES/CentOS/RHEL/Oracle Appstream Packages in Channels section of Client Configuration Guide (bsc#1179525) - Instructions added for switching a proxy from traditional to Salt - Corrected name of unresolved include (bsc#1181129) * Wed Nov 25 2020 Joseph Cayouette - version 2020.11 - Added warning about local repositories in the Clients Configuration Guide - Removed duplicate contact method entry in Client Configuration Guide - Enabled upgrade section for SLE clients on Uyuni in Clients Configuration Guide - Added a section for working with bootstrap repositories and End of Life products in Client Configuration Guide - Added Salt Minion file contact method to Client Configuration Guide - Added Redfish to power management protocols section - Clarify that port 22 is required for the Uyuni server in the installation guide (bsc#1177975) - Added procedure for adding virtualization guests to the Client Configuration Guide - New guide added: Quickstart SAP Guide * Fri Nov 6 2020 Pascal Arlt - Add multilang support * Thu Sep 17 2020 Lana Brindley - version 2020.09 - Remove old certs before renaming in Administration Guide (bsc#1171836) - Reference example scripts for SP Mass Migration in Upgrade Guide - Move PoS Terminal Requirements to the Requirements sections in the Retail Guide - Updated SP Mass Migration section in Upgrade Guide for clarity - Documented Proxy Y Upgrade (SP Migration) in Upgrade Guide - In the Upgrade Guide, use Major, Minor, and Patch Level terminology for versioning. - Align SUSE Manager and Uyuni Proxy installation in the Installation Guide - New section Upgrade Uyuni Proxy in Upgrade Guide - New section Upgrade Uyuni Server in Upgrade Guide - Add GPG information about Oracle clients to SUMA (bsc#1173520) - Add hostname admonition to public cloud sections (bsc#1173621) - Add error wording to Taskomatic troubleshooting (bsc#1172263) - Add required URLs to Installation Guide - Replaces removed instructions for adding channels on older Ubuntu clients using the CLI in SUMA (bsc#1174025) - Added more concepts to Client Cfg - Documented maintenance windows feature in Admin Guide - Some reorganization of Client Cfg & Admin Guides - Updates storage device requirements in Install Guide - Adds new section for SUMA formulas in the Salt Guide - Updates storage device requirements in Install Guide - Added reverse proxy information to Monitoring in Admin Guide - Add note about accessibility to index - Add note about CentOS upstream repository (bsc#1173603) - Add firewall troubleshooting to Admin Guide - Fix Azure command in Install Guide (thanks Rahul-CTS) - Fix broken links in Auto-Install Proxy in Client Cfg (thanks shirocco88) - Adds Ubuntu 20.04 supported features for Uyuni in Client Cfg - Adds Uyuni Config Modules to the Salt Guide as tech preview * Fri Jul 24 2020 Joseph Cayouette - Version 2020.07 - New section Upgrade Uyuni Proxy in Upgrade Guide - New section Upgrade Uyuni Server in Upgrade Guide - Add GPG information about Oracle clients to SUMA (bsc#1173520) - Add hostname admonition to public cloud sections (bsc#1173621) - Add error wording to Taskomatic troubleshooting (bsc#1172263) - Add required URLs to Installation Guide - Replaces removed instructions for adding channels on older Ubuntu clients using the CLI in SUMA (bsc#1174025) - Additional content added to Client Cfg - Reorganised Client Cfg * Tue Jun 9 2020 Lana Brindley - Version 2020.06 - Added Ubuntu 20.04 to Client Configuration Guide - Updated Configuration chapter in Reference Guide - Move some configuration procedures from the Reference to the Client Configuration - Add System Locking chapter to Client Configuration Guide - Update OS support notes in Client Configuration Guide - Small edits to the Large Scale Deployments Guide (bsc#1171389) - Updated Software chapter in Reference Guide - Remove deprecated page from Client Config Guide (bsc#1171959) - Added information about bootstrapping SSL error (bsc#1172146) - Updated Channels information across entire suite - Add mgr-sync tool usage instructions to Admin Guide - Documented the spacewalk-hostname-rename script in the Administration Guide * Tue May 19 2020 Joseph Cayouette - Version 2020.05 - Small edits to the Large Scale Deployments Guide (bsc#1171389) - Large deployment and public cloud guide fixes - Added Oracle client fixes - Added note about reserved characters in Proxy passwords (bsc#1134836) - Syntax and presentation updates to Salt Guide - Added information about /etc/salt/master.d/susemanager.conf in the Salt file Locations and Structure section of the Salt Guide - Added Bootstrapping with SSH key content - Added note about changing Cobbler profiles (bsc#1040624) - Modified Patches chapter in Reference Guide, created new Patch Management chapter in Client Configuration Guide - Added note about spacewalk-utils support to Client Configuration Guide - Added UEFI support to Retail Guide - Updated Public Cloud storage requirements (bsc#1158691) - Updated SCAP documentation (bsc#1144067) (bsc#1169706) - Reorganized Upgrade Guide - Modified Users chapter in Reference Guide, created new Users chapter in Administration Guide - Combining activation keys works only with traditional clients. - Updated Client Configuration Guide and Reference. (bsc#1164451) - Documented Terminal Re-Deployment feature in Retail Guide. - Updated VHM - AWS instructions (bsc#1169890) - Updated Proxy X upgrades and added more example autoinstallation scripts (bsc#1169747) - Enable yast and zypper part of the Server Y upgrade in the Upgrade Guide (bsc#1170711) - Add xref from the Server Y upgrade to the PostgreSQL 12 migration in Upgrade Guide (bsc#1170711) - Updated SSO chapter to include a worked example - Added admonition about changing auth method to SSO (bsc#1170818) - Documented gitfs in Salt Guide - Added client hardware requirements to Installation Guide - Updated Red Hat Client chapter in Client Configuration Guide (bsc#1163516) * Wed Apr 15 2020 Joseph Cayouette - Version 2020.04 - Document virt volume delete action - Explain sizing of /var/cache on both the Server and the Proxy - Adjusted version number attribute 4.0 to 4.1 - Warn the user to don't use Minimal or JeOS isos, but Full DVD only (bsc#1164874) - Wrong product for RES6 and RES7 client configuration (bsc#1164723) - Added webui instructions to SLES-ES - Fixed incorrect xrefs to SSL cert chapter - Added DHCP formula for UEFI - Added new book for QuickStart - Public Cloud - Added new book for Large Scale deployments - SSO no longer a tech preview - Add RHEL/Centos to monitoring chapter - Clarify rsync info in the upgrade guide - Deploy terminals by USB - Updated monitoring ports - Added highstate definition to salt terminology - Added docs on Wifi bootstrapping terminals to Retail Guide - Fixed typo in ISS documents * Thu Mar 19 2020 Joseph Cayouette - Version 2020.03 - Fixed broken xrefs to SSL certificate chapter - Added webui instructions to SLES-ES - DHCP formula now supports legacy pxe terminals and uefi terminal via pxe and http - Appstream filters in content lifecycle now support RHEL8 modular repositories - Removed outdated github links from documentation - Documentation added for configure-proxy.sh requiring the proxy version to activate - Warn the user to not use a minimal or jeos iso but full dvd media (bsc#1164874) - Updated documentation covering the retail upgradepath - Added documentation on removing a virtual volume - Added documentation for recurring action feature - Added yomi Yet one more installer support to docs - Updated the example prometheus configuration documention - Added debian 9 and 10 support to documention * Thu Jan 30 2020 Julio González Gil - Bump version to 2020.01 * Wed Jan 29 2020 Joseph Cayouette - remove auditlog-keeper from list - removed duplicate client requirements entries - fix missing spaces throughout docs - added the complete path for using manager-setup - fix typo in vhm-kubernetes - cleaned up client registration documents - improved ubuntu instructions - explain how to compose a DSN string for monitoring - added publishing dates to individual book intros - updated common spacewalk-common-channels usage * Fri Oct 25 2019 Julio González Gil - Bump version to 2019.12 (bsc#1154940) * Fri Aug 2 2019 Joseph Cayouette - Added conditional support for producing uyuni or suma content at build time - Updated branding for webui docs - Updated Ubuntu Client setup section using the correct channel names - removed warning notes from prelease versions - Salt minions are now referred to as Salt clients - Cleaned up many items - Monitoring Updates - Fixed command line error - Add UEFI boot - Enable proxy registration - removed legacy entities from headings - disconnected setup update - admon for multiple Salt environments - admon for cobbler - supported browers update - rhnsd timer update * Fri Jul 26 2019 Joseph Cayouette - PDF documents updated - docs branding Updated - docs favicon.ico updated - fixed twitter icon overflow issue at smaller resolutions - added menu collaspe for smaller screen sizes * Thu Jul 25 2019 Michael Calmer - move doc indexes into separate spec file - add rpmlintrc to ignore some warnings - Updated index page on static doc site, table displays HTML and PDF - Add: * zz-uyuni-docs.conf * Fri Apr 26 2019 Julio González Gil - Fix wrong bugzilla entry at changelog * Wed Apr 10 2019 Michael Calmer - rename package to uyuni-doc_en * Thu Apr 4 2019 Michael Calmer - generate search index for documentation * Add: nutch-conf.tar.bz2 * Tue Apr 2 2019 Julio González Gil - All books have been reworked into a new structure - Prototype search is now available via Algolia - All Documentation is written in Asciidoc and built with Antora - Documentation as of V4.0 can now be viewed by branch - Users may now contribute to documentation - PDF Books are now available via asciidoctor-pdf see the main documentation index page - known issues cross references are disabled - known issues some content is missing and will be added - known issues some images may be missing, or fail to load these will be added - See the documentation release notes for additional information- * Tue Mar 5 2019 jcayouette@suse.com - Added gfdl1.2_i License to new books * Mon Mar 4 2019 jgonzalez@suse.com - Package the new documentation format - Add: * susemanager-docs_en-pdf.tar.gz * susemanager-docs_en.tar.gz - Remove: * attributes * create-all_en_src_set.tar.bz2 * doc_pre_checkin.sh * susemanager-advanced-topics.index.jsp * susemanager-best-practices.index.jsp * susemanager-getting-started.index.jsp * susemanager-reference.index.jsp * Thu Jan 31 2019 jgonzalez@suse.com - SUSE Manager documentation doesn't contain note that third party software is not allowed on the server (bsc#1105497) - SUSE Manager 3.2 Proxy online doc: broken links (bsc#1102857) - missing link to LDAP instructions (bsc#1102464) - Online docs - release notes missing (bsc#1098971) - The best practices guide needs to be updated with migration info from 3.1 to 3.2 (bsc#1099348) - Online documentation missing (bsc#1092515) - Change diskspace requirement for RES from 200 to 250GB (bsc#1096980) * Thu Oct 25 2018 jcayouette@suse.com - Testing Uyuni-doc publishing * Thu Oct 25 2018 jcayouette@suse.com - Testing Uyuni-doc publishing * Mon Aug 13 2018 jgonzalez@suse.com - Set version number 4.0 (bsc#1104034) * Mon May 28 2018 jcayouette@suse.de - Testing xslt fixes * Fri May 25 2018 jcayouette@suse.de - Testing XSLT changes * Fri May 25 2018 jcayouette@suse.de - Testing Changes * Thu May 24 2018 jcayouette@suse.de - Testing xslt fixes for suse manager ui * Wed May 23 2018 jcayouette@suse.de - Fixed ids preventing build. * Wed May 23 2018 jcayouette@suse.de - Documentation: mgr-create-bootstrap-repo documented flag is not correct (bsc#1090400) - [doc] - remove ltss from: SUSE Linux Enterprise 11 SP4 LTSS in gs (bsc#1090401) - Configuration Macros do not work (bsc#1084679) - Updated spacecmd with new functions - update bootstrap warning for sles 15 clients and python 3 - in reference and gs * Wed Apr 25 2018 coyote@suse.de - Update text and image files. * Wed Apr 25 2018 jcayouette@suse.de - spacewalk-manage-channel-lifecycle args typo (bsc#1080351) - Migrated to adoc sources, new adoc beta sources online * Wed Apr 25 2018 coyote@suse.de - Update text and image files. * Mon Apr 9 2018 coyote@suse.de - testing new adoc/package process * Wed Apr 4 2018 jcayouette@suse.de - Enhance documentation section 1.6 Supported Client Systems (bsc#1080096) * Mon Feb 5 2018 ke@suse.com - Set version number 3.2. - Update text and image files (git: 519d270). * Wed Jan 17 2018 jcayouette@suse.de - Copied closed bugs to changelog from 3.1 branch - Wrong Image in Image Building section (bsc#1070979) - API Documentation Update (bsc#1069576) - suse manager 3.1: online update Reference Guide, Best Practices, Getting Started (bsc#1069461) - suse manager 3: online update (bsc#1062366) - SUSE Manager documentation is missing single-page html format (bsc#1056994) - Incorrect database location (bsc#1059576) - Service Pack Migration documentation points to 404 webpage (bsc#1059466) - Tech specs of https://www.suse.com/products/suse-manager/ does not show supported client systems (bsc#1056868) - Best Practices July 6 2017 -- Chapter 8 missing graphics (bsc#1056188) - Outdated screenshots for the proxy (bsc#1055524) - Lack of documentation: Using a custom SSL Certificate (bsc#1052691) - wrong pattern name in instruction (bsc#1066641) - Icinga services example is confusing (bsc#1019759) - Section ref Configuration Management is unclear (bsc#1047352) - "host_name" is missing in service definition example for Icinga (bsc#1049162) - documentation on moving database incorrect (bsc#1031602) - Missing page in Advanced Topics guide: Autoinstallation (bsc#1047680) - API documentation" is not available online (bsc#1047641) - Reference Guide Documentation issues in GMC2 (bsc#1045266) - Update online documentation components (bsc#1046314) - New: Update online documentation (bsc#1046176) * Tue Dec 12 2017 jgonzalez@suse.com - Remove java requirement (not needed anymore) * Tue Jun 27 2017 coyote@suse.de - Documentation LivePatching with SUMA 3 (bsc#1043080) - Reference Guide Documentation issues in GMC2 (bsc#1045266) - Adjusted image sizes * Tue Jun 27 2017 coyote@suse.de - Adjusted Images sizes * Tue Jun 27 2017 jcayouette@suse.de - Testing Image Fix * Tue Jun 13 2017 mc@suse.de - format specfile * Fri Jun 9 2017 jcayouette@suse.de - This update includes 120 fixes from feedback posted on docreview * Mon May 29 2017 jcayouette@suse.de - The following 13 bugs have been fixed and closed. - GPG key is missing when synchronizing nvidia repo (bsc#1018872) - Number of displayed packages is not incrementally increased in UI until packages have completed the initial download (bsc#1022113) - Content Mgm, Image admin role is not documented in documentation (bsc#1037625) - SALT-BOOTSTRAP Minion: unable to bootstrap correctly minions that doesn't know the server fqdn (bsc#1014509) - GUI: Salt-remote commands in web-ui (bsc#1016510) - Best practice Guide: Updating SUSE Manager (bsc#1037462) - [doc] 'appliance' should be briefly explained (bsc#933057) - SMT Disconnected Setup must define directory ownership rules (bsc#967585) - Documentation only shows to enter REGCODE while installing. (bsc#978975) - Empty sections in ref.webui.systems.html (bsc#1020148) - Document: File beacon needs python-pyinotify (bsc#1022594) - List of required RPM client keys to install packages not valid anymore? (bsc#1028605) - incorrect details in backup documentation (bsc#1031600) - New Image process adds an enhanced experiance for customers via explanitory gui captures with fennek - Added documentation for Image Building - Added documentation for Visualization - Added documentation for working with ESXI foreign hosts - Moved documentation for working with vmware and file host managers to a new home in Ref - Many notes and additional sections added covering various topics throughout BP/Ref and AT - Updated Migration, Proxy Cobbler, Autoinstallation, autoYaST, SP Migration Proxy Migration sections - Documented changes between Salt versions 2015.8.12 / 2016.11.3 - Inbound Outbound port descriptions updated - Documented Salt timeout - Updated Navigation in documentation for WebUIx update * Thu May 4 2017 coyote@suse.de - updated images in reference and proxy/migration * Fri Mar 31 2017 jcayouette@suse.de - Added documentation covering Build containers: Reference Book - Images - Added placeholder documentation covering Visualization feature: Reference Book - Audit - Visualization - Began Reference Image rework: Completed Rework will include 250+ new images of WebUI - PXE boot against proxy Advanced Topics * Wed Mar 8 2017 jcayouette@suse.de - fixed build * Tue Mar 7 2017 ke@suse.com - Fix file list by removing leftovers (white-papers directory). * Tue Mar 7 2017 jcayouette@suse.de - Added documetnation for local-formula - Added note for support kb 7018627 Creating dist with spacecmd sets localhost instead of FQDN - SUSE Manager is now based on SLES 12 SP2 - Added / Improved autoinstallation guide - Salt-Bootstrap minion unable to correctly bootstrap minions that dont know server fqdn (bsc#1014509) - Update registering cloned systems from wiki - Moved suse manager in the public cloud to AT Book instead of standalone - Added Joes feedback on cobbler chapter - Planned cards for MB topics which still need to be added to BP Book - Greatly improved docs for virtual-host-gatherer and VMware requires (bsc#1023403) - Document ensuring minions only connect to a trusted master - Using Salt Proxies mentions nonexisting spacealk-proxy package (bsc#1019513) - Provide network requirs in gs for using a proxy during installation - Help documentation link broken in SUSE Manager UI (bsc#1021648) - API documentation updated online (bsc#1021653) - Documented SUSE Manager migration from SP1 - SP2 * Wed Jan 25 2017 JCayouette@suse.de - commented out white papers section. * Tue Jan 24 2017 jcayouette@suse.de - fixed broken link in help (Bug 1021648) * Fri Dec 16 2016 jcayouette@suse.de [#] Added Features - Live Patching support (FATE#319519) - Salt should support ssh-push (FATE#320782) [#] DocReview Fixes - Over 100 documentation bugs and typos fixed [#] Additional Changes - spacecmd documented in Advanced Topics book * Mon Nov 7 2016 jcayouette@suse.com - Added Missing Single-HTML Getting Started Guide (bsc#1005102) * Thu Oct 6 2016 jcayouette@suse.de [#] Fixed Bugs: - Getting Started with SALT section missing in documentation (bsc#998542) - Getting started with Salt only shows headers but no content (bsc#990789) - Salt GS Single HTML missing on suse.com/documentation (bsc#998329) - Constructing the Sandbox with JeOS image (bsc#986796) - Added Comments for users to /etc/salt/master.d/susemanager.conf for file_roots, pillar_roots, and external pillar (bsc#984794) [#] New Content: - DOCREVIEW: Fixed a large number of DocReview Reported Comments(Internal Documentation Testing Bugs) - ALL: Added Doc Update Sections to each book - GETTING STARTED: Salt Getting Started Content - BEST PRACTICE: Additional Resources YAML, jinja, and Salt - BEST PRACTICE: Backup Chapter Updates - BEST PRACTICE: Minor Product Comparison Updates - BEST PRACTICE: Added a Common Administration Tasks Section - BEST PRACTICE: Added Additional Tips to Troubleshooting Chapter - REFERENCE: Added New SP Migration Features (Skipping a Service pack) - ADVANCED TOPICS: Added Salt Proxy Quickstart Chapter - ADVANCED TOPICS: Getting Started with Icinga Chapter * Tue Jul 12 2016 ke@suse.de - Update text and image files. - Fix link from Best Practices to Advanced Topics (proxy configuration) (bsc#988573). * Mon Jun 27 2016 ke@suse.de - Update text and image files. - Advanced Topics Guide: Improve proxy documentation (bsc#982373). - Reference: Fix Proxy Port Number (bsc#981378); General cleanup according to internal feedback. * Mon May 23 2016 ke@suse.de - Update text and image files: bsc#979491, bsc#977280, bsc#975889. * Fri Apr 8 2016 jcayouette@suse.de - update text and image files. * Tue Apr 5 2016 ke@suse.de - Update text and image files for GMC. * Tue Apr 5 2016 ke@suse.de - Update text and image files for GMC. * Mon Mar 21 2016 ke@suse.de - Update text and image files. * Tue Mar 8 2016 ke@suse.de - Update text and image files. * Wed Feb 17 2016 ke@suse.de - Update text and image files. * Tue Jan 26 2016 ke@suse.de - Update text and image files (git: ). * Tue Jan 26 2016 ke@suse.de - Update text and image files (git: f366d13). * Wed Jan 20 2016 ke@suse.de - Update text and image files (some new IDs/IDREFs). * Thu Jan 14 2016 ke@suse.de - Move JSP books to the directories with the long names. - Require tomcat (instead of spacewalk-java), and adjust files list for susemanager-jsp_en accordingly. * Wed Jan 13 2016 ke@suse.com - Add missing books (Best Practices and Advanced Topics). - Enable JSP package. * Wed Jan 13 2016 ke@suse.de - Update text and image files (git: 147a039). * Wed Jan 13 2016 ke@suse.de - Update text and image files (git: bb48a9e). * Wed Jan 13 2016 ke@suse.de - Update text and image files (git: 569dc42). * Wed Jan 13 2016 ke@suse.de - Update text and image files (git: 569dc42). * Tue Jan 12 2016 ke@suse.de - Update package infrastructure and files. - Build more books (Reference and Getting Started) plus the jsp package. * Tue Dec 15 2015 mc@suse.de - build with IBM java * Mon Dec 14 2015 kkaempf@suse.com - Initial version