Skip to content

Commit 986efae

Browse files
authored
Merge pull request #67007 from aireilly/ztp-414-updates
TELCODOCS-1385 - ZTP 4.14 updates
2 parents 8e16c15 + f3ae79e commit 986efae

File tree

68 files changed

+1200
-521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1200
-521
lines changed

.vale/styles/Vocab/OpenShiftDocs/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Operator
1515
Operators
1616
[Pp]reinstall
1717
[Pp]ostinstall
18+
NICs?
19+
Mellanox
20+
VFs?
183 KB
Loading
144 KB
Loading

modules/about-ztp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ A high-level overview of using {ztp} to provision and maintain bare-metal hosts
1818
1919
* You make the hosts ready for provisioning as managed clusters, and use {rh-rhacm} and the assisted service to install the bare-metal hosts on site.
2020
21-
Installing and deploying the clusters is a two-stage process, involving an initial installation phase, and a subsequent configuration phase. The following diagram illustrates this workflow:
21+
Installing and deploying the clusters is a two-stage process, involving an initial installation phase, and a subsequent configuration and deployment phase. The following diagram illustrates this workflow:
2222

23-
image::217_OpenShift_Zero_Touch_Provisioning_updates_1022_2.png[Using GitOps and {ztp} to install and deploy managed clusters]
23+
image::474_OpenShift_OpenShift_RAN_RDS_arch_updates_1023.png[Using GitOps and {ztp} to install and deploy managed clusters]

modules/ztp-sno-du-accelerating-container-startup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The following `MachineConfig` CR configures core OpenShift processes and containers to use all available CPU cores during system startup and shutdown. This accelerates the system recovery during initial boot and reboots.
1010

11-
.Recommended accelerated container startup configuration (04-accelerated-container-startup-master.yaml)
11+
.Recommended accelerated container startup configuration (`04-accelerated-container-startup-master.yaml`)
1212
[source,yaml]
1313
----
1414
include::snippets/ztp_04-accelerated-container-startup-master.yaml[]

modules/ztp-sno-du-configuring-crun-container-runtime.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ For optimal performance, enable crun for control plane and worker nodes in {sno}
1515
To avoid the cluster rebooting when the CR is applied, apply the change as a {ztp} additional Day 0 install-time manifest.
1616
====
1717

18-
.Recommended ContainerRuntimeConfig CR for control plane nodes (enable-crun-master.yaml)
18+
.Recommended `ContainerRuntimeConfig` CR for control plane nodes (`enable-crun-master.yaml`)
1919
[source,yaml]
2020
----
2121
include::snippets/ztp_enable-crun-master.yaml[]
2222
----
2323

24-
.Recommended ContainerRuntimeConfig CR for worker nodes (enable-crun-worker.yaml)
24+
.Recommended `ContainerRuntimeConfig` CR for worker nodes (`enable-crun-worker.yaml`)
2525
[source,yaml]
2626
----
2727
include::snippets/ztp_enable-crun-worker.yaml[]

modules/ztp-sno-du-configuring-logging-locally-and-forwarding.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
{sno-caps} clusters that run DU workloads require logging and log forwarding for debugging. The following `ClusterLogging` and `ClusterLogForwarder` custom resources (CRs) are required.
1010

11-
.Recommended cluster logging and log forwarding configuration
11+
.Recommended cluster logging configuration (`ClusterLogging.yaml`)
1212
[source,yaml]
1313
----
1414
include::snippets/ztp_ClusterLogging.yaml[]
1515
----
1616

17-
.Recommended log forwarding configuration
17+
.Recommended log forwarding configuration (`ClusterLogForwarder.yaml`)
1818
[source,yaml]
1919
----
2020
include::snippets/ztp_ClusterLogForwarder.yaml[]

modules/ztp-sno-du-configuring-lvms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ The recommended storage solution for {sno} is the Local Storage Operator. Altern
1515

1616
The following YAML example configures the storage of the node to be available to {product-title} applications.
1717

18-
.Recommended LVMCluster configuration (StorageLVMCluster.yaml)
18+
.Recommended `LVMCluster` configuration (`StorageLVMCluster.yaml`)
1919
[source,yaml]
2020
----
2121
include::snippets/ztp_StorageLVMCluster.yaml[]
2222
----
2323

24-
.LVMCluster CR options for {sno} clusters
24+
.`LVMCluster` CR options for {sno} clusters
2525
[cols=2*, width="90%", options="header"]
2626
|====
2727
|LVMCluster CR field

modules/ztp-sno-du-configuring-performance-addons.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In earlier versions of {product-title}, the Performance Addon Operator was used
1515

1616
The following example `PerformanceProfile` CR illustrates the required {sno} cluster configuration.
1717

18-
.Recommended performance profile configuration
18+
.Recommended performance profile configuration (`PerformanceProfile.yaml`)
1919
[source,yaml]
2020
----
2121
include::snippets/ztp_PerformanceProfile.yaml[]

modules/ztp-sno-du-configuring-ptp.adoc

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,33 @@
66
[id="ztp-sno-du-configuring-ptp_{context}"]
77
= PTP
88

9-
{sno-caps} clusters use Precision Time Protocol (PTP) for network time synchronization. The following example `PtpConfig` CR illustrates the required PTP slave configuration.
9+
{sno-caps} clusters use Precision Time Protocol (PTP) for network time synchronization.
10+
The following example `PtpConfig` CRs illustrate the required PTP configurations for ordinary clocks, boundary clocks, and grandmaster clocks.
11+
The exact configuration you apply will depend on the node hardware and specific use case.
1012

11-
.Recommended PTP configuration
13+
.Recommended PTP ordinary clock configuration (`PtpConfigSlave.yaml`)
1214
[source,yaml]
1315
----
1416
include::snippets/ztp_PtpConfigSlave.yaml[]
1517
----
18+
19+
20+
.Recommended boundary clock configuration (`PtpConfigBoundary.yaml`)
21+
[source,yaml]
22+
----
23+
include::snippets/ztp_PtpConfigBoundary.yaml[]
24+
----
25+
26+
.Recommended PTP Westport Channel e810 grandmaster clock configuration (`PtpConfigGmWpc.yaml`)
27+
[source,yaml]
28+
----
29+
include::snippets/ztp_PtpConfigGmWpc.yaml[]
30+
----
31+
32+
The following optional `PtpOperatorConfig` CR configures PTP events reporting for the node.
33+
34+
.Recommended PTP events configuration (`PtpOperatorConfigForEvent.yaml`)
35+
[source,yaml]
36+
----
37+
include::snippets/ztp_PtpOperatorConfigForEvent.yaml[]
38+
----

0 commit comments

Comments
 (0)