Skip to content

Commit 13784c6

Browse files
authored
Merge pull request #3790 from uyuni-project/5.0.4-revertUbuntuRemoval
5.0.4 - Reverts #3776 - Removed Ubuntu 20.04 from the list of supported clients
2 parents 437b602 + d7c8bb2 commit 13784c6

File tree

4 files changed

+117
-16
lines changed

4 files changed

+117
-16
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
- Removed Ubuntu 20.04 from the list supported clients in Client
2-
Configuration Guide (bsc#1238481)
1+
- Updated instructions for deploying PAYG on Azure
2+
- Added instructions for Server installation on SUSE Linux
3+
Enterprise Server 15 SP6 to Installation and Upgrade Guide
4+
- Add section about container image inspection to Image
35
- Fixed procedure in Troubleshooting section about full disk event
46
in the Administration Guide (bsc#1237535)
57
- Removed misleading admonition at the beginning of the Replace

modules/client-configuration/pages/clients-ubuntu.adoc

+25-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
[[clients-ubuntu]]
2-
= Registering {ubuntu} Clients
2+
= Registering {ubuntu} 20.04, 22.04 and 24.04 Clients
33

4-
This section contains information about registering clients running {ubuntu} operating systems.
4+
This section contains information about registering clients running {ubuntu} 20.04 LTS, 22.04 LTS and 24.04 LTS operating systems.
55

66
ifeval::[{suma-content} == true]
77
// Use list format: repository URLs / packages and metadata / version info
88
[IMPORTANT]
99
====
10-
* {ubuntu} repository URLs are available from {scclongform}
10+
* {ubuntu} 20.04, 22.04 and 24.04 repository URLs are available from {scclongform}
1111
* Packages and metadata are provided by Ubuntu, not by {suse}
1212
* For supported products, see the support table and the release notes
1313
====
1414
endif::[]
1515

16-
1716
ifeval::[{suma-content} == true]
18-
{productname} supports {ubuntu} 22.04 LTS and 24.04 LTS clients using {salt}.
17+
{productname} supports {ubuntu} 20.04 LTS, 22.04 LTS and 24.04 LTS clients using {salt}.
1918
endif::[]
2019

2120
Bootstrapping is supported for starting {ubuntu} clients and performing initial state runs such as setting repositories and performing profile updates.
@@ -44,6 +43,7 @@ The products you need for this procedure are:
4443
| OS Version | Product Name
4544
| {ubuntu} 24.04 | Ubuntu 24.04
4645
| {ubuntu} 22.04 | Ubuntu 22.04
46+
| {ubuntu} 20.04 | Ubuntu 20.04
4747
|===
4848

4949
include::snippets/addchannels_vendor_webui.adoc[]
@@ -59,6 +59,7 @@ The channels you need for this procedure are:
5959
| OS Version | Base Channel
6060
| {ubuntu} 24.04 | ubuntu-2404-amd64-main-amd64
6161
| {ubuntu} 22.04 | ubuntu-2204-amd64-main-amd64
62+
| {ubuntu} 20.04 | ubuntu-2004-amd64-main-amd64
6263
|===
6364

6465
include::snippets/addchannels_vendor_cli.adoc[]
@@ -78,6 +79,21 @@ The channels you need for this procedure are:
7879

7980
| {ubuntu} 24.04 | ubuntu-2404-pool-amd64-uyuni | ubuntu-2404-amd64-main-uyuni | ubuntu-2404-amd64-main-updates-uyuni | ubuntu-2404-amd64-main-security-uyuni | ubuntu-2404-amd64-uyuni-client
8081
| {ubuntu} 22.04 | ubuntu-2204-pool-amd64-uyuni | ubuntu-2204-amd64-main-uyuni | ubuntu-2204-amd64-main-updates-uyuni | ubuntu-2204-amd64-main-security-uyuni | ubuntu-2204-amd64-uyuni-client
82+
| {ubuntu} 20.04 | ubuntu-2004-pool-amd64-uyuni | ubuntu-2004-amd64-main-uyuni | ubuntu-2004-amd64-main-updates-uyuni | ubuntu-2004-amd64-main-security-uyuni | ubuntu-2004-amd64-uyuni-client
83+
|===
84+
85+
Version 20.04 also requires the Universe channels:
86+
87+
[[ubuntu-universe-channels-cli-uyuni]]
88+
[cols="1,1", options="header"]
89+
.Ubuntu 20.04 Universe Channels - CLI
90+
|===
91+
92+
| {ubuntu} 20.04 | {nbsp}
93+
| Universe Channel | ubuntu-2004-amd64-universe-uyuni
94+
| Universe Updates Channel | ubuntu-2004-amd64-universe-updates-uyuni
95+
| Universe Security Updates Channel | ubuntu-2004-amd64-universe-security-uyuni
96+
| Universe Backports Channel | ubuntu-2004-amd64-universe-backports-uyuni
8197

8298
|===
8399

@@ -93,16 +109,16 @@ endif::[]
93109

94110
== Mirror Ubuntu ESM packages
95111

96-
Canonical provides https://ubuntu.com/security/esm[Expanded Security Maintenance] (**ESM**) packages for https://ubuntu.com/pro[Ubuntu Pro] users and customers.
112+
Canonical provides https://ubuntu.com/security/esm[Expanded Security Maintenance] (**ESM**) packages for https://ubuntu.com/pro[Ubuntu Pro] users and customers.
97113
These packages offer longer maintenance (_10 to 12 years_) for several operating system components and selected applications.
98114

99115
These repositories can also be synchronized within {productname} if you extract the required **GPG keys** and your personal **Bearer Token** from a system registered to Ubuntu Pro.
100116

101117

102118
=== Extract GPG keys and Bearer Token
103119

104-
Register an Ubuntu host with Ubuntu Pro.
105-
You will find your personal registration token in the https://ubuntu.com/pro/dashboard[Ubuntu Pro Dashbaord].
120+
Register an Ubuntu host with Ubuntu Pro.
121+
You will find your personal registration token in the https://ubuntu.com/pro/dashboard[Ubuntu Pro Dashbaord].
106122
An https://login.ubuntu.com/[Ubuntu One acconut] is required for this.
107123

108124
----
@@ -161,8 +177,7 @@ Create the appropriate child channels below already synchronized {ubuntu} parent
161177

162178
[IMPORTANT]
163179
====
164-
The procedure shown here can be used to circumvent the subscription limitations - however, this constitutes a breach of the Terms of Service and may have **legal consequences**.
165-
There must always be sufficient subscriptions for the number of systems used.
180+
The procedure shown here can be used to circumvent the subscription limitations - however, this constitutes a breach of the Terms of Service and may have **legal consequences**. There must always be sufficient subscriptions for the number of systems used.
166181
====
167182

168183
== Check Synchronization Status

0 commit comments

Comments
 (0)