Provide API to enable/disable NTP service in SysInv

NTP API is modified to prevent both PTP and NTP from running at the same time.
Additional parameter "--enabled=<true/false>" is intoduced for the "ntp-modify".
User is able to disable NTP service before turning PTP service on.

Depends-On: I0831487fb14de80edec0ee8df5cc6f23dfb6bae8
Change-Id: Icdf6b0a4bf5f5ffee6742a6cba03ed22c7d6d038
Story: 2002935
Task: 24646
Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
This commit is contained in:
Alex Kozyrev
2018-08-16 09:29:15 -04:00
parent a8f68a41b1
commit 5b0695fd9d
18 changed files with 94 additions and 30 deletions

View File

@@ -1,2 +1,2 @@
SRC_DIR="cgts-client"
TIS_PATCH_VER=58
TIS_PATCH_VER=59