Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
    • Ivan Halomi's avatar
      Refactor of kolla_container_facts · 4ce47e22
      Ivan Halomi authored
      
      Refactor that prepares kolla_container_facts
      module for introducing more actions that will be moved
      from kolla_container module and kolla_container_volume_facts.
      
      This change is based on a discussion about adding a new action
      to kolla_container module that retrieves all names of the running
      containers. It was agreed that kolla-ansible should follow Ansible's
      direction of splitting modules between action modules and facts
      modules. Because of this, kolla_container_facts needs to be able
      to handle different requests for data about containers or volumes.
      
      Change-Id: Ieaec8f64922e4e5a2199db2d6983518b124cb4aa
      Signed-off-by: default avatarIvan Halomi <ivan.halomi@tietoevry.com>
      4ce47e22
  2. Aug 09, 2024
  3. Aug 08, 2024
  4. Aug 07, 2024
  5. Aug 06, 2024
  6. Aug 05, 2024
  7. Jul 29, 2024
  8. Jul 25, 2024
  9. Jul 24, 2024
  10. Jul 23, 2024
  11. Jul 22, 2024
  12. Jul 17, 2024
    • Zuul's avatar
      Merge "Fix mariadb recovery" · fc44651d
      Zuul authored
      fc44651d
    • Michal Arbet's avatar
      Fix mariadb recovery · 84e95d25
      Michal Arbet authored
      This patch modifies tasks that are delegated to
      localhost to use local connection.
      Firstly, this is correct since SSH connection is not used,
      and secondly, it fixes the issue when kolla-ansible is
      packaged in a docker container. If the local connection
      is not used, the tasks will fail because temporary data are
      stored outside the container, whereas we need it to be
      stored inside the container so we can read them and set_facts.
      
      Closes-Bug: #2073370
      Change-Id: I9547d5da78da30bfeea8e97056cfa9308c977098
      84e95d25
  13. Jul 16, 2024
  14. Jul 15, 2024
  15. Jul 11, 2024
  16. Jul 10, 2024
  17. Jul 09, 2024
  18. Jul 08, 2024
    • Ivan Halomi's avatar
      Fix podman healtcheck when not enabled · 59bebd41
      Ivan Halomi authored
      
      There was a bug where setting the test command
      for the health check to 'NONE' would throw an error
      in podman_worker. This was problematic since K-A
      uses 'NONE' as an indicator that the health check is not enabled.
      
      Closes-Bug: #2071912
      Change-Id: I3140bb79eace58b23f579be3da569c502c52c38c
      Signed-off-by: default avatarIvan Halomi <ivan.halomi@tietoevry.com>
      59bebd41
  19. Jul 04, 2024
  20. Jul 03, 2024
Loading