Skip to content
Snippets Groups Projects
  1. Dec 13, 2023
  2. Nov 30, 2023
  3. Nov 28, 2023
  4. Oct 06, 2023
  5. Aug 25, 2023
    • Matt Crees's avatar
      Enable RabbitMQ HA queues by default · b86c304a
      Matt Crees authored
      Sets the variable ``om_enable_rabbitmq_high_availability`` to ``true``
      by default. An upgrade will therefore require some manual steps to
      migrate from transient to durable queues. Note that this will be
      caught by this precheck:
      https://review.opendev.org/c/openstack/kolla-ansible/+/880274
      
      Also updates the CI upgrade jobs to perform this migration. This will
      need to be removed in Caracal.
      
      Related-Bug: #2031294
      
      Change-Id: I26a70d4722aaa4663eced5f5337840474c7b961c
      b86c304a
  6. Dec 22, 2022
  7. Sep 09, 2022
  8. May 26, 2022
  9. May 13, 2022
  10. Jan 18, 2022
    • Radosław Piliszek's avatar
      Clean up chrony cleanup · e63bbed1
      Radosław Piliszek authored
      In the Yoga cycle we no longer need kolla chrony container removal
      procedures.
      
      Change-Id: I4dc246cf0fd68838470bf9e9bf749fa9be4d6670
      e63bbed1
  11. Aug 12, 2021
    • Radosław Piliszek's avatar
      [CI] Fix Debian upgrade · b6d9cf76
      Radosław Piliszek authored
      Debian upgrades failed on using the ansible command to remove
      chrony service because of broken python autodetection.
      This patch uses the same workaround we have in globals-default.j2.
      This is not nice long-term but there is no reason to keep the two
      out of sync. We should remove this workaround from both places
      when the situation fixes itself (possibly with newer Ansible).
      
      Change-Id: I8b7f0c76d55cd31311285ce746acb6335e044470
      b6d9cf76
  12. Jun 23, 2021
  13. Jun 02, 2021
    • Mark Goddard's avatar
      chrony: allow to remove the container · 84ac7b30
      Mark Goddard authored
      The chrony container is deprecated in Wallaby, and disabled by default.
      This change allows to remove the container if chrony is disabled.
      
      Change-Id: I1c4436072c2d47a95625e64b731edb473384b395
      84ac7b30
  14. May 25, 2021
  15. Feb 25, 2020
    • James Kirsch's avatar
      CI: Fix TLS upgrade test · 9b384da3
      James Kirsch authored
      Fix the upgrade TLS scenario in zuul to generate self signed
      certificates and to configure TLS to be enabled in the open stack
      deployment.
      
      Change-Id: Icacc28eed6ad5b81fc3954db80486d9d7f24c082
      Partially-Implements: blueprint custom-cacerts
      9b384da3
  16. Jan 28, 2020
    • generalfuzz's avatar
      CI: Add TLS tests · 6404d0e0
      generalfuzz authored
      Add a TLS scenario in zuul to generate self signed certificates and
      to configure TLS to be enabled in the open stack deployment.
      
      Change-Id: If10a23dfa67212e843ef26486c9523074cc920e7
      Partially-Implements: blueprint custom-cacerts
      6404d0e0
  17. Jul 04, 2019
  18. Jul 02, 2019
  19. Nov 06, 2018
    • Mark Goddard's avatar
      Refactor CI testing scripts · f92de48c
      Mark Goddard authored
      This change is intended to ease the addition of new test scenarios, by
      splitting the existing setup_gate.sh script up into several smaller
      scripts. We may wish to further break these scripts up in future,
      depending on the requirements of new test jobs.
      
      Change-Id: Ifa442ac79a54f749c56d20f5f7383c3852d95268
      f92de48c
Loading