Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debian 12 to documentation #2354

Merged
merged 4 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
Upgrade Guide
- Documented AWS Permissions for Virtual Host Manager in VHM and
Amazon Web Services chapter in the Client Configuration Guide
- Documented Debian 12 as a supported client OS in Client Configuration Guide

# Last packaged: 2021-09-21 (Uyuni 2021.09)

Expand Down
8 changes: 8 additions & 0 deletions modules/client-configuration/pages/clients-debian.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The products you need for this procedure are:
| OS Version | Product Name
| {debian} 10 | Debian 10
| {debian} 11 | Debian 11
| {debian} 12 | Debian 12
|===

include::snippets/addchannels_vendor_webui.adoc[]
Expand All @@ -75,6 +76,7 @@ The channels you need for this procedure are:
| OS Version | Product Name
| {debian} 10 | debian-10-pool-amd64
| {debian} 11 | debian-11-pool-amd64
| {debian} 12 | debian-12-pool-amd64
|===

include::snippets/addchannels_vendor_cli.adoc[]
Expand Down Expand Up @@ -109,6 +111,12 @@ The channels you need for this procedure are:
| debian-11-amd64-main-updates-uyuni
| debian-11-amd64-main-security-uyuni

| {debian} 12
| debian-12-pool-amd64-uyuni
| debian-12-amd64-uyuni-client
| debian-12-amd64-main-updates-uyuni
| debian-12-amd64-main-security-uyuni

|===

include::snippets/addchannels_novendor_cli.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,181 +18,224 @@ The icons in this table indicate:
* {salt} the feature is supported only on Salt clients.


[cols="1,1,1", options="header"]
[cols="1,1,1,1", options="header"]
.Supported Features on {debian} Operating Systems
|===

| Feature
| {debian}{nbsp}10
| {debian}{nbsp}11
| {debian}{nbsp}12

| Client
| {check}
| {check}
| {check}

| System packages
| {debian} Community
| {debian} Community
| {debian} Community

| Registration
| {salt}
| {salt}
| {salt}

| Install packages
| {salt}
| {salt}
| {salt}

| Apply patches
| {question}
| {question}
| {question}

| Remote commands
| {salt}
| {salt}
| {salt}

| System package states
| {salt}
| {salt}
| {salt}

| System custom states
| {salt}
| {salt}
| {salt}

| Group custom states
| {salt}
| {salt}
| {salt}

| Organization custom states
| {salt}
| {salt}
| {salt}

| System set manager (SSM)
| {salt}
| {salt}
| {salt}

| Product migration
| N/A
| N/A
| N/A

| Basic Virtual Guest Management {star}
| {salt}
| {salt}
| {salt}

| Advanced Virtual Guest Management {star}
| {salt}
| {salt}
| {salt}

| Virtual Guest Installation (Kickstart), as Host OS
| {cross}
| {cross}
| {cross}

| Virtual Guest Installation (image template), as Host OS
| {salt}
| {salt}
| {salt}

| System deployment (PXE/Kickstart)
| {cross}
| {cross}
| {cross}

| System redeployment (Kickstart)
| {cross}
| {cross}
| {cross}

| Contact methods
| {salt}: ZeroMQ, Salt-SSH
| {salt}: ZeroMQ, Salt-SSH
| {salt}: ZeroMQ, Salt-SSH

| Works with {productname} Proxy
| {salt}
| {salt}
| {salt}

| Action chains
| {salt}
| {salt}
| {salt}

| Staging (pre-download of packages)
| {salt}
| {salt}
| {salt}

| Duplicate package reporting
| {salt}
| {salt}
| {salt}

| CVE auditing
| {question}
| {question}
| {question}

| SCAP auditing
| {question}
| {question}
| {question}

| Package verification
| {cross}
| {cross}
| {cross}

| Package locking
| {check}
| {check}
| {check}

| System locking
| {cross}
| {cross}
| {cross}

| Maintenance Windows
| {check}
| {check}
| {check}

| System snapshot
| {cross}
| {cross}
| {cross}

| Configuration file management
| {salt}
| {salt}
| {salt}

| Package profiles
| {salt}: Profiles supported, Sync not supported
| {salt}: Profiles supported, Sync not supported
| {salt}: Profiles supported, Sync not supported

| Power management
| {check}
| {check}
| {check}

| Monitoring server
| {cross}
| {cross}
| {cross}

| Monitoring clients
| {salt}
| {salt}
| {salt}

| Docker buildhost
| {question}
| {question}
| {question}

| Build Docker image with OS
| {salt}
| {salt}
| {salt}

| Kiwi buildhost
| {cross}
| {cross}
| {cross}

| Build Kiwi image with OS
| {cross}
| {cross}
| {cross}

| Recurring Actions
| {salt}
| {salt}
| {salt}

| AppStreams
| N/A
| N/A
| N/A

| Yomi
| N/A
| N/A
| N/A

|===

Expand Down
8 changes: 8 additions & 0 deletions modules/client-configuration/pages/supported-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ ifeval::[{suma-content} == true]
| {x86_64}
| {check}

| {debian} 12
| {x86_64}
| {check}

| {oracle} 7
| {x86_64}, {aarch64}
| {check}
Expand Down Expand Up @@ -229,6 +233,10 @@ ifeval::[{uyuni-content} == true]
| {x86_64}
| {check}

| {debian} 12
| {x86_64}
| {check}

| {oracle} 7
| {x86_64}, {aarch64}
| {check}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ ifeval::[{suma-content} == true]
| {x86_64}
| {check}

| {debian} 12
| {x86_64}
| {check}

| {oracle} 7
| {x86_64}, {aarch64}
| {check}
Expand Down Expand Up @@ -200,6 +204,10 @@ ifeval::[{uyuni-content} == true]
| {x86_64}
| {check}

| {debian} 12
| {x86_64}
| {check}

| {oracle} 7
| {x86_64}, {aarch64}
| {check}
Expand Down