|
2 | 2 |
|
3 | 3 | CLN has historically combined two concerns: |
4 | 4 |
|
5 | | - 1. **Registration / identity** - the system is registered with the CLN |
6 | | - server (`/etc/sysconfig/rhn/systemid`, JWT token), used for licensing |
7 | | - and inventory regardless of how packages are delivered. |
| 5 | +1. *Registration / identity* - the system is registered with the CLN |
| 6 | +server (`/etc/sysconfig/rhn/systemid`, JWT token), used for licensing |
| 7 | +regardless of how packages are delivered. |
8 | 8 |
|
9 | | - 2. **Package delivery** - the system pulls CloudLinux packages through |
10 | | - the spacewalk DNF/YUM plugin against the CLN-side channel |
11 | | - (`cloudlinux-x86_64-server-N`). |
| 9 | +2. *Package delivery* - the system pulls CloudLinux packages |
| 10 | +through the spacewalk DNF/YUM plugin against the |
| 11 | +CLN-side channel (`cloudlinux-x86_64-server-N`). |
12 | 12 |
|
13 | | -The no-auth (SWNG) transition decouples these. New CL8 and CL9 systems |
14 | | -keep CLN **registration** but no longer use CLN as the **package |
15 | | -channel** - packages come from the SWNG mirrorlist via |
16 | | -`/etc/yum.repos.d/cl.repo` (`cl-channel`) instead. `rhn-client-tools |
17 | | ->= 3.0.1` disables the spacewalk plugin to enforce this. |
| 13 | +The no-auth repository transition decouples these. |
| 14 | +New CL8 and CL9 systems keep CLN *registration*, |
| 15 | +but no longer use CLN as the *package channel* - packages come from the SWNG mirrorlist |
| 16 | +via `/etc/yum.repos.d/cl.repo` (`cl-channel`) instead. |
| 17 | +`rhn-client-tools >= 3.0.1` disables the spacewalk plugin to enforce this. |
18 | 18 |
|
19 | 19 | The CLN-touching actors in this repo only care about the second concern: |
20 | | -they exist to make the CLN package channel work during ELevate. On |
21 | | -systems where the channel has been switched off they should stand down |
22 | | -even though registration may still be present and valid. |
| 20 | +they exist to make the CLN package channel work during ELevate. |
| 21 | +On systems where the channel has been switched off they should stand down, |
| 22 | +regardless of registration state. |
23 | 23 |
|
24 | 24 | CLOS-4056: gate those actors on `is_cln_package_channel_active()`. |
25 | 25 | """ |
|
0 commit comments