diff --git a/ansible/ntp.yml b/ansible/ntp.yml index df2a455f1..d11f2f6f8 100644 --- a/ansible/ntp.yml +++ b/ansible/ntp.yml @@ -6,10 +6,5 @@ roles: - role: yatesr.timezone become: True - - role: resmo.ntp + - role: stackhpc.ntp become: True - # NOTE(mgoddard): The resmo.ntp role fails if ntp_service_enabled is set - # to false, since it tries to disable the ntpd service which does not - # exist. Skip the role if it is disabled. - # https://storyboard.openstack.org/#!/story/2007384. - when: ntp_service_enabled | bool diff --git a/doc/source/configuration/hosts.rst b/doc/source/configuration/hosts.rst index 08ea2158e..c7781c831 100644 --- a/doc/source/configuration/hosts.rst +++ b/doc/source/configuration/hosts.rst @@ -484,7 +484,7 @@ configured via ``ntp_config_server``, and by default the ``pool.ntp.org`` servers are used. A list of restrictions may be added via ``ntp_config_restrict``, and a list of interfaces to listen on via ``ntp_config_listen``. Other options and their default values may be found in -the `resmo.ntp `__ Ansible role. +the `stackhpc.ntp `__ Ansible role. .. code-block:: yaml :caption: ``ntp.yml`` diff --git a/releasenotes/notes/blacklist-chrony-019d39fad263905c.yaml b/releasenotes/notes/blacklist-chrony-019d39fad263905c.yaml new file mode 100644 index 000000000..074b8d529 --- /dev/null +++ b/releasenotes/notes/blacklist-chrony-019d39fad263905c.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Fixes an issue where chronyd would be enabled as a systemd service in + addition to ntpd. This causes issues in deployments where the NTP servers + have been customized, as chronyd would win the race on startup, but its + configuration file would not have been configured by Kayobe. `See story + 2005272 `_ for more + details. diff --git a/requirements.yml b/requirements.yml index 2f2a8d1e0..17baff303 100644 --- a/requirements.yml +++ b/requirements.yml @@ -11,8 +11,8 @@ - src: mrlesmithjr.mdadm # There are no versioned releases of this role. version: 5be3ee7d330aa17317897bd104dc87ff0df11915 -- src: resmo.ntp - version: 0.4.0 +- src: stackhpc.ntp + version: 2.0.0 - src: singleplatform-eng.users version: v1.2.5 - src: stackhpc.dell-powerconnect-switch