tripleo-image-elements/elements/ntp
Clint Byrum fd32965cd5 Add an ntp element
It is quite painful to debug issues across hosts without time sync.

Partial-Bug: #1184486
Change-Id: I149b30d76690770f3d8726c8feda01a5ffb5016b
2013-12-05 11:26:19 -08:00
..
install.d Add an ntp element 2013-12-05 11:26:19 -08:00
os-apply-config/etc Add an ntp element 2013-12-05 11:26:19 -08:00
os-refresh-config/post-configure.d Add an ntp element 2013-12-05 11:26:19 -08: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

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 }