Always deploy NTP

No matter how many NTP servers we have in undercloud.conf, we need NTP
service running correctly, so the undercloud is always on time.
The default configuration already provide sane defaults
(X.centos.pool.ntp.org) so let's configure the service all the time.

Closes-Bug: #1765839
Change-Id: I946f055b119ea878c893bd333ebb5f2c9d68ea6d
(cherry picked from commit 0498f5a64e)
(cherry picked from commit 6bcc660e3a)
This commit is contained in:
Emilien Macchi 2018-04-19 21:39:31 -07:00 committed by Alex Schultz
parent f8225ea9af
commit 73ff0df34b
1 changed files with 1 additions and 3 deletions

View File

@ -63,9 +63,7 @@ Keystone::Resource::Service_identity {
default_domain => hiera('keystone_default_domain'),
}
if count(hiera('ntp::servers')) > 0 {
include ::tripleo::profile::base::time::ntp
}
include ::tripleo::profile::base::time::ntp
include ::rabbitmq
Class['::rabbitmq'] -> Service['httpd']