Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 28, 2022
  3. 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
  4. Oct 10, 2022
    • Michal Nasiadka's avatar
      CI: Fix init-swift · 35f90a31
      Michal Nasiadka authored
      Container image naming scheme has changed
      
      Change-Id: I775ea3f796290c670e4b04640f4429304dae609c
      35f90a31
  5. Oct 07, 2022
  6. Oct 05, 2022
  7. Oct 04, 2022
  8. Oct 03, 2022
  9. Sep 28, 2022
  10. Sep 27, 2022
  11. Sep 13, 2022
  12. Sep 09, 2022
  13. Sep 08, 2022
  14. Sep 07, 2022
  15. 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
  16. 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
  17. Aug 10, 2022
  18. Aug 09, 2022
  19. Aug 03, 2022
  20. Jun 20, 2022
  21. Jun 13, 2022
  22. 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
  23. Jun 01, 2022
  24. May 29, 2022
  25. May 26, 2022
  26. May 24, 2022
  27. May 21, 2022
    • Radosław Piliszek's avatar
      [CI] Restore token critical error filter · 564b405a
      Radosław Piliszek authored
      It was removed as part of improvements in [1]. But it seems it's
      a different type/class of errors and should still be filtered
      out here.
      This time for all the services to avoid extra copies.
      
      [1] Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
      
      Change-Id: If7c5b938dc7417831a90f360d6e3655d1ad4084e
      564b405a
  28. May 13, 2022
  29. May 10, 2022
    • Radosław Piliszek's avatar
      [CI] Raise [keystone_authtoken]http_request_max_retries · 7ccea278
      Radosław Piliszek authored
      This is in the hope to avoid random "Unable to validate token" in
      AIO upgrade jobs which restart the Keystone container while
      other services are trying to use it (most notably Placement but
      also Nova and Neutron).
      
      Change-Id: Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
      7ccea278
  30. Apr 20, 2022
    • Radosław Piliszek's avatar
      [CI] Always use quay.io via infra's mirror · 92e8a624
      Radosław Piliszek authored
      For Swift, CI was still using DockerHub, directly.
      The issue with DockerHub itself is that we publish there only
      weekly.
      The issue with not using infra's mirror is that we waste precious
      resources.
      Time to end that drama.
      
      Change-Id: I928090c24f0eb24f8fab9b7412b58e854246fe80
      92e8a624
    • Marcin Juszkiewicz's avatar
      drop install_type from image names · 1620ab5b
      Marcin Juszkiewicz authored
      We have only one value for install_type now and it gets removed from
      image names.
      
      Change-Id: I8bf95fd7aa9dd26b80d618ca0fcb097003b4cb0a
      1620ab5b
  31. Apr 15, 2022
  32. Apr 13, 2022
    • Maksim Malchuk's avatar
      Multiple DHCP ranges for Ironic Inspector · 762aecbf
      Maksim Malchuk authored
      
      Add a new parameter 'ironic_dnsmasq_dhcp_ranges' and enable the
      configuration of the corresponding 'dhcp-range' and 'dhcp-option'
      blocks in Ironic Inspector dnsmasq for multiple ranges.
      
      The old parameters 'ironic_dnsmasq_dhcp_range' and
      'ironic_dnsmasq_default_gateway' used for the only range are now
      removed.
      
      This change implements the same solution used in the TripleO several
      years ago in the: Ie49b07ffe948576f5d9330cf11ee014aef4b282d
      
      Also, this change contains: Iae15e9db0acc2ecd5b087a9ca430be948bc3e649
      fix for lease time.
      The value can be changed globally or per range.
      
      Change-Id: Ib69fc0017b3bfbc8da4dfd4301710fbf88be661a
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      Co-Authored-By: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      762aecbf
  33. Apr 12, 2022
    • Radosław Piliszek's avatar
      [CI] Remove reliance on install_type · e380cdd2
      Radosław Piliszek authored
      With the install_type going away and actually removed from job
      definitions, we have to stop relying on it - to fix otherwise
      broken jobs (swift and when doing kolla builds with k-a).
      
      Change-Id: If13c4e276d3eec29a552ed229af95f5cf016100c
      e380cdd2
    • Marcin Juszkiewicz's avatar
      CI: no need to set install_type · 409e31d8
      Marcin Juszkiewicz authored
      Only upgrade jobs need it set. And template uses it only on upgrades.
      
      Change-Id: I61d2174756746f0c68d9879122c7712416ae3f88
      409e31d8
  34. Apr 08, 2022
Loading