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 16, 2024
  3. Aug 09, 2024
  4. Aug 08, 2024
  5. Jul 22, 2024
    • Mark Goddard's avatar
      CI: test interface names with dashes · a42b0b5e
      Mark Goddard authored
      Interface names with dashes can cause problems in Ansible since dashes
      are replaced with underscores when referencing facts.
      
      Change-Id: Ib15f81120d353ebcf8965dc0aaba90f3a9b0ec44
      Related-Bug: #1927357
      a42b0b5e
  6. Jul 10, 2024
    • Michal Arbet's avatar
      [CI] Force config drive for ipv6 jobs · 11685a8f
      Michal Arbet authored
      As our CI is ipv6 only and using cirros for tests.
      Therefore we need to set force_config_drive = true.
      
      Change-Id: I07058a4b30d0de1aaf8e82656024c5f6a99b290b
      11685a8f
  7. Jul 09, 2024
  8. 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
  9. Jul 03, 2024
  10. Jun 26, 2024
    • Pedro Henrique's avatar
      Fix the docker container dimensions comparison for short notation · a086b780
      Pedro Henrique authored
      When using short notations like `1g` or `512m` to define the
      container dimensions, we are always getting the container to
      being restarted in each kolla-ansible run, even with no real
      changes in the container configs.
      
      Change-Id: Ic8e2dd42b95a8f5c2141a820c55642a3ed7beabd
      Closes-Bug: #2070494
      a086b780
  11. Jun 14, 2024
  12. Jun 13, 2024
  13. May 27, 2024
  14. May 24, 2024
  15. Apr 25, 2024
  16. Apr 24, 2024
  17. Apr 22, 2024
  18. Apr 19, 2024
  19. Mar 29, 2024
  20. Mar 22, 2024
  21. Mar 18, 2024
  22. Mar 15, 2024
  23. Mar 14, 2024
  24. Mar 13, 2024
  25. Mar 05, 2024
  26. Feb 27, 2024
  27. Feb 15, 2024
  28. Feb 14, 2024
  29. Feb 13, 2024
  30. Feb 08, 2024
  31. Feb 07, 2024
    • Michal Arbet's avatar
      [CI] Enable testing horizon · 05462c47
      Michal Arbet authored
      Change Ib7f72b2663199ef80844a412bc436c6ef09322cc
      disabled horizon testing. This patch enabling
      horizon tests again.
      
      Change-Id: Iff670525c91c8adbcf2a01288b12456cb4a31809
      05462c47
  32. Jan 30, 2024
  33. Jan 26, 2024
Loading