commit | 3537004fcb57e70efcef60900238b1fabfc932e6 | [log] [tgz] |
---|---|---|
author | ibumarskov <ibumarskov@mirantis.com> | Tue Apr 19 14:27:02 2022 +0400 |
committer | ibumarskov <ibumarskov@mirantis.com> | Tue Apr 19 14:27:02 2022 +0400 |
tree | e9835dce8dd645e46d3fe83570b24ad9e591613f | |
parent | 82898a21a8aafe66615ea91298c08045a4277e23 [diff] |
Disable systemd-timesyncd service after configuration of ntpd Disable timesyncd in order to prevent conflict between two services. Related-PROD: PRODX-23192 Change-Id: I0ba01ce7f68d00ab851e3a9e8e1e7a4517c786c0
diff --git a/de/heat-templates/scripts/instance_boot.sh b/de/heat-templates/scripts/instance_boot.sh index 7e5d4c9..c6e5006 100644 --- a/de/heat-templates/scripts/instance_boot.sh +++ b/de/heat-templates/scripts/instance_boot.sh
@@ -524,6 +524,8 @@ driftfile /var/lib/ntp/ntp.drift EOF + systemctl disable systemd-timesyncd + systemctl enable ntp systemctl restart ntp }