Skip to content
Snippets Groups Projects
  1. Aug 20, 2024
  2. Aug 19, 2024
  3. Aug 16, 2024
  4. Aug 13, 2024
  5. 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
  6. Aug 09, 2024
  7. Aug 08, 2024
  8. Aug 07, 2024
  9. Aug 06, 2024
  10. Aug 05, 2024
  11. Jul 29, 2024
  12. Jul 25, 2024
  13. Jul 24, 2024
  14. Jul 23, 2024
  15. Jul 22, 2024
  16. Jul 18, 2024
    • Mark Goddard's avatar
      Work around OVN DB leader election race condition · bbc7ddf8
      Mark Goddard authored
      After OVN DB leader restarts there is a period before a new leader has
      been elected where the old leader is returned in the cluster status.
      This can result in a failure to apply the connection settings if a
      different leader is elected.
      
      Wait for a few seconds for the leader election to complete.
      
      Change-Id: I20f08c986fa6b4b3ec668dad649e69f23119796b
      Closes-Bug: #2059124
      bbc7ddf8
  17. 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
  18. Jul 16, 2024
Loading