From: Clint Byrum Date: Sun, 26 Jan 2014 06:13:48 +0000 (-0800) Subject: Allow setting a single NTP Server X-Git-Tag: opnfv-6.0.0~2894 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1d591672fb8dcb4afed8fac2910956348005a43e;p=apex-tripleo-heat-templates.git Allow setting a single NTP Server We can allow multiple later when we have better tools for such things. Change-Id: Ie902843c28f8a7258b207745653184784e3e9665 Partial-Bug: #1184486 --- diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 8e9c33ff..358de7d6 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -100,6 +100,9 @@ Parameters: notcomputeImage: Type: String Default: overcloud-control + NtpServer: + Type: String + Default: '' Resources: AccessPolicy: Properties: @@ -343,6 +346,9 @@ Resources: - notcompute - networks password: guest + ntp: + servers: + - {server: {Ref: NtpServer}, fudge: "stratum 0"} notcompute: Type: OS::Nova::Server Properties: