Skip to content

Commit 60fbbc7

Browse files
Use tables to list KernelCare client repositories
This patch drops the procedure to add KernelCare clients for EL and instead moves all necessary information for EL and Deb to tables. Refs 29eda6f
1 parent 823dc36 commit 60fbbc7

File tree

3 files changed

+116
-30
lines changed

3 files changed

+116
-30
lines changed

guides/common/assembly_using-kernelcare.adoc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@ include::modules/proc_installing-the-kernelcare-plugin.adoc[leveloffset=+1]
77
ifdef::katello,orcharhino[]
88
include::modules/con_kernelcare-client.adoc[leveloffset=+1]
99

10-
:parent-client-os-major: {client-os-major}
11-
:client-os-major: 9
12-
include::modules/proc_creating-kernelcare-repositories-el.adoc[leveloffset=+2]
13-
14-
:client-os-major: 8
15-
include::modules/proc_creating-kernelcare-repositories-el.adoc[leveloffset=+2]
16-
17-
:client-os-major: 7
18-
include::modules/proc_creating-kernelcare-repositories-el.adoc[leveloffset=+2]
19-
:client-os-major: {parent-client-os-major}
20-
:!parent-client-os-major:
10+
include::modules/ref_kernelcare-client-repositories.adoc[leveloffset=+1]
2111
endif::[]
2212

2313
include::modules/proc_installing-the-kernelcare-package-on-hosts.adoc[leveloffset=+1]

guides/common/modules/proc_creating-kernelcare-repositories-el.adoc

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
:_mod-docs-content-type: REFERENCE
2+
3+
[id="kernelcare-client-repositories"]
4+
= KernelCare client repositories
5+
6+
The following tables list KernelCare client repositories for supported client operating systems.
7+
Each table corresponds to a product name and each row corresponds to a repository name.
8+
9+
.Prerequisites
10+
* Import the GPG public into {Project}.
11+
** For Yum content, import: https://repo.cloudlinux.com/kernelcare/RPM-GPG-KEY-KernelCare
12+
** For Deb content, import https://repo.cloudlinux.com/kernelcare/kernelcare.gpg
13+
+
14+
For more information, see {ContentManagementDocURL}Importing_a_Custom_GPG_Key_content-management[Importing a GPG key] in _{ContentManagementDocTitle}_.
15+
16+
[id="kernelcare-client-almalinux-9"]
17+
.KernelCare client AlmaLinux 9
18+
[width="100%",cols="30%,70%",options="header"]
19+
|===
20+
| Name | Upstream URL
21+
| `KernelCare client AlmaLinux 9` | `https://repo.cloudlinux.com/kernelcare/9/x86_64/`
22+
|===
23+
24+
[id="kernelcare-client-almalinux-8"]
25+
.KernelCare client AlmaLinux 8
26+
[width="100%",cols="30%,70%",options="header"]
27+
|===
28+
| Name | Upstream URL
29+
| `KernelCare client AlmaLinux 8` | `https://repo.cloudlinux.com/kernelcare/8/x86_64/`
30+
|===
31+
32+
[id="kernelcare-client-centos-stream-9"]
33+
.KernelCare client CentOS Stream 9
34+
[width="100%",cols="30%,70%",options="header"]
35+
|===
36+
| Name | Upstream URL
37+
| `KernelCare client CentOS Stream 9` | `https://repo.cloudlinux.com/kernelcare/9/x86_64/`
38+
|===
39+
40+
[id="kernelcare-client-debian-12"]
41+
.KernelCare client Debian 12
42+
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]
43+
|===
44+
| Name | Upstream URL | Releases/Distributions | Components | Architectures
45+
| `KernelCare client Debian 12` | `https://repo.cloudlinux.com/kernelcare-debian/12/` | `stable` | `main` | `amd64`
46+
|===
47+
48+
[id="kernelcare-client-debian-11"]
49+
.KernelCare client Debian 11
50+
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]
51+
|===
52+
| Name | Upstream URL | Releases/Distributions | Components | Architectures
53+
| `KernelCare client Debian 11` | `https://repo.cloudlinux.com/kernelcare-debian/11/` | `stable` | `main` | `amd64`
54+
|===
55+
56+
[id="kernelcare-client-oracle-linux-9"]
57+
.KernelCare client Oracle Linux 9
58+
[width="100%",cols="30%,70%",options="header"]
59+
|===
60+
| Name | Upstream URL
61+
| `KernelCare client Oracle Linux 9` | `https://repo.cloudlinux.com/kernelcare/9/x86_64/`
62+
|===
63+
64+
[id="kernelcare-client-oracle-linux-8"]
65+
.KernelCare client Oracle Linux 8
66+
[width="100%",cols="30%,70%",options="header"]
67+
|===
68+
| Name | Upstream URL
69+
| `KernelCare client Oracle Linux 8` | `https://repo.cloudlinux.com/kernelcare/8/x86_64/`
70+
|===
71+
72+
[id="kernelcare-client-rocky-linux-9"]
73+
.KernelCare client Rocky Linux 9
74+
[width="100%",cols="30%,70%",options="header"]
75+
|===
76+
| Name | Upstream URL
77+
| `KernelCare client Rocky Linux 9` | `https://repo.cloudlinux.com/kernelcare/9/x86_64/`
78+
|===
79+
80+
[id="kernelcare-client-rocky-linux-8"]
81+
.KernelCare client Rocky Linux 8
82+
[width="100%",cols="30%,70%",options="header"]
83+
|===
84+
| Name | Upstream URL
85+
| `KernelCare client Rocky Linux 8` | `https://repo.cloudlinux.com/kernelcare/8/x86_64/`
86+
|===
87+
88+
[id="kernelcare-client-ubuntu-24-04"]
89+
.KernelCare client Ubuntu 24.04
90+
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]
91+
|===
92+
| Name | Upstream URL | Releases/Distributions | Components | Architectures
93+
| `KernelCare client Ubuntu 24.04` | `https://repo.cloudlinux.com/kernelcare-ubuntu/24.04/` | `noble` | `main` | `amd64`
94+
|===
95+
96+
[id="kernelcare-client-ubuntu-22-04"]
97+
.KernelCare client Ubuntu 22.04
98+
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]
99+
|===
100+
| Name | Upstream URL | Releases/Distributions | Components | Architectures
101+
| `KernelCare client Ubuntu 22.04` | `https://repo.cloudlinux.com/kernelcare-ubuntu/22.04/` | `jammy` | `main` | `amd64`
102+
|===
103+
104+
[id="kernelcare-client-ubuntu-20-04"]
105+
.KernelCare client Ubuntu 20.04
106+
[width="100%",cols="20%,34%,22%,12%,12%",options="header"]
107+
|===
108+
| Name | Upstream URL | Releases/Distributions | Components | Architectures
109+
| `KernelCare client Ubuntu 20.04` | `https://repo.cloudlinux.com/kernelcare-ubuntu/20.04/` | `focal` | `main` | `amd64`
110+
|===
111+
112+
.Additional resources
113+
* To create products, see {ContentManagementDocURL}Creating_a_Custom_Product_content-management[Creating a product] in _{ContentManagementDocTitle}_.
114+
* To create Deb repositories, see {ContentManagementDocURL}Adding_Custom_Deb_Repositories_content-management[Adding Deb repositories] in _{ContentManagementDocTitle}_.
115+
* To create Yum repositories, see {ContentManagementDocURL}Adding_Custom_RPM_Repositories_content-management[Adding RPM repositories] in _{ContentManagementDocTitle}_.

0 commit comments

Comments
 (0)