Skip to content
Snippets Groups Projects
  1. Feb 13, 2024
  2. Jan 30, 2024
  3. Jan 26, 2024
  4. Jan 17, 2024
  5. Jan 03, 2024
  6. Dec 20, 2023
  7. Nov 29, 2023
  8. 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
  9. Nov 08, 2023
  10. Nov 07, 2023
  11. Nov 03, 2023
    • Michal Arbet's avatar
      [podman] Fix cross dependency image build · c5f3f23e
      Michal Arbet authored
      When the kolla-ansible project has a cross dependency on
      the kolla project, CI have to build an image from that change
      locally. However, Podman refuses to push to localhost, so it is
      necessary to set the local repo as insecure for the test.
      
      Change-Id: I786b22ff0cd581f90ba4bec08842651a6509a745
      c5f3f23e
  12. Sep 21, 2023
  13. Jun 29, 2023
    • Michal Nasiadka's avatar
      CI: drop ceph jobs ulimit config for EL9 · 49d891e8
      Michal Nasiadka authored
      It's not needed anymore, since both Ceph and ansible-collection-kolla
      are setting that by default.
      
      Also fix test-core-openstack so it doesn't delete a server before
      volume attachment test.
      
      Change-Id: I20bd352479ee5562514084d0d11063e45e8b956a
      49d891e8
  14. Jun 28, 2023
    • Michal Nasiadka's avatar
      loadbalancer: Add option to not define track script · a0e614ee
      Michal Nasiadka authored
      We've seen issues in CI when keepalived haproxy check script returns
      an error and keepalived is switching to backup and then again to primary
      on a single node environment.
      
      Closes-Bug: #2025219
      
      Change-Id: Iba62e76b3cf83f3ade6df81288d2d77129ffc725
      a0e614ee
  15. May 19, 2023
  16. Apr 28, 2023
  17. Mar 21, 2023
  18. Feb 27, 2023
    • Michal Nasiadka's avatar
      CI: cephadm: Fix EL9 (Rocky) · a6e28f95
      Michal Nasiadka authored
      CentOS Storage SIG rpms have a recommended install
      section that installs podman - let's stop doing that.
      
      Ceph is also suffering from the enormous open files
      ulimit that EL9 defaults to - let's set a default
      in docker engine for now.
      
      Change-Id: I41f39f520dfecec307ad3b86e1e0363570198e42
      a6e28f95
  19. Jan 16, 2023
    • Michal Nasiadka's avatar
      CI: Rework docker_custom_option · 1aa1cae1
      Michal Nasiadka authored
      It's not supported in ansible-collection-kolla since Zed release,
      and Kolla executed Kolla-Ansible CI jobs fail on it, because
      they build images.
      
      Change-Id: Ib0358f780a77af152225761a4aa3b6acbea2eeaf
      1aa1cae1
  20. Jan 12, 2023
  21. Dec 01, 2022
  22. 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
  23. Oct 28, 2022
  24. 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
  25. Sep 28, 2022
  26. Aug 09, 2022
  27. Aug 03, 2022
  28. Jun 13, 2022
  29. 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
  30. 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
  31. Apr 12, 2022
  32. Mar 28, 2022
  33. Mar 16, 2022
  34. Mar 07, 2022
    • Radosław Piliszek's avatar
      [CI] Remove an old override · e818d312
      Radosław Piliszek authored
      Since [1] we are not running keepalived directly on CI network,
      and are therefore safeguarded against such collisions.
      
      [1] 8e406291
      
      Change-Id: Ie25b2d6d48f10c6b295795b3c82c1f8a213f2a8c
      e818d312
  35. Feb 03, 2022
    • Mark Goddard's avatar
      CI: enable libvirt TLS in TLS jobs · b29298ed
      Mark Goddard authored
      Enable libvirt TLS in CI jobs with TLS enabled.
      
      Uses the new functionality of the certificates command to generate
      certificates for both libvirt client and server (added in
      I1bde9fa018f66037aec82dc74c61ad1f477a7c12).
      
      Change-Id: Ica304685b043f699799ccee6c9c2fbcf968888db
      b29298ed
  36. Nov 09, 2021
    • Mark Goddard's avatar
      [release] Set previous_release to xena · feb70547
      Mark Goddard authored
      This defines which release we upgrade from in CI.
      
      Also remove some Wallaby upgrade compatibility code in CI playbooks
      
      Change-Id: I18912178392973337ca4115dec3816f1b3944ad5
      feb70547
  37. Oct 12, 2021
  38. Sep 30, 2021
Loading