
Updates/additions to: -System Config PTP section -Guest Integration -Admin Tasks -Updates and Upgrades Additional examples for T-BC Incorporated patchset 3 review comments. Added Limitations section. Integrated patchset 5 comments. Remove PTP Instance Removal - moved to RNs. *Do not pick 100.019 alarm update to r6 Story: 2009130 Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Ibdf449fe1d7282302d9be6d90e1c1b6dd70456b4
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.
|
||
|
||
|