Skip to content
Snippets Groups Projects
  1. Mar 29, 2024
  2. Mar 22, 2024
  3. Mar 18, 2024
  4. Mar 15, 2024
  5. Mar 14, 2024
  6. Mar 13, 2024
  7. Mar 05, 2024
  8. Feb 15, 2024
  9. Feb 14, 2024
  10. Feb 13, 2024
  11. Feb 08, 2024
  12. 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
  13. Jan 30, 2024
  14. Jan 26, 2024
  15. 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
    • hongbin's avatar
      Revert "Pin zun jobs to Docker 20" · 9c77220f
      hongbin authored
      This reverts commit 94a74f58.
      
      Reason for revert: Zun/Kuryr-libnetwork has switched to "local" scope which doesn't require docker 20 anymore. It should work for latest docker version. Related patches:
      https://review.opendev.org/c/openstack/zun/+/903884
      
      Change-Id: Ieb545ae5a5917322f599728587c3f04ea8356126
      9c77220f
  16. Jan 17, 2024
  17. 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
  18. Jan 05, 2024
    • Dawud's avatar
      Enable HAProxy Prometheus metrics endpoint · 140722f7
      Dawud authored
      
      HAProxy exposes a Prometheus metrics endpoint, it just needs to be
      enabled. Enable this and remove configuration for
      prometheus-haproxy-exporter. Remaining prometheus-haproxy-exporter
      containers will automatically be removed.
      
      Change-Id: If6e75691d2a996b06a9b95cb0aae772db54389fb
      Co-Authored-By: default avatarMatt Anson <matta@stackhpc.com>
      140722f7
  19. Jan 03, 2024
  20. Dec 20, 2023
  21. Dec 14, 2023
  22. Dec 13, 2023
  23. Dec 06, 2023
  24. Dec 05, 2023
  25. Nov 30, 2023
  26. Nov 29, 2023
  27. 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
  28. Nov 23, 2023
    • Pierre Riteau's avatar
      Fix typo · ab77177d
      Pierre Riteau authored
      Change-Id: Id6ca24c058fabf0c68bcb5b6d1e58175aaf531eb
      ab77177d
  29. Nov 15, 2023
  30. 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
  31. Nov 13, 2023
  32. Nov 09, 2023
Loading