Skip to content
Snippets Groups Projects
  1. Dec 08, 2024
    • Michal Arbet's avatar
      [CI] Fix testing inventory template due Ansible 2.16.14 breakage · 393ee5b0
      Michal Arbet authored
      Ansible 2.16.14 includes a fix for CVE-2024-11079 [1], which results
      in the following error:
      
          jinja2.exceptions.UndefinedError:
              'ansible.vars.hostvars.HostVarsVars
               object' has no attribute 'ansible_host'
      
      This issue occurs because Ansible now includes `localhost` in
      `hostvars` without the `ansible_host` variable set, which
      unexpectedly breaks our test inventory rendering.
      
      This patch adds a filter to exclude `localhost`
      during the rendering process, as it is irrelevant for our purposes.
      
      [1] https://github.com/ansible/ansible/pull/84353
      
      Change-Id: Ie7ae47e5a624da31cf6cc5cd3c9239450487b8ed
      (cherry picked from commit 0298699a)
      393ee5b0
  2. Sep 06, 2024
    • Michal Nasiadka's avatar
      CI: Fix prometheus upgrade jobs · 88475b22
      Michal Nasiadka authored
      prometheus-msteams group got removed with I93d28ef138b4e784465f3a7eaa11101ea5877050
      and is needed in upgrade jobs
      
      Change-Id: Ief26303993128e327228ee438fe4fec5ff5c46e7
      88475b22
  3. Aug 27, 2024
  4. Apr 25, 2024
  5. Apr 24, 2024
  6. Feb 15, 2024
  7. Jan 05, 2024
  8. Nov 08, 2023
  9. Nov 07, 2023
  10. Oct 02, 2023
  11. May 19, 2023
  12. Feb 07, 2023
  13. Jan 05, 2023
  14. Dec 08, 2022
  15. Dec 01, 2022
  16. 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
  17. Sep 13, 2022
  18. Aug 10, 2022
  19. Aug 09, 2022
  20. Jun 20, 2022
  21. Apr 08, 2022
  22. Apr 06, 2022
  23. Apr 01, 2022
  24. Mar 23, 2022
  25. Mar 17, 2022
    • jinyuanliu's avatar
      ADD venus for kolla-ansible · 3ccb176f
      jinyuanliu authored
      This project [1] can provide a one-stop solution to log collection,
      cleaning, indexing, analysis, alarm, visualization, report generation
      and other needs, which involves helping operator or maintainer to
      quickly solve retrieve problems, grasp the operational health of the
      platform, and improve the level of platform management.
      
      [1] https://wiki.openstack.org/wiki/Venus
      
      Change-Id: If3562bbed6181002b76831bab54f863041c5a885
      3ccb176f
  26. Jan 05, 2022
  27. Dec 21, 2021
    • Radosław Piliszek's avatar
      Drop vmtp · 0cbdedd0
      Radosław Piliszek authored
      Details in the attached reno.
      
      Change-Id: I438a453ca522493524fdb9760c1edb330916084b
      0cbdedd0
  28. Nov 15, 2021
  29. 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
  30. Sep 30, 2021
  31. Sep 16, 2021
  32. Aug 19, 2021
    • Michal Arbet's avatar
      Rename role haproxy to loadbalancer · ffd53512
      Michal Arbet authored
      For now role haproxy is maintaining haproxy
      and keepalived. In follow-up changes there is also
      proxysql added.
      
      This patch is *only* renaming/moving stuff to more
      prominent role loadbalancer, and moving also specific
      templates to subdirectory.
      
      This was done only to better diff in follow-up
      changes.
      
      Change-Id: I1d39d5bcaefc4016983bf267a2736b742cc3a555
      ffd53512
  33. Jul 24, 2021
    • Radosław Piliszek's avatar
      [CI] Slim down Masakari job · 7dfbcc71
      Radosław Piliszek authored
      The Masakari job uses 4 nodes and defaulted to a quite bulky
      and not really supported config (MariaDB and RMQ on 4 nodes).
      This change slims it down so that we test only HA of Masakari
      and hacluster. The other services are deployed single-node.
      
      Additionally, simplify the network group (it does not affect any
      other job, the logic was simply overdone there).
      
      Change-Id: I74b315443f79d0d7780907fc785e1a29759c1803
      7dfbcc71
  34. Jul 07, 2021
    • wu.chunyang's avatar
      Remove tempest role · 52619984
      wu.chunyang authored
      Remove tempest role as planned
      
      Change-Id: If3cf073e88c83f670c867a49afe48845f9e81008
      52619984
  35. Jun 16, 2021
  36. Jun 11, 2021
    • Matthias Runge's avatar
      Remove support for panko · ccf8cc5d
      Matthias Runge authored
      the project is deprecated and in the process of being removed
      from OpenStack upstream.
      
      Change-Id: I9d5ebed293a5fb25f4cd7daa473df152440e8b50
      ccf8cc5d
Loading