tripleo-image-elements/elements/ntp
Emilien Macchi f6f9321a68 Purge chrony package in NTP element
If NTP is installed and used, make sure Chrony is not installed because
they would conflict each others.
We have seen some cases where NTP was started after Chrony but failed
because of port conflict.

Since Chrony is installed by default in EL7 images, we want to avoid
this conflict.

Change-Id: I186152786a27ca5bee1b288a76c2e340971596a4
2017-01-20 07:41:46 -05:00
..
install.d Purge chrony package in NTP element 2017-01-20 07:41:46 -05: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 }