Skip to content
Snippets Groups Projects
  1. Mar 14, 2024
  2. Mar 13, 2024
  3. Mar 05, 2024
  4. Feb 15, 2024
  5. Feb 14, 2024
  6. Feb 13, 2024
  7. Feb 08, 2024
  8. 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
  9. Jan 30, 2024
  10. Jan 26, 2024
  11. Jan 22, 2024
    • Michal Arbet's avatar
      Bump ansible-lint version · 47ddac41
      Michal Arbet authored
      
      The version that we were capping to is no longer compatible with latest
      upper-constraints.txt, so let us free float again.
      
      The resulting linting errors are included for now to unblock the gate,
      these will still need to be discussed or fixed later.
      
      NOTE(kevko): Temporarily disabling horizon deployment, as it's not
      possible to unblock gates without it
      
      Co-Authored-By: default avatarMichal Arbet <michal.arbet@ultimum.io>
      Change-Id: Ib7f72b2663199ef80844a412bc436c6ef09322cc
      47ddac41
  12. Jan 17, 2024
  13. Jan 08, 2024
    • Pierre Riteau's avatar
      CI: Test Nova server resize functionality · f86ed027
      Pierre Riteau authored
      This adds an extra resize operation to core OpenStack tests. This should
      be fast since we are only increasing the number of cores of the VM and
      could help catch additional errors in CI tests.
      
      Change-Id: Ia61b995dbffcda4f1e6494548df457231cb67bd7
      f86ed027
  14. Jan 05, 2024
  15. Jan 03, 2024
  16. Dec 20, 2023
  17. Dec 14, 2023
  18. Dec 13, 2023
  19. Dec 06, 2023
  20. Dec 05, 2023
  21. Nov 30, 2023
  22. Nov 29, 2023
  23. Nov 28, 2023
    • Jan Gutter's avatar
      etcd: Add support for more scenarios · ed3b27cc
      Jan Gutter authored
      This commit addresses a few shortcomings in the etcd service:
        * Adding or removing etcd nodes required manual intervention.
      
        * The etcd service would have brief outages during upgrades or
          reconfigures because restarts weren't always serialised.
      
      This makes the etcd service follow a similar pattern to mariadb:
        * There is now a distiction between bootstrapping the cluster
          and adding / removing another member.
      
        * This more closely follows etcd's upstream bootstrapping
          guidelines.
      
        * The etcd role now serialises restarts internally so the
          kolla_serial pattern is no longer appropriate (or necessary).
      
      This does not remove the need for manual intervention in all
      failure modes: the documentation has been updated to address the
      most common issues.
      
      Note that there's repetition in the container specifications: this
      is somewhat deliberate. In a future cleanup, it's intended to reduce
      the duplication.
      
      Change-Id: I39829ba0c5894f8e549f9b83b416e6db4fafd96f
      ed3b27cc
    • Matt Crees's avatar
      Revert "Enable RabbitMQ HA queues by default" · cdda49ec
      Matt Crees authored
      This reverts commit b86c304a.
      
      Reason for revert: We want to enable Quorum Queues by default in Caracal, without requiring two queue migrations between releases. See etherpad for details: https://etherpad.opendev.org/p/kolla-ansible-rmq-quorum-queues-proposal
      
      Change-Id: Ia19ab97f538125475297976347c5da332a7fdda7
      cdda49ec
  24. Nov 23, 2023
    • Pierre Riteau's avatar
      Fix typo · ab77177d
      Pierre Riteau authored
      Change-Id: Id6ca24c058fabf0c68bcb5b6d1e58175aaf531eb
      ab77177d
  25. Nov 15, 2023
  26. Nov 14, 2023
    • Michal Nasiadka's avatar
      Introduce oneshot docker_restart_policy · cea076f3
      Michal Nasiadka authored
      docker_restart_policy: no causes systemd units to not get created
      and we use it in CI to disable restarts on services.
      
      Introducing oneshot policy to not create systemd unit for oneshot
      containers (those that are running bootstrap tasks, like db
      bootstrap and don't need a systemd unit), but still create systemd
      units for long lived containers but with Restart=No.
      
      Change-Id: I9e0d656f19143ec2fcad7d6d345b2c9387551604
      cea076f3
  27. Nov 13, 2023
  28. Nov 09, 2023
  29. Nov 08, 2023
  30. Nov 07, 2023
Loading