Updated comments from Patchset 3 and added Postrequisite references Readded Step 1 (1,2,3) to the "Install PTP Notifications" topic Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Change-Id: I8e098fdc7cf1640d6c3c70e6801721201a149fb6
3.2 KiB
Install PTP Notifications
notification is packaged as a system application and is managed using
the system application and system-helm-override
commands.
provides the capability for application(s) to subscribe to asynchronous status notifications and pull for the state on demand.
You must provide Helm override values indicating the
ptp4l and phc2sys instances that you want
tracked by your ptp-notification application.
Since multiple ptp4l instances can be supported on a
node, you must specify the ServiceName of the instance that
the ptp-notification application should track.
For example, follow the steps below:
Label the controller(s).
Source the platform environment.
$ source /etc/platform/openrc ~(keystone_admin)]$Assign the registration label to the controller(s).
~(keystone_admin)]$ system host-label-assign controller-0 ptp-registration=true ~(keystone_admin)]$ system host-label-assign controller-1 ptp-registration=trueAssign the notification label to any node(s) configured for
ptp4lclock synchronization. For example:~(keystone_admin)]$ system host-label-assign controller-0 ptp-notification=true
Upload the
ptp-notificationapplication using the command below.~(keystone_admin)]$ system application-upload <path to application>Edit application overrides. The value for
ptp4lSocketshould be set to the socket path corresponding to the monitoredptp4linstance. Use thels /var/run/ptp4l-*command to determine this path. The value forptp4lServiceNameshould match theptp4linstance name. The value for thephc2sysServiceNameshould match thephc2sysinstance name. Use thesystem ptp-instance-listcommand to determine the values forptp4lServiceNameandphc2sysServiceNamenames.cat ~/notification-override.yaml ptptracking: ptp4lSocket: /var/run/ptp4l-ptp1 ptp4lServiceName: ptp1 phc2sysServiceName: phc2sys1Apply the overrides using the command below.
~(keystone_admin)]$ system helm-override-update ptp-notification ptp-notification notification --values notification-override.yamlApply
ptp-notificationusing the command below.~(keystone_admin)]$ system application-apply ptp-notification
StarlingX supports applications that rely on PTP for synchronization. These applications are able to receive PTP status notifications from StarlingX hosting the application. For more information see:
PTP Notifications Overview <ptp-notifications-overview>- API PTP Notifications