Comment 3 for bug 2044178

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to app-sts-silicom (master)

Reviewed: https://review.opendev.org/c/starlingx/app-sts-silicom/+/901620
Committed: https://opendev.org/starlingx/app-sts-silicom/commit/520eee97f63d5971ea8f7ec2891f1c04dadbb6c3
Submitter: "Zuul (22348)"
Branch: master

commit 520eee97f63d5971ea8f7ec2891f1c04dadbb6c3
Author: Caio Bruchert <email address hidden>
Date: Tue Nov 21 16:26:51 2023 -0300

    Fix PTP sts-silicom app locking issue

    STS app was intermittently returning "Clock Class: 7, LOCKED" instead
    of "Clock Class: 6, LOCKED" or not locking at all with tsyncd getting
    stuck.

    This commit upgrades the app's images to fix this issue.
    The following images releases are being used now:

    Images:
      Tsyncd: quay.io/silicom/tsyncd:2.1.3.6
      Phc2Sys: quay.io/silicom/phc2sys:3.1-00193-g6bac465
      GrpcTsyncd: quay.io/silicom/grpc-tsyncd:2.1.2.18
      Gpsd: quay.io/silicom/gpsd:3.23.1

    Test Plan:
    PASS: Apply sts-silicom app and check that it gets locked to
          clock class 6
    PASS: Delete sts-silicom pod several times and check that it
          always gets locked to clock class 6
    PASS: Lock/unlock the controller several times and check that
          the STS app always gets locked to clock class 6

    Closes-Bug: 2044178

    Change-Id: I234e7a6d7912ce70c90ffc4a81059ca0d7346499
    Signed-off-by: Caio Bruchert <email address hidden>