You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,13 +201,12 @@ The module adds the following new types:
201
201
##### Mandatory
202
202
203
203
-**server_hostname**: Specify a registration server hostname such as subscription.rhn.redhat.com.
204
-
-**org**: provide an organization to join (defaults to the Default_Organization
205
-
)
204
+
-**org**: provide an organization to join (defaults to the Default_Organization). In the commerical Satellite 6 product's user interface this can be set to a template value such as `<%= @host.rhsm_organization_label %>`
206
205
207
206
Either an activation key or a username and password combination is needed to
208
207
register. Both cannot be provided and will cause an error.
209
208
210
-
-**activationkey**: The activation key to use when registering the system (cannot be used with username and password)
209
+
-**activationkey**: The activation key to use when registering the system (cannot be used with username and password). In the commerical Satellite 6 product's user interface this can be set to a template value such as `<%= @host.params['kt_activation_keys'] %>`
211
210
-**password**: The password to use when registering the system
212
211
-**username**: The username to use when registering the system
213
212
@@ -262,7 +261,7 @@ See the documentation at [RedHat Support](https://access.redhat.com/documentatio
262
261
263
262
The most important settings are as follows. Specific support is made for them.
264
263
265
-
-**server_hostname**: Same as the title or name of the resource
264
+
-**server_hostname**: Same as the title or name of the resource. In the commerical Satellite 6 product's user interface this can be set to a template value such as `<%= @host.content_source.hostname %>`
266
265
-**server_insecure**: If HTTP is used or HTTPS with an untrusted certificate
267
266
-**server_prefix**: The subscription path. Usually `/subscription` for RHN and `/rhsm` for a Katello installation.
268
267
-**rhsm_baseurl**: The Content base URL in case the registration server has no content. An example would be [https://cdn.redhat.com](https://cdn.redhat.com) or [https://katello.example.com/pulp/repos](https://katello.example.com/pulp/repos)
0 commit comments