Commit Graph

23 Commits

Author SHA1 Message Date
Ghanshyam Mann 511185e29f Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 565e1d0c46df3a80dee460a37c9cf8261370b469
  - Retire Tripleo: remove repo content
    
    TripleO project is retiring
    - https://review.opendev.org/c/openstack/governance/+/905145
    
    this commit remove the content of this project repo
    
    Change-Id: I1a42c6119429e588a8dbb24fb8687dcc4ed2a3a5
2024-02-25 07:49:08 +00:00
Francesco Pantano 49308f2508 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 0111661102ebb211ce8e1a08df57fb51cb4671fb
  - Add chrony_config_file_location default to avoid uncontrolled failures
    
    This patch adds a missing config that let any playbook fail if no vars
    are passed. Even though it's always good overriding variables, we should
    provide defaults for config files like any other first citizen parameter.
    
    Change-Id: I953296e22a6d8310aaf401fd9b13a71c35dbaf6a
2023-05-09 13:00:09 +00:00
James Slagle 6161b082dc Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 62654c88fa323b96f24cb125e8422982c05df6bf
  - Sync defaults for chrony with tripleo-heat-templates
    
    Use the same defaults in the chrony role that are set when we use the
    role from tripleo-heat-templates:
    https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/timesync/chrony-baremetal-ansible.yaml
    
    Signed-off-by: James Slagle <jslagle@redhat.com>
    Change-Id: I42c65495e51ecd24447341f1c1c4f02f88be5efe
2022-10-17 17:03:43 +00:00
James Slagle bb3a6c9584 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 9528e8a0b75dbb8f6f9c0867766f69a8b077d611
  - Add tasks for run and sync to chrony role
    
    - Moves some of the tasks from config.yml that are actually used to run
      the chronyd into a new dedicated run.yml tasks file.
    - Adds a sync.yml with tasks for actually syncing using chronyc.
    - Adds some install tasks to install.yml to disable ntpd in case it is
      running as it's not compatible when chronyd is also running.
    - Refactors the distro variable loading into a common tasks vars.yml
      that can be reused by the other tasks files
    - Adds a symbolic link 'chrony' to the top level directory of the
      project, since the role is named 'chrony', and ansible searches for a
      directory with that name.
    
    Signed-off-by: James Slagle <jslagle@redhat.com>
    Change-Id: I673ce4fc17dd98aa251fdffce73bf9a096aad6fb
2022-10-05 17:17:59 +00:00
rabi 3912ab9c3a Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 7ccf873c82f12adda204c05f53adb3ff6be3fc0b
  - Change chrony_role_action default to 'all'
    
    As documented we should change the default to 'all'.
    Also fixes tox-linters job.
    
    Change-Id: I33bf616bcca62f68437a0c2520cb860194a3a203
2022-05-31 20:55:35 +00:00
Alex Schultz 7148d0116c Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 0dd2ea062d732f2c5715eb1144d4b6cd49f96b97
  - Add centos9 converage
    
    Change-Id: If1ca79b37c1dacf5ddc75b4c8ddd07f85f838616
2022-01-20 16:45:55 +00:00
David Vallee Delisle 57218d6048 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 1b82e87cdf0b0da67770a0abd64ea0e3570f5f43
  - Replacing chrony-helper with chronyc
    
    There's no helper in centos9.
    
    Change-Id: Iae81ee00baa323fbff3df93029253337b635ec7e
2022-01-20 02:36:01 +00:00
Alex Schultz 5a593753e3 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 14b34c20e5825fca216ae810aa8e50910c90578d
  - Create chrony-online service
    
    NetworkManager has a dispatcher which may cause the sources to be marked
    as disabled. If you don't have any interfaces actually managed with
    NetworkManager, we need to have a way to ensure that the sources get
    marked enabled on boot. This change adds a chrony-online service that
    waits for the network-online.target in order to be able to make chronyd
    source online.
    
    Change-Id: Ib1d91852d281c63b2458fc3c0199a5d5fed17056
2022-01-18 23:05:50 +00:00
Alex Schultz e5f03f6424 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to ae5374e14ab56cd68629bb52e55650b606c5d0b0
  - Switch to centos8 standalone job
    
    This repo still had the centos 7 standalone jobs defined. Let's upgrade
    it to centos 8 for now.
    
    Change-Id: I23f95be02a5a3fd025574a4aa68f0b89ed4ff57e
2022-01-18 23:05:49 +00:00
Jeremy Stanley 024f5844a6 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 15ad50777e976055eb5a1b85a9841ae268714f78
  - Correct the tox option for skipping sdist generation
    
    The tox option to skip source distribution building is skipsdist,
    but this seems to be often misspelled skipdist instead, which gets
    silently ignored and so does not take effect. Correct it
    everywhere, in hopes that new projects will finally stop copying
    this mistake around.
    
    See https://tox.readthedocs.io/en/latest/config.html#conf-skipsdist
    and https://github.com/tox-dev/tox/issues/1388 for details.
    
    Change-Id: I930b16a0834d893080386b40989fa517f1bc343b
