From 019743fde767b09c1ed823b4a2418eb71e27ee4c Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Sat, 11 Apr 2015 16:52:23 +0000 Subject: Add ntp client sync config to swift storage nodes Change-Id: Idd5ea038831e60a0a0ccc5620d81075ab421fbad --- swift/etc/ntp.conf | 1 + swift/manifest | 1 + 2 files changed, 2 insertions(+) create mode 100644 swift/etc/ntp.conf (limited to 'swift') diff --git a/swift/etc/ntp.conf b/swift/etc/ntp.conf new file mode 100644 index 00000000..617a41c9 --- /dev/null +++ b/swift/etc/ntp.conf @@ -0,0 +1 @@ +server {{ CONTROLLER_HOST_ADDRESS }} iburst diff --git a/swift/manifest b/swift/manifest index 6c1e2383..171b04fc 100644 --- a/swift/manifest +++ b/swift/manifest @@ -11,3 +11,4 @@ 0100644 0 0 /usr/share/swift/etc/rsyncd.j2 0100644 0 0 /usr/lib/systemd/system/swift-storage-setup.service 0100644 0 0 /usr/lib/systemd/system/swift-storage.service +template 0100644 0 0 /etc/ntp.conf -- cgit v1.2.1