From 3cb986c5b0b97a0e62bfee2cf470dae6e1f55d64 Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Fri, 29 Jan 2021 14:45:23 -0500 Subject: [PATCH] Move PTP topic - https://github.com/openshift/openshift-docs/issues/23621 --- _topic_map.yml | 6 ++---- .../{multiple_networks => }/configuring-ptp.adoc | 16 +++++++--------- 2 files changed, 9 insertions(+), 13 deletions(-) rename networking/{multiple_networks => }/configuring-ptp.adoc (67%) diff --git a/_topic_map.yml b/_topic_map.yml index 3450452c7402..16cc312f65fe 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -663,8 +663,8 @@ Topics: - Name: Using SCTP File: using-sctp Distros: openshift-enterprise,openshift-webscale,openshift-origin -#- Name: Configuring network policy -# File: configuring-networkpolicy +- Name: Configuring PTP hardware + File: configuring-ptp - Name: Network policy Dir: network_policy Topics: @@ -708,8 +708,6 @@ Topics: File: edit-additional-network - Name: Removing an additional network File: remove-additional-network - - Name: Configuring PTP - File: configuring-ptp - Name: Assigning a secondary network to a VRF File: assigning-a-secondary-network-to-a-vrf - Name: Hardware networks diff --git a/networking/multiple_networks/configuring-ptp.adoc b/networking/configuring-ptp.adoc similarity index 67% rename from networking/multiple_networks/configuring-ptp.adoc rename to networking/configuring-ptp.adoc index 6726dfaf7710..bef2caaa1b49 100644 --- a/networking/multiple_networks/configuring-ptp.adoc +++ b/networking/configuring-ptp.adoc @@ -1,5 +1,5 @@ [id="configuring-ptp"] -= Configuring PTP += Configuring PTP hardware include::modules/common-attributes.adoc[] :context: configuring-ptp @@ -12,20 +12,18 @@ include::modules/technology-preview.adoc[leveloffset=+1] == About PTP hardware {product-title} includes the capability to use Precision Time Protocol (PTP)hardware on your nodes. -You can configure linuxptp services on nodes with PTP capable hardware. +You can configure linuxptp services on nodes in your cluster that have PTP-capable hardware. [NOTE] ==== -The PTP Operator works with PTP capable devices on clusters provisioned only on bare metal infrastructure. +The PTP Operator works with PTP-capable devices on clusters provisioned only on bare metal infrastructure. ==== -You can use the {product-title} console to install PTP by deploying the PTP Operator. The PTP Operator creates and manages the linuxptp services. The Operator provides following features: +You can use the {product-title} console to install PTP by deploying the PTP Operator. The PTP Operator creates and manages the linuxptp services. The Operator provides the following features: -* Discover the PTP capable devices in cluster. -* Manage configuration of linuxptp services. - -include::modules/nw-ptp-installing-operator.adoc[leveloffset=+1] +* Discovery of the PTP-capable devices in a cluster. +* Management of the configuration of linuxptp services. include::modules/nw-ptp-device-discovery.adoc[leveloffset=+1] - +include::modules/nw-ptp-installing-operator.adoc[leveloffset=+1] include::modules/nw-ptp-configuring-linuxptp.adoc[leveloffset=+1]