2021-06-17 19:30:09 +00:00
jiangzhilin 0076ca1d33 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 5580549164358b6d18f922d82a44e3ec948868bf
  - setup.cfg: Replace dashes with underscores
    
    Setuptools v54.1.0 introduces a warning that the use of dash-separated
    options in 'setup.cfg' will not be supported in a future version [1].
    Get ahead of the issue by replacing the dashes with underscores. Without
    this, we see 'UserWarning' messages like the following on new enough
    versions of setuptools:
    
      UserWarning: Usage of dash-separated 'description-file' will not be
      supported in future versions. Please use the underscore name
      'description_file' instead
    
    [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
    
    Change-Id: I7112c11085d646e17fa2beb792a0aeed0d56e66b
2021-05-25 00:55:23 +00:00
Alex Schultz b76b5e8d76 Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 28193e49e69cf8deff5c19f43833d34afd694b31
  - Use ansible_facts
    
    ansible_distribution and ansible_os_family rely on the facts being
    injected as vars. This change switches our vars file lookup to use
    ansible_facts instead.
    
    Change-Id: Ia6636bf0223f7e51b6b50950a5c8c1413b4a54b0
2021-02-22 23:02:34 +00:00
Alex Schultz 6c2b72664c Update git submodules
* Update ansible-role-chrony from branch 'master'
  to 24f495b820d617581475a8082f34168d3987986f
  - Fix requirements
    
    Cap ansible at <2.10 and fix hacking
    
    Change-Id: I509b642e2c1ddb95c7d4a94a134f0c4e1b8ff8e2
2021-02-22 23:02:00 +00:00
Hervé Beraud 9aa871155d Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
    
    UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is
    the new environment variable name that replaces it [1].
    
    This allows to use upper-constraints file as more
    readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
    
    [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
    [2] https://review.opendev.org/#/c/722814/
    
    Change-Id: I5c93f7e942b1b73023e4e26cdf4a3e5ea957c925
2020-11-13 15:16:17 +00:00
Alex Schultz 10ee296a7d Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Bump pyflakes
    
    We need a python 3.9 compatible version.
    
    Related PyCQA/pyflakes #367
    
    Change-Id: Ief43d5fbad16f86737680841a35f3137e259a7f3
2020-11-12 15:16:15 +00:00
pengyuesheng ed62679b0d Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Update the constraints url
    
    For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
    
    Change-Id: I36ab247a00acfb0cf6c586ef07e6298330e58a95
2019-09-30 19:33:09 +00:00
Zuul 3c66af0bce Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Merge "Fix the misspelling of "configuration""
  - Fix the misspelling of "configuration"
    
    Change-Id: I7b9d0557a6abec1ae4de2ab9cc679238284b21d0
2019-09-03 20:22:11 +00:00
Cédric Jeanneret af5a27cd9d Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Avoid hard-coded value in a generic ansible role
    
    The service will be enabled if and only if its state is set to "running"
    or "started".
    
    This change addresses comment in this change:
    https://review.opendev.org/#/c/669365/1/tasks/config.yml@14
    
    Change-Id: Ic25772c04047bcd3aaa3e8abc5b947feb66bcbbb
2019-07-08 20:19:42 +00:00
Cédric Jeanneret b492c696b4 Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Ensure service is enabled
    
    With older tripleo versions, we did disable the service since we were
    using ntpd.
    If we upgrade from a version using ntpd, the chronyd service won't be
    active upon reboot.
    
    Change-Id: Ic59374afdf5ace02ba8243f5163d0950e527ec52
    Closes-Bug: #1835368
2019-07-08 16:21:14 +00:00
Le Hou 67e596ff9f Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Update to opendev
    
    Change-Id: Id4e76af62ff4c6d7de9d4085981c8d99133d3168
2019-04-23 21:49:20 +00:00
Zuul 7f080c9546 Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Merge "Change openstack-dev to openstack-discuss"
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
    
  - Change openstack-dev to openstack-discuss
    
    Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
    
    Change-Id: Ic023d60e68522c1511a4b85334704a0b7fd12e7f
2019-04-23 00:16:30 +00:00
Alex Schultz 899cc5f927 Update git submodules
* Update ansible-role-chrony from branch 'master'
  - Force chrony restart on config change
    
    We've seen handlers being inconsitently being ignored for some
    deployments when we force a handler flush mid-playbook. We'll need to
    ensure the config is properly loaded if we want to follow up with
    subsequent chronyc application so it's best to always invoke the restart
    when the configuration actually changes.
    
    Change-Id: I5292f1b1bd65cef340e1e9742463620effc30d26
2019-03-27 03:04:13 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00