Merge "Switch to stackhpc fork of resmo.ntp"

This commit is contained in:
Zuul 2020-04-02 17:11:21 +00:00 committed by Gerrit Code Review
commit ba21631aaa
4 changed files with 13 additions and 9 deletions
ansible
doc/source/configuration
releasenotes/notes
requirements.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

@ -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 <https://galaxy.ansible.com/resmo/ntp>`__ Ansible role.
the `stackhpc.ntp <https://galaxy.ansible.com/stackhpc/ntp>`__ Ansible role.
.. code-block:: yaml
:caption: ``ntp.yml``

@ -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 <https://storyboard.openstack.org/#!/story/2005272>`_ for more
details.

@ -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