Switch to stackhpc fork of resmo.ntp
There is no activity on the resmo fork of the role and it seems impossible to get any patches merged. Change-Id: I1f09f7c11767226e89b34687dab1553e87be76ba Story: 2005272 Task: 39197
This commit is contained in:
parent
35ccc0d2cc
commit
31ad22abc4
@ -6,10 +6,5 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: yatesr.timezone
|
- role: yatesr.timezone
|
||||||
become: True
|
become: True
|
||||||
- role: resmo.ntp
|
- role: stackhpc.ntp
|
||||||
become: True
|
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
|
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_restrict``, and a list of interfaces to listen on via
|
||||||
``ntp_config_listen``. Other options and their default values may be found in
|
``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
|
.. code-block:: yaml
|
||||||
:caption: ``ntp.yml``
|
: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
|
- src: mrlesmithjr.mdadm
|
||||||
# There are no versioned releases of this role.
|
# There are no versioned releases of this role.
|
||||||
version: 5be3ee7d330aa17317897bd104dc87ff0df11915
|
version: 5be3ee7d330aa17317897bd104dc87ff0df11915
|
||||||
- src: resmo.ntp
|
- src: stackhpc.ntp
|
||||||
version: 0.4.0
|
version: 2.0.0
|
||||||
- src: singleplatform-eng.users
|
- src: singleplatform-eng.users
|
||||||
version: v1.2.5
|
version: v1.2.5
|
||||||
- src: stackhpc.dell-powerconnect-switch
|
- src: stackhpc.dell-powerconnect-switch
|
||||||
|
Loading…
Reference in New Issue
Block a user