
Update in master: https://review.opendev.org/c/starlingx/docs/+/861791 Abandoned Review https://review.opendev.org/c/starlingx/docs/+/862235 Moved PTP Notification Topics (Install, Remove, Override) from Guest Integration Guide to Admin Guide in Stx 6.0 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: Ic82178ef4c39043961d3e17d3ae880e5ff176263
61 lines
1.5 KiB
ReStructuredText
61 lines
1.5 KiB
ReStructuredText
|
||
.. bdx1614099833159
|
||
.. _override-default-application-values:
|
||
|
||
===================================
|
||
Override Default Application Values
|
||
===================================
|
||
|
||
You can override default application values using the commands described in this section.
|
||
|
||
|
||
|
||
.. rubric:: |proc|
|
||
|
||
|
||
#. View existing values.
|
||
|
||
.. code-block:: none
|
||
|
||
~(keystone_admin)]$ system helm-override-show ptp-notification
|
||
ptp-notification notification
|
||
|
||
#. Create a yaml file and update the fields that require Helm overrides.
|
||
|
||
.. code-block:: none
|
||
|
||
cat ~/override.yaml
|
||
ptptracking:
|
||
device:
|
||
holdover_seconds: 25
|
||
poll_freq_seconds: 2
|
||
|
||
#. Apply the values.
|
||
|
||
Application values can be added by the user and applied, using the following commands.
|
||
|
||
.. note::
|
||
The application could be in the "uploaded" or "applied" state.
|
||
|
||
.. code-block:: none
|
||
|
||
~(keystone_admin)]$ system helm-override-update ptp-notification ptp-notification notification -–values <<override.yaml>>
|
||
|
||
.. code-block:: none
|
||
|
||
~(keystone_admin)]$ system application-apply ptp-notification
|
||
|
||
where the values are:
|
||
|
||
**simulated**
|
||
value must be 'false' for a normal operation \(used only for troubleshooting\).
|
||
|
||
**holdover\_seconds**
|
||
value is the holdover time provided by the |NIC| specification. The default is 15 seconds.
|
||
|
||
**poll\_freq\_seconds**
|
||
is the frequency that the tracking function monitors the ptp4l to
|
||
derive the |PTP| sync state. The default is 2 seconds.
|
||
|
||
|