From 30003c0ff9e8f496e0ed2c5db3218b09b8f24c0d Mon Sep 17 00:00:00 2001 From: Nishant Parekh Date: Fri, 11 Oct 2024 14:42:18 -0400 Subject: [PATCH] add MNO support instructions to README.adoc Signed-off-by: Nishant Parekh --- README.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.adoc b/README.adoc index b66c194..403a706 100644 --- a/README.adoc +++ b/README.adoc @@ -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= + -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