From 4e0822da73639e47cbe7785b5de38ec01048b021 Mon Sep 17 00:00:00 2001 From: Alexandra Molnar Date: Fri, 29 Nov 2024 13:52:16 +0000 Subject: [PATCH] OCPBUGS-31413: Remove mention of PtpConfigSlaveCvl.yaml from docs --- modules/ztp-configuring-ptp-fast-events-amqp.adoc | 2 +- modules/ztp-configuring-ptp-fast-events.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ztp-configuring-ptp-fast-events-amqp.adoc b/modules/ztp-configuring-ptp-fast-events-amqp.adoc index 3bd83aacd6fb..9311a3e9a478 100644 --- a/modules/ztp-configuring-ptp-fast-events-amqp.adoc +++ b/modules/ztp-configuring-ptp-fast-events-amqp.adoc @@ -67,7 +67,7 @@ include::snippets/ptp-amq-interconnect-eol.adoc[leveloffset=+1] maxOffsetThreshold: 100 #nano secs minOffsetThreshold: -100 #nano secs ---- -<1> Can be one `PtpConfigMaster.yaml`, `PtpConfigSlave.yaml`, or `PtpConfigSlaveCvl.yaml` depending on your requirements. `PtpConfigSlaveCvl.yaml` configures `linuxptp` services for an Intel E810 Columbiaville NIC. For configurations based on `group-du-sno-ranGen.yaml` or `group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. +<1> Can be `PtpConfigMaster.yaml` or `PtpConfigSlave.yaml` depending on your requirements. For configurations based on `group-du-sno-ranGen.yaml` or `group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. <2> Device specific interface name. <3> You must append the `--summary_interval -4` value to `ptp4lOpts` in `.spec.sourceFiles.spec.profile` to enable PTP fast events. <4> Required `phc2sysOpts` values. `-m` prints messages to `stdout`. The `linuxptp-daemon` `DaemonSet` parses the logs and generates Prometheus metrics. diff --git a/modules/ztp-configuring-ptp-fast-events.adoc b/modules/ztp-configuring-ptp-fast-events.adoc index 50178d0c175b..5365263127fe 100644 --- a/modules/ztp-configuring-ptp-fast-events.adoc +++ b/modules/ztp-configuring-ptp-fast-events.adoc @@ -57,7 +57,7 @@ In {product-title} 4.13 or later, you do not need to set the `transportHost` fie maxOffsetThreshold: 100 #nano secs minOffsetThreshold: -100 #nano secs ---- -<1> Can be one of `PtpConfigMaster.yaml`, `PtpConfigSlave.yaml`, or `PtpConfigSlaveCvl.yaml` depending on your requirements. `PtpConfigSlaveCvl.yaml` configures `linuxptp` services for an Intel E810 Columbiaville NIC. For configurations based on `group-du-sno-ranGen.yaml` or `group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. +<1> Can be `PtpConfigMaster.yaml` or `PtpConfigSlave.yaml` depending on your requirements. For configurations based on `group-du-sno-ranGen.yaml` or `group-du-3node-ranGen.yaml`, use `PtpConfigSlave.yaml`. <2> Device specific interface name. <3> You must append the `--summary_interval -4` value to `ptp4lOpts` in `.spec.sourceFiles.spec.profile` to enable PTP fast events. <4> Required `phc2sysOpts` values. `-m` prints messages to `stdout`. The `linuxptp-daemon` `DaemonSet` parses the logs and generates Prometheus metrics.