Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[id="configuring-ptp"]
= Configuring PTP
= Configuring PTP hardware
include::modules/common-attributes.adoc[]
:context: configuring-ptp

Expand All @@ -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]