Update ptp-notification docs to indicate how to disable v1/v2 API pods
Added the steps to disable v1/v2 API pods in the ptp notification document. Change-Id: Id07c2b16078b7fb3edae3dd1c68f0fd53701710e Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
This commit is contained in:
parent
fa80e22983
commit
62c0c4ba16
@ -435,4 +435,33 @@ hosting the application. For more information see:
|
||||
|
||||
.. include:: /_includes/install-ptp-notifications-3a94b1ea1ae3.rest
|
||||
|
||||
---------------------------------------
|
||||
Disable PTP Notification v1/v2 API Pods
|
||||
---------------------------------------
|
||||
|
||||
.. rubric:: |proc|
|
||||
|
||||
#. Set the ``enabled`` flag to False in the Helm override file for either
|
||||
``ptptracking`` or ``ptptrackingv2``.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
ptptracking:
|
||||
enabled: False
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
ptptrackingv2:
|
||||
enabled: False
|
||||
|
||||
#. Update Helm override.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
~(keystone_admin)]$ system helm-override-update ptp-notification ptp-notification notification --values notification-override-2212.yaml
|
||||
|
||||
#. Apply ``ptp-notification``.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
~(keystone_admin)]$ system application-apply ptp-notification
|
||||
|
Loading…
Reference in New Issue
Block a user