From f7475d56083b1fb77b5024668a403967e82e6df0 Mon Sep 17 00:00:00 2001 From: Douglas Henrique Koerich Date: Fri, 15 Jul 2022 14:32:09 -0300 Subject: [PATCH] Fix bad ptp4l socket spec for ptptracking This change fixes two issues found in the helm chart specification for ptp-notification application: 1) Correct name of socket in the host when legacy PTP configuration is found; 2) Avoid failure in the pod creation when no legacy PTP configuration is found, since the original hostPath type "Socket" is required to exist, which is not the case in that (valid) scenario. In this case, the "type" field is reset which causes the path check to be dismissed Test Plan: PASS: Pod (containers) running with changed (fixed) ptp-notification tgz Closes-Bug: 1981821 Signed-off-by: Douglas Henrique Koerich Change-Id: I0efc1bdec525366ef09a87f1d0fc311cc5216656 --- .../helm-charts/ptp-notification/templates/daemonset.yaml | 1 - .../helm-charts/ptp-notification/values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml index b5ad837..c998b76 100644 --- a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml +++ b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml @@ -166,7 +166,6 @@ spec: - name: varrun hostPath: path: {{ .Values.ptptracking.ptp4lSocket }} - type: Socket {{ end }} - name: pmc hostPath: 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 3ba7eb9..16f1561 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,7 +66,7 @@ location: ptptracking: imagePullSecrets: default-registry-key - ptp4lSocket: /var/run/ptp4l-legacy + ptp4lSocket: /var/run/ptp4l-ptp4l-legacy ptp4lServiceName: ptp4l-legacy phc2sysServiceName: phc2sys-legacy image: