Skip to content

Commit e6b674b

Browse files
committed
Use Global Registration instead of katello_ca_consumer rpm
1 parent 0d6f728 commit e6b674b

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

guides/doc-Content_Management_Guide/topics/Managing_Activation_Keys.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,22 @@ Configure Red Hat Subscription Manager to use {ProjectServer} for registration a
253253

254254
.Procedure
255255

256-
To use an activation key for host registration with an existing Red Hat Enterprise Linux 7 host to {ProjectServer}, complete the following steps:
256+
To use an activation key for host registration with an existing Red Hat Enterprise Linux 7 host to {ProjectServer}, use one of the following procedures:
257257

258+
==== Global Registration
259+
. Generate registration command
260+
+
261+
UI: Go to Hosts > Register Host, select activation key(s) and generate registration command.
262+
Or you can generate command via API:
263+
+
264+
[options="nowrap" subs="+quotes,attributes"]
265+
----
266+
hammer host-registration generate-command --activation-keys your-key
267+
----
268+
+
269+
. Log on to the host you want register and run the command
270+
271+
==== Katello ca consumer rpm
258272
. Download the consumer RPM for your {ProjectServer}.
259273
This is located in the `pub` directory on the host's web server.
260274
For example, for a {ProjectServer} with the host name `{foreman-example-com}`, enter the following command on the host to register:

guides/doc-Content_Management_Guide/topics/QuickStart.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,22 @@ Use the following procedure to create an activation key that you can use to subs
6060

6161
==== Registering a CentOS Stream host to {Project}
6262

63-
Use the following procedure to register an existing CentOS Stream host to {Project}
63+
Use one of the following procedures to register an existing CentOS Stream host to {Project}
6464

65+
===== Global Registration
66+
. Generate registration command
67+
+
68+
UI: Go to Hosts > Register Host, select activation key(s) and generate registration command.
69+
Or you can generate command via API:
70+
+
71+
[options="nowrap" subs="+quotes,attributes"]
72+
----
73+
hammer host-registration generate-command --activation-keys your-key
74+
----
75+
+
76+
. Log on to the CentOS 8 host you want register and run the command
77+
78+
===== Katello ca consumer rpm
6579
. Log on to the Centos 8 host you want register.
6680
. Download the consumer RPM for your {ProjectServer}.
6781
. This is located in the `pub` directory on {ProjectServer}'s web server.

0 commit comments

Comments
 (0)