-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore info on relevant optional fields in Register Host interface #3508
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -48,8 +48,14 @@ endif::[] | |||||
|
||||||
.Procedure | ||||||
. In the {ProjectWebUI}, navigate to *Hosts* > *Register Host*. | ||||||
. Enter the details for how you want the registered host to be configured. | ||||||
. Enter the details for how you want the registered host to be configured. Note: | ||||||
* If you select a host group from the *Host Group* list, the *Operating system* | ||||||
ifdef::katello,satellite,orcharhino[] | ||||||
, *Activation Keys* | ||||||
endif::[] | ||||||
and *Lifecycle environment* fields inherit their values from the host group. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The fields are inherited from the host group but not preselected. Is that intentional? On Foreman 3.13: |
||||||
ifdef::katello,satellite,orcharhino[] | ||||||
* A Capsule behind a load balancer takes precedence over the Capsule selected in this UI as the host’s content source. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. branding! "Capsule" -> "{SmartProxy}" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Attributes to avoid branding issues and minor rewording to avoid possessive apostrophe. |
||||||
. On the *General* tab, in the *Activation Keys* field, enter one or more activation keys to assign to your host. | ||||||
endif::[] | ||||||
. Click *Generate* to generate a `curl` command. | ||||||
|
@@ -84,6 +90,7 @@ To verify synchronized {client-content-type} content, you can use {Project} API | |||||
For example, `\https://{foreman-example-com}/katello/api/v2/repositories/_My_Repository_ID_/gpg_key_content`. | ||||||
endif::[] | ||||||
endif::[] | ||||||
* On the *Advanced* tab, you can configure remote execution, Red{nbsp}Hat Insights, and packages to be installed. | ||||||
* On the *Advanced* tab, in the *Token lifetime (hours)* field, you can change the validity duration of the JSON Web Token (JWT) that {Project} uses for authentication. | ||||||
The duration of this token defines how long the generated registration command works. | ||||||
+ | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd drop "Note:". alternative:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An alternative. I think the bulleted list is "noteable" enough.