Skip to content
Snippets Groups Projects
  1. Feb 16, 2023
  2. Feb 07, 2023
  3. Feb 06, 2023
  4. Feb 04, 2023
    • Michal Arbet's avatar
      Fix kolla_docker module · 63b9fa56
      Michal Arbet authored
      This patch fixes kolla_docker module
      as it did not take into account common_options
      parameter. From patchset it's visible that module's
      default values are used always - even if user overrided
      some param in common_options dict.
      
      Closes-Bug: #2003079
      
      Change-Id: I677fde708dd004decaff4bd39f2173d8d81052fb
      63b9fa56
  5. Feb 03, 2023
  6. Jan 19, 2023
  7. Jan 16, 2023
  8. Jan 12, 2023
  9. Jan 05, 2023
  10. Dec 22, 2022
  11. Dec 08, 2022
  12. Dec 01, 2022
  13. Nov 11, 2022
    • Doug Szumski's avatar
      Remove support for deploying OpenStack Monasca · adb8f89a
      Doug Szumski authored
      Kolla Ansible is switching to OpenSearch and is dropping support for
      deploying ElasticSearch. This is because the final OSS release of
      ElasticSearch has exceeded its end of life.
      
      Monasca is affected because it uses both Logstash and ElasticSearch.
      Whilst it may continue to work with OpenSearch, Logstash remains an
      issue.
      
      In the absence of any renewed interest in the project, we remove
      support for deploying it. This helps to reduce the complexity
      of log processing configuration in Kolla Ansible, freeing up
      development time.
      
      Change-Id: I6fc7842bcda18e417a3fd21c11e28979a470f1cf
      adb8f89a
  14. Oct 28, 2022
  15. Oct 27, 2022
    • Michal Nasiadka's avatar
      CI: set cpu_model to Nehalem for kvm jobs · aa1b19c3
      Michal Nasiadka authored
      RHEL 9 are being compiled for the x86_64-v2 architecture which is
      newer than the qemu default of qemu64. Nehalem is apparently the
      oldest model that works for x86_64-v2 and is expected to work on
      Intel and AMD cpus with kvm or qemu.
      
      See devstack change [0].
      
      [0]: Ibd6e11b59f3c8655bc60ace7383a08458b2177f2
      
      Change-Id: Ia0a3620bae21984933756331bb5937ce681d3237
      aa1b19c3
  16. Oct 10, 2022
    • Radosław Piliszek's avatar
      Allow setting any_errors_fatal true for gather-facts · 5b431f0f
      Radosław Piliszek authored
      Kolla Ansible now supports failing execution early if fact collection
      fails on any of the hosts. This is to avoid late failures due to missing
      facts (especially cross-host).
      
      Change-Id: I7a74b937ded0b9da0621cf413f3a5d0d13a2cd68
      Partial-Bug: #1833737
      5b431f0f
    • Michal Nasiadka's avatar
      CI: Fix init-swift · 35f90a31
      Michal Nasiadka authored
      Container image naming scheme has changed
      
      Change-Id: I775ea3f796290c670e4b04640f4429304dae609c
      35f90a31
  17. Oct 07, 2022
  18. Oct 05, 2022
  19. Oct 04, 2022
  20. Oct 03, 2022
  21. Sep 28, 2022
  22. Sep 27, 2022
  23. Sep 13, 2022
  24. Sep 09, 2022
  25. Sep 08, 2022
  26. Sep 07, 2022
  27. Aug 27, 2022
    • Radosław Piliszek's avatar
      [CI] Drop bindep · 37d9cf0d
      Radosław Piliszek authored
      It is not necessary and it may be confusing.
      
      Change-Id: If7a727861883efcae55bb70eb9c223a5870f9a4f
      37d9cf0d
  28. Aug 22, 2022
    • wangxiyuan's avatar
      Upgrade openEuler Distro · bafdab17
      wangxiyuan authored
      openEuler 20.03 LTS SP2 is out of date. This patch:
      1. Upgrade openEuler to 22.03 TLS for host OS.
      2. Switch guest OS from centOS 8 to ubuntu
      
      Change-Id: If2ff036e965def141f67240945802611e1f4dc4e
      bafdab17
  29. Aug 10, 2022
  30. Aug 09, 2022
  31. Aug 03, 2022
  32. Jun 20, 2022
  33. Jun 13, 2022
  34. Jun 07, 2022
    • Michal Arbet's avatar
      Enable hacluster role when it is needed · e2f5c0db
      Michal Arbet authored
      Masakari-hostmonitor needs to have
      corosync/pacemaker deployed.
      
      This patch is just changing default enable_hacluter: "no"
      to "yes" if masakari-hostmonitor is enabled.
      
      Closes-Bug: #1934149
      Change-Id: I979d1d6d08ca0cc0a748f175da77f68bcecc2d1a
      e2f5c0db
Loading