tripleo-image-elements/elements/ntp
Nicholas Randon 5c8021013a NTP service can fail or be slow to stop
On some system the ntpd process can be slow to stop if at all.
With this change double check that ntpd has stopped correctly
before we use nptdate.

Change-Id: I844203ad031bf23f6be1c7d58d434139a19bf221
2015-02-03 17:33:59 +00:00
..
install.d add some missing “set -ue” declarations 2014-05-20 09:39:55 +02:00
os-apply-config/etc NTP fail to sync if time sync is not performed 2015-01-14 17:44:05 +00:00
os-refresh-config/configure.d NTP service can fail or be slow to stop 2015-02-03 17:33:59 +00:00
README.md Add an ntp element 2013-12-05 11:26:19 -08:00
element-deps Add an ntp element 2013-12-05 11:26:19 -08:00
svc-map NTP fail to sync if time sync is not performed 2015-01-14 17:44:05 +00:00

README.md

Setup ntpd and optionally configure it using Heat metadata.

Heat Metadata can be used to specify the configuration:

ntp:
  servers:
    - { server: server1.foo.example }
    - { server: server2.foo.test, fudge: stratum 0 }