Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. 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
  4. Nov 06, 2018
  5. Jul 24, 2018
  6. Mar 17, 2018
  7. Mar 14, 2018
  8. Mar 06, 2018
  9. Dec 19, 2017
  10. Nov 29, 2017
  11. Nov 16, 2017
  12. Nov 14, 2017
  13. Sep 12, 2017
  14. Sep 06, 2017
  15. Jul 27, 2017
  16. Jul 14, 2017
  17. Jul 10, 2017
  18. Jun 15, 2017
  19. Jun 06, 2017
  20. Apr 24, 2017
  21. Apr 15, 2017
  22. Mar 22, 2017
  23. Mar 14, 2017
  24. Mar 08, 2017
  25. Mar 02, 2017
  26. Feb 24, 2017
  27. Jan 13, 2017
  28. Dec 21, 2016
  29. 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
  30. Nov 23, 2016
  31. Nov 10, 2016
  32. Oct 27, 2016
  33. Oct 12, 2016
  34. 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
  35. Sep 09, 2016
  36. Sep 06, 2016
    • Christian Berendt's avatar
      Improve script to check used source versions · 4b69671a
      Christian Berendt authored
      * rename version_check.py to version-check.py
      * move requirement beautifulsoup4 from requirements to test-requirements
      * add new requirement PrettyTable to test-requirements
      * add debug logging messages (can be enabled with --debug parameter)
      * add support to load configured versions from a kolla-build.conf
        file (can be used with --config-file parameter)
      * use PrettyTable to print out a nice result table
      
      ---snip---
      +---------+-----------------+----------------+------------------...
      | Project | Current version | Latest version | Comparing changes...
      +---------+-----------------+----------------+------------------...
      | aodh    | 2.0.3           | 2.0.4          | https://github.co...
      | cinder  | 8.0.0           | 8.1.0          | https://github.co...
      | ironic  | 5.1.1           | 5.1.2          | https://github.co...
      | murano  | 2.0.0           | 2.0.1          | https://github.co...
      | nova    | 13.1.0          | 13.1.1         | https://github.co...
      +---------+-----------------+----------------+------------------...
      ---snap---
      
      TrivialFix
      
      Change-Id: I5b5d3db34396b2fc95714273612563ea14e78cf8
      4b69671a
  37. Aug 04, 2016
Loading