-
Notifications
You must be signed in to change notification settings - Fork 110
Review abstracts and headings in Managing hosts #4712
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
base: master
Are you sure you want to change the base?
Changes from 17 commits
f44d1d6
57cf580
6f67491
7a3d011
7764c28
8ca09d2
b5c64d3
c1faa6c
f04f183
c180412
36ad736
dc8a7ac
90b575f
d750a9c
7dd3a2c
c87a0cf
2e634d7
7587d4c
ebff0e0
8b2f7b0
cd67408
b1c5ba0
a047bc7
21a3350
c5afe2e
2f49246
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="administering-hosts-in-{project-context}"] | ||
| = Administering hosts in {Project} | ||
|
|
||
| [role="_abstract"] | ||
| Create, register, administer, and remove hosts in {Project} to manage your infrastructure from a single place. | ||
This file was deleted.
aneta-petrova marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="managing-host-content-with-host-collections_{context}"] | ||
aneta-petrova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| = Managing host content with host collections | ||
|
|
||
| [role="_abstract"] | ||
| You can use host collections in {Project} to install packages, apply errata, or manage other content across all hosts in the collection. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="managing-packages-in-{project-context}"] | ||
| = Managing packages in {Project} | ||
|
|
||
| [role="_abstract"] | ||
| You can use {Project} to install, upgrade, and remove packages and to enable or disable repositories on hosts. | ||
| Package actions use remote execution so you can manage software on hosts from a central place. |
This file was deleted.
aneta-petrova marked this conversation as resolved.
Show resolved
Hide resolved
|
|
Contributor
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. I would appreciate tech ACK for this change.
Member
Author
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. Hi @jeremylenz and/or @nofaralfasi, can you please review this change to an abstract? Does it summarize why a user would be interested in applying host groups? |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| :_mod-docs-content-type: PROCEDURE | ||
|
|
||
| [id="Adding_Errata_to_a_Host_Collection_{context}"] | ||
| = Adding errata to a host collection | ||
| = Applying errata to hosts in a host collection | ||
|
|
||
| [role="_abstract"] | ||
| The following procedure shows how to add errata to host collections. | ||
| You can apply errata to all hosts in a host collection in one action using remote execution. | ||
|
|
||
| .Prerequisites | ||
| * The errata to be added should be available in one of the existing repositories or added prior to this procedure. | ||
| * The errata to be applied should be available in one of the existing repositories, or the repository should be enabled on the host before this procedure. | ||
| * Errata should be promoted to the environment where the hosts are assigned. | ||
|
|
||
| .Procedure | ||
| . In the {ProjectWebUI}, navigate to *Hosts* > *Host Collections*. | ||
| . Select the host collection where the errata should be added. | ||
| . Select the host collection where the errata should be applied. | ||
| . On the *Collection Actions* tab, click *Errata Installation*. | ||
| . Select the errata you want to add to the host collection and click *Install Selected* to use the default method. | ||
| . Select the errata you want to apply to the hosts in the collection and click *Install Selected* to use the default method. | ||
| Alternatively, select the drop-down icon to the right of the button to select a method to use. | ||
| Selecting the *via remote execution {endash} customize first* menu entry takes you to the *Job invocation* page where you can customize the action. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| :_mod-docs-content-type: PROCEDURE | ||
|
|
||
| [id="Adding_errata_to_a_single_host_{context}"] | ||
| = Adding errata to a single host | ||
| [id="adding-errata-to-a-host"] | ||
aneta-petrova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| = Applying errata to a host | ||
|
|
||
| [role="_abstract"] | ||
| Use the following procedure to add errata to a host. | ||
| You can apply errata to a host so that the host is updated with the errata. | ||
aneta-petrova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| .Procedure | ||
| . In the {ProjectWebUI}, navigate to *Hosts* > *All Hosts*. | ||
| . Select the host you want to add errata to. | ||
| . Select the host you want to apply errata to. | ||
| . Click *Content* and select the *Errata* tab. | ||
| . Select the errata you want to add to the host, or select the checkbox at the top of the list to add all installable errata. | ||
| . Select the errata you want to apply to the host, or select the checkbox at the top of the list to apply all installable errata. | ||
| Click the checkbox next to any errata you want to remove from a full list. | ||
| . Using the vertical ellipsis icon next to the errata you want to add to the host, select *Apply via Remote Execution* to use Remote Execution, or select *Apply via customized remote execution* if you want to customize the remote execution. | ||
| . Using the vertical ellipsis icon next to the errata you want to apply to the host, select *Apply via Remote Execution* to use Remote Execution, or select *Apply via customized remote execution* if you want to customize the remote execution. | ||
|
Check failure on line 15 in guides/common/modules/proc_adding-errata-to-a-host.adoc
|
||
| . Click *Submit*. | ||
Uh oh!
There was an error while loading. Please reload this page.