Skip to content
Snippets Groups Projects
  1. Nov 29, 2024
  2. Nov 22, 2024
  3. Oct 28, 2024
    • Roman Krček's avatar
      Rewrite kolla-ansible CLI to python · 9ea63dc3
      Roman Krček authored
      
      Moving the CLI to python allows for easier
      maintenance and larger feature-set.
      
      This patch introduces a few breaking changes!
      The changes stem the nature of the cliff package.
      - the order of parameters must be
        kolla-ansible <action> <arguments>
      - mariadb_backup and mariadb_recovery now are
        mariadb-backup and mariadb-recovery
      
      Closes-bug: #1589020
      Signed-off-by: default avatarRoman Krček <roman.krcek@tietoevry.com>
      Change-Id: I9749b320d4f5eeec601a055b597dfa7d8fb97ce2
      9ea63dc3
  4. Oct 17, 2024
  5. Oct 04, 2024
  6. Jun 14, 2024
  7. May 24, 2024
  8. Mar 05, 2024
  9. Dec 14, 2023
  10. Dec 13, 2023
  11. Nov 30, 2023
  12. 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
  13. Nov 09, 2023
  14. Nov 08, 2023
  15. Nov 07, 2023
  16. Oct 30, 2023
    • Michal Nasiadka's avatar
      CI: Install container engine sdk · fed05c80
      Michal Nasiadka authored
      In order to drop docker pip package from requirements.txt in Kolla
      we need to start installing that here.
      
      Change-Id: Ifd3b86afb65760c3b3ce7f26feebdaf0789fb525
      fed05c80
  17. Oct 20, 2023
  18. Aug 07, 2023
  19. Apr 28, 2023
  20. Jan 16, 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. Sep 13, 2022
  24. Sep 09, 2022
  25. Aug 09, 2022
  26. Mar 16, 2022
  27. May 25, 2021
  28. May 21, 2021
    • Mark Goddard's avatar
      CI: add grafana to monasca image list · bbc27b59
      Mark Goddard authored
      Without this patch, if there is a change to kolla in the dependency tree
      then the monasca scenario does not build grafana, and therefore fails
      when trying to pull it.
      
      Change-Id: Ic0a5b9ff940c4971a74345b8812683b29c5cedbf
      bbc27b59
  29. May 06, 2021
  30. Apr 08, 2021
  31. Apr 06, 2021
  32. Mar 24, 2021
  33. Mar 19, 2021
  34. Mar 04, 2021
  35. Mar 03, 2021
  36. Mar 02, 2021
  37. Jan 19, 2021
    • Doug Szumski's avatar
      CI: Add monasca scenario · 47fee115
      Doug Szumski authored
      
      Adds the following new Zuul job for testing deployment of Monasca and
      associated services:
      
      * kolla-ansible-centos8-source-monasca
      
      All core OpenStack services except for Keystone are disabled to ensure
      enough memory is available.
      
      A follow up patch will replace the basic tests here with Tempest.
      
      Co-Authored-By: default avatarDoug Szumski <doug@stackhpc.com>
      
      Change-Id: I5d33fd3d7b69798ba0aa23509f7b809065f61c19
      47fee115
  38. Nov 19, 2020
  39. Oct 07, 2020
    • Mark Goddard's avatar
      CI: enable designate in magnum CI job · c2987d65
      Mark Goddard authored
      Follows designate guide, adding a default zone for fixed and
      floating IPs, then boots an instance and verifies that its
      name resolves.
      
      Change-Id: Ifbfdab425e2c8a36a8f3ab8539f70dca4cce2abc
      c2987d65
  40. Sep 17, 2020
Loading