Skip to content
Snippets Groups Projects
  1. Nov 15, 2023
  2. Nov 14, 2023
    • Michal Nasiadka's avatar
      Introduce oneshot docker_restart_policy · cea076f3
      Michal Nasiadka authored
      docker_restart_policy: no causes systemd units to not get created
      and we use it in CI to disable restarts on services.
      
      Introducing oneshot policy to not create systemd unit for oneshot
      containers (those that are running bootstrap tasks, like db
      bootstrap and don't need a systemd unit), but still create systemd
      units for long lived containers but with Restart=No.
      
      Change-Id: I9e0d656f19143ec2fcad7d6d345b2c9387551604
      cea076f3
  3. Nov 09, 2023
  4. Nov 07, 2023
  5. Nov 06, 2023
  6. Oct 20, 2023
  7. Oct 19, 2023
  8. Oct 13, 2023
    • Laurie Fisher's avatar
      Improve grok pattern matching for apache logs · 63213c0e
      Laurie Fisher authored
      Apache grok pattern updated to match the size of response in bytes,
      the time taken to serve the request and the user-agent that made
      the request.
      
      Change-Id: I8ce6e6e10bbf55ef8aa21f983f4a6c4b6dc24402
      63213c0e
  9. Oct 12, 2023
  10. Oct 06, 2023
  11. Oct 05, 2023
  12. Oct 02, 2023
  13. Sep 27, 2023
  14. Sep 26, 2023
    • Jan Gutter's avatar
      zun: Deprecate Zun provisionally · f8d4db54
      Jan Gutter authored
      * Zun currently has a dependency on a combination of Docker and
        etcd that is no longer installable (or supported) in newer
        distros.
      * These components are core dependencies of other systems and
        vendoring them will be very painful.
      * Work to update Zun past this is scheduled for the 'C' cycle.
      * If Zun regains compatibility, backports to this series will be
        considered.
      
      Change-Id: I6a2a4ffdcaf1c4fab1097e94d5f255ffb9a2947d
      f8d4db54
    • Rafal Lewandowski's avatar
      Add ML2/OVN and ML2/OVS setting checks for neutron · d3d67dc0
      Rafal Lewandowski authored
      It will check the setting of neutron_plugin_agent,
      if it is set to "ovn" or "openvswitch", and run
      container and volume checks to make sure the other
      agent was not already deployed.
      
      Change-Id: Ie00572f3ff9d3500abd5519bd472e2134c318886
      d3d67dc0
  15. Sep 25, 2023
    • Dincer Celik's avatar
      [haproxy] Adds http/2 support to HAProxy · f64c86de
      Dincer Celik authored
      This change introduces haproxy_enable_http2 to let operators enable
      http/2 on HAProxy frontends when kolla_enable_tls_external is enabled.
      
      Change-Id: I2e00d3e9193a3052d43a228915ea249794490afe
      Closes-Bug: #1850924
      f64c86de
  16. Sep 21, 2023
  17. Sep 18, 2023
  18. Sep 15, 2023
  19. Sep 14, 2023
    • Michal Nasiadka's avatar
      ovn: Fix broken deployment/reconfig on Ubuntu · f6d0ffd6
      Michal Nasiadka authored
      Initially Ubuntu/Debian used /var/run/openvswitch as default OVN run dir,
      it seems it has changed long time ago - but we haven't picked that up on latest
      OVN DB refactor.
      
      Adding in OVN and OVN upgrade Debian jobs to enhance coverage.
      
      Closes-Bug: #2035584
      
      Change-Id: I78967c4499269578ac921ad9a553946b65e1293f
      f6d0ffd6
  20. Sep 11, 2023
  21. Sep 08, 2023
  22. Sep 05, 2023
    • Michal Nasiadka's avatar
      ovn: Improve clustering · 7cc4bf62
      Michal Nasiadka authored
      Currently clustering steps are very static, if for a reason first
      node in the inventory fails and gets re-introduced - K-A will create
      a second empty cluster on that node.
      
      This patch changes the approach and checks if cluster exists, if it
      does - chooses a donor for the new node from currently running
      node set.
      
      Also it fixes node replacement - it removes old node from cluster
      (that has the same ip address as newly provisioned node).
      
      Closes-Bug: #1875223
      
      Change-Id: Ia025283e38ea7c3bd37c7a70d03f6b46c68f4456
      7cc4bf62
  23. Aug 30, 2023
  24. Aug 29, 2023
  25. Aug 26, 2023
  26. Aug 25, 2023
  27. Aug 24, 2023
  28. Aug 21, 2023
    • Rodolfo Díaz's avatar
      Fixes WEBSSO_KEYSTONE_URL Value · 59204b2f
      Rodolfo Díaz authored
      
      Change I60162b54bc06e158534d29311d4474b34750c64d
      removed the `/v3` prefix from the WEBSSO_KEYSTONE_URL
      variable. However, keystone endpoints do in fact
      have the `/v3` prefix, and Horizon expects the
      WEBSSO_KEYSTONE_URL variable to already contain
      the prefix.
      
      This patch adds the prefix again so that SSO
      works with Horizon again.
      
      Closes-Bug: #2028921
      Change-Id: I5799f7a6fa4f52c2904b14fc02ed18443f4194bd
      Signed-off-by: default avatarJuan Pablo Suazo <jsuazo@whitestack.com>
      59204b2f
Loading