diff options
author | Clint Byrum <clint@fewbar.com> | 2014-01-25 22:13:48 -0800 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2014-01-25 22:15:10 -0800 |
commit | 1d591672fb8dcb4afed8fac2910956348005a43e (patch) | |
tree | 59c7ddb41c11aab337424fb3a539a1152aff936c | |
parent | 6cecaac6a3257d422568f25c3b832c347a98ff92 (diff) |
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
-rw-r--r-- | overcloud-source.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |