Skip to content
Snippets Groups Projects
  1. Aug 17, 2023
    • Michal Nasiadka's avatar
      toolbox: use script handling signals · 28e9f6e5
      Michal Nasiadka authored
      Since we use "sleep infinity" in kolla_toolbox container - stopping it
      always ends up with exit code 143.
      
      Let's use a wrapper script that handles signals correctly.
      
      Closes-Bug: #2031692
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/891777
      Change-Id: I84295b909d788ceb67bf09ef60fb0583108b111b
      28e9f6e5
    • Michal Nasiadka's avatar
      systemd: handle running container without systemd unit · 1497ab2a
      Michal Nasiadka authored
      MariaDB bootstrap has a phase where the first MariaDB container
      is running with Galera bootstrap - after a check that WSREP
      is synced is successful - we restart the container.
      
      The bootstrap container is named mariadb and running with
      docker_restart_policy: "no" - the restarted container should be running
      in systemd.
      
      Before this patch the code created a systemd unit but it was initially
      stopped - so stopping was always a success - and the container would be
      killed with SIGKILL on removal (which obviously breaks MariaDB).
      
      This patch also improves docker/systemd stops by waiting for real
      unit/container stop and adds failing CI for containers that are
      killed with signal 9.
      
      Closes-Bug: #2029613
      
      Change-Id: I0a03e509ce228a50e081fcab44d2b4831251190c
      1497ab2a
  2. Aug 15, 2023
  3. Aug 11, 2023
  4. Aug 10, 2023
    • Maksim Malchuk's avatar
      Deny access to public /server-status in http Openstack services · e365f4b7
      Maksim Malchuk authored
      
      This change block access to the public /server-status url on all
      http services exposed by HAProxy, also fixes an issue with Horizon
      where 'Require all granted' open access to the /server-status in
      the HAProxy-less configurations. Without this change the issue
      affects only Ubuntu/Debian installations where mod_status in Apache2
      enabled by default.
      
      Closes-Bug: #1996913
      Change-Id: I3ec1af6353c3ecc64589599abe375b0ae9b14d5c
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      e365f4b7
  5. Aug 09, 2023
  6. Aug 08, 2023
  7. Aug 07, 2023
  8. Aug 04, 2023
  9. Aug 02, 2023
  10. Aug 01, 2023
  11. Jul 28, 2023
    • Michal Nasiadka's avatar
      cephadm: log to file · 3431f124
      Michal Nasiadka authored
      Currently we don't gather mon/mgr logs, which are essential for
      debugging Ceph integration issues - this patch improves that.
      
      Change-Id: I4ec34511b022707d0069d7a07f2f92b34acf0085
      3431f124
    • Jake Hutchinson's avatar
      Fix L3 agent docs typo · bb05f3b8
      Jake Hutchinson authored
      Change-Id: I149bc646d2e5fb1e32be9c94c6a8d75fd92893e1
      bb05f3b8
  12. Jul 27, 2023
  13. Jul 25, 2023
  14. Jul 21, 2023
    • Doug Szumski's avatar
      Fix OpenSearch Dashboards health check · bacd6c7f
      Doug Szumski authored
      The OpenSearch Dashboards container does not have a health
      check defined when created. This causes the container to always
      restart when reconfigured, even if no change has been made.
      
      Change-Id: I0b437a77aeb61bc5ae9238f900a1fa00cbc34e18
      Partial-Bug: #2028362
      bacd6c7f
  15. Jul 17, 2023
  16. Jun 29, 2023
  17. Jun 28, 2023
  18. Jun 22, 2023
  19. Jun 21, 2023
  20. Jun 20, 2023
  21. Jun 19, 2023
Loading