Skip to content

Commit

Permalink
add MNO support instructions to README.adoc
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Parekh <[email protected]>
  • Loading branch information
nishant-parekh committed Oct 11, 2024
1 parent fb64440 commit 30003c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@ podman run \
-v /home/redhat/tmp/data:/usr/vse/data:Z \
quay.io/redhat-partner-solutions/vse-sync-test:latest ./vse-sync-test/cmd/e2e.sh
----
== MNO Support

If you are looking to run the tests on a Grandmaster interface on an Multi Node Cluster we
need to pass in an additional value to the container. We need to set the ptpNodeName,
which is the node that has the NIC connected to the GNSS signal. The nodeName is passed as
an environment variable.

For example:
[source,shell]
----
podman run \
-e $PTPNODENAME=<nodeName>
-v ~/kubeconfig:/usr/vse/kubeconfig:Z \
-v /home/redhat/tmp/data:/usr/vse/data:Z \
quay.io/redhat-partner-solutions/vse-sync-test:latest
----

== Development Setup

Expand Down

0 comments on commit 30003c0

Please sign in to comment.