Skip to content
Snippets Groups Projects
  1. Nov 07, 2023
    • Will Szumski's avatar
      Support exposing prometheus_server externally · 37c2ab2a
      Will Szumski authored
      This avoids the need to use a proxy, or some other means, to connect to
      Prometheus. This is disabled by default and can be enabled by setting
      enable_prometheus_server_external to true.
      
      Change-Id: Ia0af044ff436c2a204b357750a16ff49fcdfec45
      37c2ab2a
  2. Mar 24, 2022
    • Mark Goddard's avatar
      Use jinja2.pass_context instead of contextfilter · fc2292b2
      Mark Goddard authored
      The contextfilter decorator was deprecated in jinja2 3.0.0, and has been
      dropped in 3.1.0. This results in the following warning, and failed
      attempts to use filters:
      
          [WARNING]: Skipping plugin (filters.py) as it seems to be invalid:
          module 'jinja2' has no attribute 'contextfilter'
      
      This change switches to use the pass_context decorator. The minimum
      version of Jinja2 is raised to 3 to ensure pass_context is present.
      
      Change-Id: I649dd6211d3ae72b9539bc44652ef8cf5d579777
      fc2292b2
  3. Jun 30, 2021
  4. Apr 26, 2020
    • Radosław Piliszek's avatar
      Cleanup py27 support · 234272eb
      Radosław Piliszek authored
      Removes and/or replaces all mentions of py27.
      
      Cleans up obsolete requirements and their lower-constraints.
      
      Separates test-requirements.
      
      Makes lower-constraints pass outside of CI (MarkupSafe).
      
      Adds FIXMEs about some hacky Mocks that may misbehave.
      
      Change-Id: Ifc090bf3c1db17d8542ee591c91e8225a597bfe2
      234272eb
  5. Dec 11, 2019
    • Mark Goddard's avatar
      Drop python 2 support from action plugins · 3f10f708
      Mark Goddard authored
      These are executed on the local host where we run ansible-playbook,
      and we have agreed to drop Python 2 support there.
      
      Partially Implements: blueprint drop-py2-support
      Change-Id: Id2190c3a22a56f4f048afbf0f7200daa8f41a292
      3f10f708
  6. Nov 20, 2018
    • Mark Goddard's avatar
      Add jmespath to requirements.txt · d0122fff
      Mark Goddard authored
      jmespath is required for the json_query Jinja filter, which is used in
      the neutron rolling upgrade playbooks.
      
      Change-Id: I2100d757e07d8400402a8a16747e0f88ef7fc7c5
      Closes-Bug: #1804242
      d0122fff
  7. Nov 06, 2018
  8. Jul 24, 2018
  9. Mar 17, 2018
  10. Mar 14, 2018
  11. Mar 06, 2018
  12. Dec 19, 2017
  13. Nov 29, 2017
  14. Nov 16, 2017
  15. Nov 14, 2017
  16. Sep 12, 2017
  17. Sep 06, 2017
  18. Jul 27, 2017
  19. Jul 14, 2017
  20. Jul 10, 2017
  21. Jun 15, 2017
  22. Jun 06, 2017
  23. Apr 24, 2017
  24. Apr 15, 2017
  25. Mar 22, 2017
  26. Mar 14, 2017
  27. Mar 08, 2017
  28. Mar 02, 2017
  29. Feb 24, 2017
  30. Jan 13, 2017
  31. Dec 21, 2016
  32. Dec 15, 2016
    • David Moreau-Simard's avatar
      Add PyYAML to requirements.txt, dependency of genpwd · 1b69ae90
      David Moreau-Simard authored
      PyYAML is a dependency of the genpwd command.
      Not listing it as an explicit requirement leads to import failures
      when running kolla-ansible out of a fresh virtual environment.
      
      Change-Id: I4fcac09f94f9503c4fcb308db27f94d6db655b06
      Closes-Bug: #1650399
      1b69ae90
  33. Nov 23, 2016
  34. Nov 10, 2016
  35. Oct 27, 2016
  36. Oct 12, 2016
  37. Oct 10, 2016
    • Christian Berendt's avatar
      Add netaddr to requirements file · a286be19
      Christian Berendt authored
      netaddr is required by the ipaddr filter used in
      ansible/roles/prechecks/tasks/port_checks.yml.
      
      Change-Id: I766d87949553fb46ef2c0480e7706ee1ef2d26d0
      Closes-bug: #1631921
      a286be19
Loading