Skip to content

Commit 51dca3c

Browse files
committed
TELCODOCS-628: Removing chronyd from extra manifests
1 parent bce3579 commit 51dca3c

4 files changed

+7
-14
lines changed

modules/ztp-configuring-the-cluster-for-a-disconnected-environment.adoc

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,7 @@ spec:
8181
----
8282
<1> Must match the URLs of the HTTPD server.
8383
84-
. For disconnected installations, you must deploy an NTP clock that is reachable through the disconnected network.
85-
You can do this by configuring chrony to act as server, editing the `/etc/chrony.conf` file, and adding the following allowed IPv6 range:
86-
+
87-
[source,text]
88-
----
89-
# Allow NTP client access from local network.
90-
#allow 192.168.0.0/16
91-
local stratum 10
92-
bindcmdaddress ::
93-
allow 2620:52:0:1310::/64
94-
----
84+
[IMPORTANT]
85+
====
86+
A valid NTP server is required during cluster installation. Ensure that a suitable NTP server is available and can be reached from the installed clusters through the disconnected network.
87+
====

modules/ztp-deploying-a-site.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ The `SiteConfig` CR creates the following CRs on the hub cluster:
182182
* `ClusterDeployment`
183183
* `InfraEnv`
184184
* `NMStateConfig` - One per node
185-
* `ExtraManifestsConfigMap` - Extra manifests. The additional manifests include workload partitioning, chronyd, mountpoint hiding, sctp enablement, and more.
185+
* `ExtraManifestsConfigMap` - Extra manifests. The extra manifests include workload partitioning, mountpoint hiding, sctp enablement, and more. To automatically merge the extra manifests into a single manifest per each `MachineConfigPool` role, which is named as `predefined-extra-manifests-<role>`, set the `.spec.clusters.mergeDefaultMachineConfigs` to `true` in the `SiteConfig.yaml` file.
186186
* `ManagedCluster`
187-
* `KlusterletAddonConfig`
187+
* `KlusterletAddonConfig`

modules/ztp-du-cluster-config-reference.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ spec:
8484
group.ice-ptp=0:f:10:*:ice-ptp.*
8585
[service]
8686
service.stalld=start,enable
87+
service.chronyd=stop,disable
8788
----
8889
<1> Listed CPUs depend on the host hardware configuration, specifically the number of available CPUs in the system and the CPU topology.
8990

modules/ztp-generating-ran-policies.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ out
6969
│ └── common-sriov-sub-policy.yaml
7070
├── groups
7171
│ ├── group-du
72-
│ │ ├── group-du-mc-chronyd-policy.yaml
7372
│ │ ├── group-du-mc-mount-ns-policy.yaml
7473
│ │ ├── group-du-mcp-du-policy.yaml
7574
│ │ ├── group-du-mc-sctp-policy.yaml

0 commit comments

Comments
 (0)