Merge "Update ptp-notification docs to indicate how to disable v1/v2 API pods"

This commit is contained in:
Zuul 2024-09-13 13:43:18 +00:00 committed by Gerrit Code Review
commit 8af10d5203

View File

@ -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