Skip to content
Snippets Groups Projects
  1. Feb 07, 2023
  2. Jan 25, 2023
  3. Jan 23, 2023
    • Michal Nasiadka's avatar
      CI: show coverage report in job · 84be7323
      Michal Nasiadka authored
      Change-Id: I67bc12cb0a9b9d27c51d9c69a689dc16cd37c757
      84be7323
    • Alex-Welsh's avatar
      Adding optional delay between l3 agent restarts · 391aa467
      Alex-Welsh authored
      This change serialises the neutron l3 agent restart process and adds a
      user configurable delay between restarts. This can prevent connectivity
      loss due to all agents being restarted at the same time.
      
      Routers increase the recovery time, making this issue more prevalent.
      
      Change-Id: I3be0ebfa12965e6ae32d1b5f13f8fd23c3f52b8c
      391aa467
  4. Jan 20, 2023
  5. Jan 19, 2023
  6. Jan 18, 2023
  7. Jan 17, 2023
  8. Jan 16, 2023
  9. Jan 13, 2023
    • Matt Crees's avatar
      Add a flag to handle RabbitMQ high availability · 09df6fc1
      Matt Crees authored
      A combination of durable queues and classic queue mirroring can be used
      to provide high availability of RabbitMQ. However, these options should
      only be used together, otherwise the system will become unstable. Using
      the flag ``om_enable_rabbitmq_high_availability`` will either enable
      both options at once, or neither of them.
      
      There are some queues that should not be mirrored:
      * ``reply`` queues (these have a single consumer and TTL policy)
      * ``fanout`` queues (these have a TTL policy)
      * ``amq`` queues (these are auto-delete queues, with a single consumer)
      An exclusionary pattern is used in the classic mirroring policy. This
      pattern is ``^(?!(amq\\.)|(.*_fanout_)|(reply_)).*``
      
      Change-Id: I51c8023b260eb40b2eaa91bd276b46890c215c25
      09df6fc1
    • Michal Nasiadka's avatar
      CI: Use nodepool.public_ipv4 if nodepool.private_ipv4 is empty · fb8d77a1
      Michal Nasiadka authored
      We've noticed cases where nodepool.private_ipv4 is empty, probably
      caused by [1] or a change in nodepool provider configuration.
      
      [1]: https://review.opendev.org/c/zuul/nodepool/+/862522
      
      Change-Id: Ibeca7d99571d9f6d4d1b90277121d685d73c9a59
      fb8d77a1
  10. Jan 12, 2023
  11. Jan 11, 2023
  12. Jan 10, 2023
  13. Jan 05, 2023
  14. Jan 04, 2023
  15. Jan 03, 2023
Loading