Skip to content
Snippets Groups Projects
  1. Aug 21, 2024
    • leiyashuai's avatar
      Remove "distutils" library · b3a66ef3
      leiyashuai authored
      Library "distutils" is deprecated in Python 3.10:
      https://peps.python.org/pep-0632/
      
      The versions previously referenced using StrictVersion should be old
      enough that they will not be used in a Dalmatian deployment:
      
      - Ansible 2.11
      - Docker API 1.42, included since Docker engine 23.0.0
      
      Change-Id: Ie315004715a1cb5a91dd54bc64b0a8fd0af650ec
      b3a66ef3
  2. Aug 20, 2024
  3. Aug 19, 2024
  4. Aug 16, 2024
  5. Aug 13, 2024
  6. 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
  7. Aug 09, 2024
  8. Aug 08, 2024
  9. Aug 07, 2024
  10. Aug 06, 2024
  11. Aug 05, 2024
  12. Jul 29, 2024
  13. Jul 25, 2024
  14. Jul 24, 2024
  15. Jul 23, 2024
  16. Jul 22, 2024
  17. 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
  18. Jul 17, 2024
Loading