From 5eeefe2f7279a5f28149de44564e63cb6822cea8 Mon Sep 17 00:00:00 2001 From: Julio Gonzalez Gil Date: Wed, 20 Nov 2024 16:57:57 +0100 Subject: [PATCH] Document openSUSE Leap 16.0 --- CHANGELOG.md | 1 + .../pages/clients-opensuseleap.adoc | 30 +++++++---- .../pages/registration-overview-opensuse.adoc | 2 +- .../pages/supported-features-sles.adoc | 52 +++++++++++++++++-- .../pages/supported-features.adoc | 13 +++++ 5 files changed, 82 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1a391e576..3f8012a3e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Document openSUSE Leap 16.0 - Update OpenSUSE Leap micro 5.5 download link - Added documentation on deploying SUSE Manager Proxy in Public Cloud in Large Deployment Guide diff --git a/modules/client-configuration/pages/clients-opensuseleap.adoc b/modules/client-configuration/pages/clients-opensuseleap.adoc index db8ce88537d..69d82e62c2c 100644 --- a/modules/client-configuration/pages/clients-opensuseleap.adoc +++ b/modules/client-configuration/pages/clients-opensuseleap.adoc @@ -2,7 +2,7 @@ = Registering {opensuse} Leap Clients This section contains information about registering clients running {opensuse} operating systems. -{productname} supports {opensuse} Leap 15 clients using {salt}. +{productname} supports {opensuse} Leap 15 and {opensuse} Leap 16 clients using {salt}. Bootstrapping is supported for starting {opensuse} clients and performing initial state runs such as setting repositories and performing profile updates. @@ -12,7 +12,11 @@ Bootstrapping is supported for starting {opensuse} clients and performing initia Before you register {opensuse} clients to your {productname} Server, you need to add the required software channels, and synchronize them. -The architectures currently supported are: `x86_64` and `aarch64`. +The architectures currently supported are: + +* {opensuse} Leap 15: `x86_64` and `aarch64` +* {opensuse} Leap 16: `x86_64`, `aarch64`, `s390x`, and `ppc64le` + For full list of supported products and architectures, see xref:client-configuration:supported-features.adoc[]. include::snippets/arch-other-note.adoc[] @@ -29,6 +33,9 @@ ifeval::[{suma-content} == true] | OS Version | Product Name +| {opensuse} Leap 16.0 +| {opensuse} Leap 16.0 x86_64 + | {opensuse} Leap 15.6 | {opensuse} Leap 15.6 x86_64 @@ -51,6 +58,7 @@ The channels you need for this procedure are: |=== | OS Version | Base Channel +| {opensuse} Leap 16.0 | opensuse-leap-16.0-pool | {opensuse} Leap 15.6 | opensuse-leap-15.6-pool | {opensuse} Leap 15.5 | opensuse-leap-15.5-pool | {opensuse} Leap 15.4 | opensuse-leap-15.4-pool @@ -64,18 +72,18 @@ endif::[] ifeval::[{uyuni-content} == true] [[opensuse-leap-channels-cli]] -[cols="1,1,1,1"] +[cols="1,1,1,1,1"] .{opensuse} Channels - CLI |=== -| OS Version | {opensuse} Leap 15.6 | {opensuse} Leap 15.5 | {opensuse} Leap 15.4 -| Base Channel | opensuse_leap15_6 | opensuse_leap15_5 | opensuse_leap15_4 -| Client Channel | opensuse_leap15_6-uyuni-client | opensuse_leap15_5-uyuni-client | opensuse_leap15_4-uyuni-client -| Updates Channel | opensuse_leap15_6-updates | opensuse_leap15_5-updates | opensuse_leap15_4-updates -| Non-OSS Channel | opensuse_leap15_6-non-oss | opensuse_leap15_5-non-oss | opensuse_leap15_4-non-oss -| Non-OSS Updates Channel | opensuse_leap15_6-non-oss-updates | opensuse_leap15_5-non-oss-updates | opensuse_leap15_4-non-oss-updates -| Backports Updates Channel| opensuse_leap15_6-backports-updates| opensuse_leap15_5-backports-updates| opensuse_leap15_4-backports-updates -| SLE Updates Channel | opensuse_leap15_6-sle-updates | opensuse_leap15_5-sle-updates | opensuse_leap15_4-sle-updates +| OS Version | {opensuse} Leap 16.0 | {opensuse} Leap 15.6 | {opensuse} Leap 15.5 | {opensuse} Leap 15.4 +| Base Channel | opensuse_leap16_0 | opensuse_leap15_6 | opensuse_leap15_5 | opensuse_leap15_4 +| Client Channel | opensuse_leap16_0-uyuni-client | opensuse_leap15_6-uyuni-client | opensuse_leap15_5-uyuni-client | opensuse_leap15_4-uyuni-client +| Updates Channel | | opensuse_leap15_6-updates | opensuse_leap15_5-updates | opensuse_leap15_4-updates +| Non-OSS Channel | | opensuse_leap15_6-non-oss | opensuse_leap15_5-non-oss | opensuse_leap15_4-non-oss +| Non-OSS Updates Channel | | opensuse_leap15_6-non-oss-updates | opensuse_leap15_5-non-oss-updates | opensuse_leap15_4-non-oss-updates +| Backports Updates Channel| | opensuse_leap15_6-backports-updates| opensuse_leap15_5-backports-updates| opensuse_leap15_4-backports-updates +| SLE Updates Channel | | opensuse_leap15_6-sle-updates | opensuse_leap15_5-sle-updates | opensuse_leap15_4-sle-updates |=== diff --git a/modules/client-configuration/pages/registration-overview-opensuse.adoc b/modules/client-configuration/pages/registration-overview-opensuse.adoc index 69154a58339..e56c8333c2f 100644 --- a/modules/client-configuration/pages/registration-overview-opensuse.adoc +++ b/modules/client-configuration/pages/registration-overview-opensuse.adoc @@ -1,7 +1,7 @@ [[opensuse-registration-overview]] = openSUSE Client Registration -You can register {opensuse} and {leapmicro} clients to your {productname} Server. +You can register {opensuse} Leap and {leapmicro} clients to your {productname} Server. The method and details varies depending on the operating system of the client. Before you start, ensure that the client has the date and time synchronized correctly with the {productname} Server. diff --git a/modules/client-configuration/pages/supported-features-sles.adoc b/modules/client-configuration/pages/supported-features-sles.adoc index 5564fd3a517..c15aa94b074 100644 --- a/modules/client-configuration/pages/supported-features-sles.adoc +++ b/modules/client-configuration/pages/supported-features-sles.adoc @@ -1,8 +1,8 @@ [[supported-features-sles]] -= Supported {slsa} and {opensuse} Features += Supported {slsa} and {opensuse} Leap Features -This table lists the availability of various features on {suse} and {opensuse} clients. +This table lists the availability of various features on {suse} and {opensuse} Leap clients. This table covers all variants of the {sle} operating system, including {slsa}, {sleda}, {sles} for SAP, and {sles} for HPC. [IMPORTANT] @@ -19,229 +19,273 @@ The icons in this table indicate: * {question} the feature is under consideration, and may or may not be made available at a later date -[cols="1,1,1,1", options="header"] +[cols="1,1,1,1,1", options="header"] .Supported Features on {suse} and {opensuse} Operating Systems |=== | Feature | {sle}{nbsp}12 | {sle}{nbsp}15 -| {opensuse}{nbsp}15 +| {opensuse} Leap {nbsp}15 +| {opensuse} Leap {nbsp}16 | Client | {check} | {check} | {check} +| {check} | System packages | {suse} | {suse} | {opensuse} Community +| {opensuse} Community | Registration | {check} | {check} | {check} +| {check} | Install packages | {check} | {check} | {check} +| {check} | Apply patches | {check} | {check} | {check} +| {check} | Remote commands | {check} | {check} | {check} +| {check} | System package states | {check} | {check} | {check} +| {check} | System custom states | {check} | {check} | {check} +| {check} | Group custom states | {check} | {check} | {check} +| {check} | Organization custom states | {check} | {check} | {check} +| {check} | System set manager (SSM) | {check} | {check} | {check} +| {check} | Product migration | {check} | {check} | {check} +| {check} | Basic Virtual Guest Management {star} | {check} | {check} | {check} +| {check} | Advanced Virtual Guest Management {star} | {check} | {check} | {check} +| {check} | Virtual Guest Installation ({ay}), as Host OS | {cross} | {cross} | {cross} +| {check} | Virtual Guest Installation (image template), as Host OS | {check} | {check} | {check} +| {check} | Virtual Guest Management | {check} | {check} | {check} +| {check} | System deployment (PXE/{ay}) | {check} | {check} | {check} +| {check} | System redeployment ({ay}) | {check} | {check} | {check} +| {check} | Contact methods | {cross} | {cross} | {check} ZeroMQ, Salt-SSH +| {check} ZeroMQ, Salt-SSH | Works with {productname} Proxy | {check} | {check} | {check} +| {check} | Action chains | {check} | {check} | {check} +| {check} | Staging (pre-download of packages) | {check} | {check} | {check} +| {check} | Duplicate package reporting | {check} | {check} | {check} +| {check} | CVE auditing | {check} | {check} | {check} +| {check} | SCAP auditing | {check} | {check} | {check} +| {check} | Package verification | {cross} | {cross} | {cross} +| {cross} | Package locking | {check} | {check} | {check} +| {check} | System locking | {cross} | {cross} | {cross} +| {cross} | Maintenance Windows | {check} | {check} | {check} +| {check} | System snapshot | {cross} | {cross} | {cross} +| {cross} | Configuration file management | {check} | {check} | {check} +| {check} | Package profiles | {check} Profiles supported, Sync not supported | {check} Profiles supported, Sync not supported | {check} Profiles supported, Sync not supported +| {check} Profiles supported, Sync not supported | Power management | {check} | {check} | {check} +| {check} | Monitoring server | {check} | {check} | {check} +| {check} | Monitored clients | {check} | {check} | {check} +| {check} | Docker buildhost | {check} | {check} | {question} +| {question} | Build Docker image with OS | {check} | {check} | {check} +| {check} | Kiwi buildhost | {check} | {question} | {question} +| {question} | Build Kiwi image with OS | {check} | {question} | {cross} +| {cross} | Recurring Actions | {check} | {check} | {check} +| {check} | AppStreams | N/A | N/A | N/A +| N/A | Yomi | {cross} | {check} | {check} +| {check} |=== diff --git a/modules/client-configuration/pages/supported-features.adoc b/modules/client-configuration/pages/supported-features.adoc index 184aec78c34..4ff8a12f5ae 100644 --- a/modules/client-configuration/pages/supported-features.adoc +++ b/modules/client-configuration/pages/supported-features.adoc @@ -72,6 +72,12 @@ ifeval::[{suma-content} == true] | {cross} | {check} +| {opensuse} Leap 16 +| {check} +| {check} +| {check} +| {check} + | {sll} 9, 8, 7 | {check} | {cross} @@ -192,6 +198,13 @@ ifeval::[{uyuni-content} == true] | {check} | {cross} +| {opensuse} Leap 16 +| {check} +| {check} +| {check} +| {check} +| {cross} + | {alibabaclo} 2 | {check} | {cross}