Skip to content
Snippets Groups Projects
  1. Feb 12, 2024
    • Dawud's avatar
      Remove the `grafana` volume · 8962b408
      Dawud authored
      Fixes not being able to add additional plugins at build time due to the
      `grafana` volume being mounted over the existing `/var/lib/grafana`
      directory. This is fixed by copying the dashboards into the container
      from an existing bind mount instead of using the ``grafana`` volume.
      This however leaves behind the volume which should be removed with
      `docker volume rm grafana` or by setting `grafana_remove_old_volume` to
      `True`.
      
      Closes-Bug: #2039498
      Change-Id: Ibcffa5d8922c470f655f447558d4a9c73b1ba361
      8962b408
  2. Oct 23, 2023
  3. Oct 20, 2023
  4. Oct 19, 2023
  5. Oct 13, 2023
  6. Oct 12, 2023
  7. Oct 11, 2023
  8. Oct 05, 2023
  9. Oct 04, 2023
  10. Oct 03, 2023
  11. Oct 02, 2023
  12. Sep 27, 2023
  13. 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
  14. 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
  15. Sep 21, 2023
  16. Sep 20, 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 13, 2023
Loading