Skip to content

Commit

Permalink
Turn chronyd module into a short prereq (theforeman#3345)
Browse files Browse the repository at this point in the history
The prerequisite avoids mentioning any specific timekeeping protocol (previously: NTP) or service (previously: chronyd) because these are not the only options.

(cherry picked from commit f21fc89)
  • Loading branch information
asteflova committed Nov 7, 2024
1 parent f60c338 commit 2b16355
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 32 deletions.
3 changes: 0 additions & 3 deletions guides/common/assembly_installing-capsule-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ifndef::satellite[]
include::modules/proc_installing-smart-proxy-upstream.adoc[leveloffset=+1]
endif::[]

// Synchronizing the System Clock With chronyd
include::modules/proc_synchronizing-the-system-clock-with-chronyd.adoc[leveloffset=+1]

ifdef::katello,satellite[]
[id="configuring-capsule-server-with-ssl-certificates"]
== Configuring {SmartProxyServer} with SSL certificates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ include::modules/proc_installing-from-the-offline-repositories.adoc[leveloffset=

include::modules/proc_resolving-package-dependency-errors.adoc[leveloffset=+1]

include::modules/proc_synchronizing-the-system-clock-with-chronyd.adoc[leveloffset=+1]

[id="configuring-server_{context}"]
== Configuring {ProjectServer}

Expand Down
4 changes: 0 additions & 4 deletions guides/common/assembly_installing-server-connected.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ endif::[]

include::modules/proc_installing-the-satellite-server-packages.adoc[leveloffset=+1]

ifdef::foreman-el,katello,satellite[]
include::modules/proc_synchronizing-the-system-clock-with-chronyd.adoc[leveloffset=+1]
endif::[]

include::modules/con_configuring-server.adoc[leveloffset=+1]

include::modules/proc_configuring-installation.adoc[leveloffset=+2]
Expand Down

This file was deleted.

13 changes: 13 additions & 0 deletions guides/common/modules/ref_system-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,20 @@ ifdef::foreman-el,katello,satellite[]
.SELinux mode
SELinux must be enabled, either in enforcing or permissive mode.
Installation with disabled SELinux is not supported.
endif::[]

.Synchronized system clock
The system clock on the base operating system where you are installing your {ProductName} must be synchronized across the network.
If the system clock is not synchronized, SSL certificate verification might fail.
ifdef::satellite[]
For example, you can use the Chrony suite for timekeeping.
For more information, see the following documents:

* {RHELDocsBaseURL}9/html/configuring_basic_system_settings/configuring-time-synchronization_configuring-basic-system-settings[Configuring time synchronization] in _{RHEL}{nbsp}9 Configuring basic system settings_
* {RHELDocsBaseURL}8/html/configuring_basic_system_settings/configuring-time-synchronization_configuring-basic-system-settings[Configuring time synchronization] in _{RHEL}{nbsp}8 Configuring basic system settings_
endif::[]

ifdef::foreman-el,katello,satellite[]
.FIPS mode
ifeval::["{context}" == "{project-context}"]
You can install {Project} on a {EL} system that is operating in FIPS mode.
Expand Down

0 comments on commit 2b16355

Please sign in to comment.