Skip to content
Snippets Groups Projects
  1. Aug 09, 2024
  2. 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
  3. Dec 20, 2023
  4. Dec 14, 2023
  5. Dec 13, 2023
  6. Dec 06, 2023
  7. Dec 05, 2023
  8. Nov 30, 2023
  9. Nov 29, 2023
  10. 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
  11. Nov 23, 2023
    • Pierre Riteau's avatar
      Fix typo · ab77177d
      Pierre Riteau authored
      Change-Id: Id6ca24c058fabf0c68bcb5b6d1e58175aaf531eb
      ab77177d
  12. Nov 15, 2023
  13. 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
  14. Nov 13, 2023
  15. Nov 09, 2023
  16. Nov 08, 2023
  17. Nov 07, 2023
  18. Nov 03, 2023
    • Michal Arbet's avatar
      [podman] Fix cross dependency image build · c5f3f23e
      Michal Arbet authored
      When the kolla-ansible project has a cross dependency on
      the kolla project, CI have to build an image from that change
      locally. However, Podman refuses to push to localhost, so it is
      necessary to set the local repo as insecure for the test.
      
      Change-Id: I786b22ff0cd581f90ba4bec08842651a6509a745
      c5f3f23e
  19. Oct 30, 2023
  20. Oct 20, 2023
  21. Oct 19, 2023
  22. Oct 18, 2023
  23. Oct 12, 2023
  24. Oct 11, 2023
    • Michal Nasiadka's avatar
      CI: Pin ansible-core due to breakage · d3c4ff8b
      Michal Nasiadka authored
      It seems latest ansible-core 2.14 and 2.15 breaks a filter
      in kolla-ansible - let's pin for now and fix the issue in a
      separate patchset.
      
      Change-Id: I200ad775094230e4bf8bb40988c12ea03471008f
      d3c4ff8b
  25. Oct 06, 2023
  26. Oct 02, 2023
  27. Sep 29, 2023
  28. Sep 21, 2023
  29. Sep 14, 2023
    • Michal Nasiadka's avatar
      ovn: Fix broken deployment/reconfig on Ubuntu · f6d0ffd6
      Michal Nasiadka authored
      Initially Ubuntu/Debian used /var/run/openvswitch as default OVN run dir,
      it seems it has changed long time ago - but we haven't picked that up on latest
      OVN DB refactor.
      
      Adding in OVN and OVN upgrade Debian jobs to enhance coverage.
      
      Closes-Bug: #2035584
      
      Change-Id: I78967c4499269578ac921ad9a553946b65e1293f
      f6d0ffd6
Loading