From f9023204a26654471238a9b31d0d4f18794fa914 Mon Sep 17 00:00:00 2001 From: Cole Walker Date: Fri, 11 Mar 2022 12:05:55 -0500 Subject: [PATCH] [PTP SyncE] Update ptptracking values The values added in change-id Ibc1fc6c6342f873ea75c2e4015eb4c910b7010fd work properly, but it was pointed out during additional testing that it would be sensible to change the values to better facilitate the transition from the old single-instance ptp to the new multi-instance ptp. This update changes the default values to reference the legacy ptp naming scheme that users will encounter when migrating their ptp configurations. This will mean that in some cases, users will be saved from having to provided helm overrides for ptp-notification. Story: 2009130 Task: 44757 Signed-off-by: Cole Walker Change-Id: Iae55e409875c2ca4bd5b042a5da5617607edf407 --- .../helm-charts/ptp-notification/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml index a515446..3ba7eb9 100644 --- a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml +++ b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/values.yaml @@ -66,9 +66,9 @@ location: ptptracking: imagePullSecrets: default-registry-key - ptp4lSocket: /var/run/ptp4l - ptp4lServiceName: ptp4l - phc2sysServiceName: phc2sys + ptp4lSocket: /var/run/ptp4l-legacy + ptp4lServiceName: ptp4l-legacy + phc2sysServiceName: phc2sys-legacy image: repository: starlingx/notificationservice-base tag: stx.7.0-v1.0.5