Skip to content
Snippets Groups Projects
  1. Feb 09, 2022
  2. Feb 04, 2022
  3. Feb 02, 2022
    • Mark Goddard's avatar
      ntp: Fix service mask when service doesn't exist · 7173a9f7
      Mark Goddard authored
      The ntp role attempts to mask NTP services that may conflict with
      chrony. Currently we are seeing the following failure:
      
          TASK ntp : Mask alternative NTP clients to prevent conflicts
          Could not find the requested service systemd-timesyncd.service: host
      
      The service_facts module shows that the service is not found:
      
          "systemd-timesyncd.service": {
              "name": "systemd-timesyncd.service",
              "source": "systemd",
              "state": "stopped",
              "status": "not-found"
          },
      
      According to the Internet, this can happen if there are After/Before
      dependencies in one service on another that does not exist.
      
      This change fixes the handling of these not-found services to avoid the
      error.
      
      Story: 2009821
      Task: 44401
      
      Depends-On: https://review.opendev.org/c/openstack/kayobe/+/827404
      
      Change-Id: I4b8a42704f2b0a145ee9dec433d91df67628cd9d
      7173a9f7
  4. Feb 01, 2022
  5. Jan 28, 2022
  6. Jan 27, 2022
    • Jakub Darmach's avatar
      Support for untemplated dirs in kolla config · 35e0d76a
      Jakub Darmach authored
      Variable untemplated_dirs has been added to allow for
      defining directories under kayobe/kolla/config which should be copied
      instead of templated by kolla-openstack role.
      
      This is needed to support custom themes for horizon -
      change If9982c8e18be31772cb031ef72b7eebd4d768be5
      
      Change-Id: I350f58c8a82f0f31608b34054e804c5c198d6806
      35e0d76a
  7. Jan 18, 2022
  8. Jan 11, 2022
  9. Jan 09, 2022
    • Stig Telfer's avatar
      Fix Sphinx syntax typo · 561ee09c
      Stig Telfer authored
      A double colon (where only a single colon is wanted) was fouling up
      parsing.
      
      Change-Id: Ifaf28e85189bf438e373f165a9b3c2af1b47e834
      561ee09c
  10. Jan 07, 2022
  11. Jan 06, 2022
  12. Jan 05, 2022
  13. Jan 04, 2022
  14. Jan 03, 2022
  15. Dec 30, 2021
  16. Dec 23, 2021
    • Mark Goddard's avatar
      Disable EPEL by default · e0dec916
      Mark Goddard authored
      EPEL is no longer required for a default installation. Let's disable it.
      
      Also clean up the install_epel variable from Kolla Ansible globals.yml
      template, since it never existed.
      
      Story: 2009757
      Task: 44227
      
      Change-Id: I96eb4685f997e85ad2ee5318640d58d0287a016d
      e0dec916
  17. Dec 22, 2021
  18. Dec 21, 2021
Loading