-
Notifications
You must be signed in to change notification settings - Fork 112
Split Registering hosts into multiple assemblies #4793
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
Changes from all commits
f1865bc
4ef02ae
cbe00fb
c872f18
a43d860
fc1cbeb
30d5261
ec65bde
bbcae97
22f608c
a86acc5
cbd1b33
e091667
133a45c
ee6001f
9c6eb11
09485c3
3a167bb
f624968
8a32d01
f42f4ea
31ff471
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
|
Check warning on line 1 in guides/common/assembly_using-custom-ssl-certificate-for-hosts.adoc
|
||
|
|
||
| include::modules/con_using-custom-ssl-certificate-for-hosts.adoc[] | ||
|
|
||
| :common-example-com: {foreman-example-com} | ||
| include::modules/proc_deploying-a-custom-ssl-certificate-to-hosts.adoc[leveloffset=+1] | ||
| :!common-example-com: | ||
|
|
||
| include::modules/ref_resetting-custom-ssl-certificate-to-default-self-signed-certificate-on-hosts.adoc[leveloffset=+1] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="katello-ca-consumer-rpm-and-rhsm-consumer-script"] | ||
| = Katello CA consumer RPM and RHSM consumer script | ||
|
|
||
| [role="_abstract"] | ||
| The `katello-ca-consumer-rpm` package and `katello-rhsm-consumer` script were previously available to register hosts to {Project}. | ||
|
|
||
| :FeatureName: The `katello-ca-consumer-rpm` package and `katello-rhsm-consumer` script | ||
| :FeatureAlternative: xref:registering-hosts-by-using-global-registration[] | ||
|
Check warning on line 10 in guides/common/modules/con_katello-ca-consumer-rpm-and-rhsm-consumer-script.adoc
|
||
| include::snip_deprecated-feature.adoc[] | ||
|
|
||
| When using the Katello CA Consumer for host registration, you download and install the consumer RPM from `_{foreman-example-com}_/pub/katello-ca-consumer-latest.noarch.rpm` on the host and then run `subscription-manager`. | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="registering-hosts-by-using-the-bootstrap-script"] | ||
| = Registering hosts by using the bootstrap script | ||
|
|
||
| [role="_abstract"] | ||
| You can use the bootstrap script to automate content registration and Puppet configuration. | ||
|
|
||
| :FeatureName: The bootstrap script | ||
| :FeatureAlternative: xref:registering-hosts-by-using-global-registration[] | ||
|
Check warning on line 10 in guides/common/modules/con_registering-hosts-by-using-the-bootstrap-script.adoc
|
||
| include::snip_deprecated-feature.adoc[] | ||
|
|
||
| You can use the bootstrap script to register new hosts, or to migrate existing hosts from RHN, SAM, RHSM, or another {ProjectName} instance. | ||
|
|
||
| The `katello-client-bootstrap` package is installed by default on {ProjectServer}'s base operating system. | ||
| The `bootstrap.py` script is installed in the `/var/www/html/pub/` directory to make it available to hosts at `_{foreman-example-com}_/pub/bootstrap.py`. | ||
| The script includes documentation in the `/usr/share/doc/katello-client-bootstrap-_version_/README.md` file. | ||
|
|
||
| To use the bootstrap script, you must install it on the host. | ||
| As the script is only required once, and only for the `root` user, you can place it in `/root` or `/usr/local/sbin` and remove it after use. | ||
| This procedure uses `/root`. | ||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| Reverse proxying on {SmartProxies} is disabled by default for security reasons. | ||
| Therefore, the bootstrap script does not work if you register hosts through {SmartProxy}. | ||
| {Team} recommends using xref:registering-hosts-by-using-global-registration[global registration] to register hosts instead. | ||
|
Check warning on line 27 in guides/common/modules/con_registering-hosts-by-using-the-bootstrap-script.adoc
|
||
| ==== | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="registering-hosts-to-{project-context}"] | ||
| = Registering hosts to {Project} | ||
|
|
||
| [role="_abstract"] | ||
| Before you can use {Project} to manage hosts that have not been provisioned through {Project}, you must register them. | ||
| You can register hosts through {ProjectServer} or {SmartProxyServer}. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
|
|
||
| [id="configuring-tracer-and-application-restarts-on-hosts"] | ||
| = Configuring Tracer and application restarts on hosts | ||
| [id="restarting-applications-on-hosts-through-tracer"] | ||
| = Restarting applications on hosts through Tracer | ||
|
|
||
| [role="_abstract"] | ||
| If Tracer is available for your hosts, you can see which services need restarts after package updates and restart them when you choose. |
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.
TODO for Maximilian: Ensure that Insights is only mentioned for RHEL Clients via follow-up PR.