Skip to content
Snippets Groups Projects
  1. Apr 15, 2017
  2. Mar 22, 2017
  3. Mar 14, 2017
  4. Mar 08, 2017
  5. Mar 02, 2017
  6. Feb 24, 2017
  7. Jan 13, 2017
  8. Dec 21, 2016
  9. 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
  10. Nov 23, 2016
  11. Nov 10, 2016
  12. Oct 27, 2016
  13. Oct 12, 2016
  14. 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
  15. Sep 09, 2016
  16. 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
  17. Aug 04, 2016
  18. Jul 09, 2016
  19. Jul 04, 2016
  20. Jun 03, 2016
  21. Apr 14, 2016
  22. Apr 08, 2016
  23. Apr 04, 2016
  24. Apr 03, 2016
    • Jeffrey Zhang's avatar
      Implement nova-ssh container · 42420830
      Jeffrey Zhang authored
      Add a nova-ssh container to handle the `nova migrate` and
      `nova resize` case, in which the nova will use ssh to copy
      files between machines.
      
      Change-Id: Ie6675943f3aeabfbba8589d308d55b9c89d732db
      Closes-Bug: #1562141
      42420830
  25. Mar 08, 2016
    • Sam Yaple's avatar
      Add a new tool to help find the latest versions · 99db1e91
      Sam Yaple authored
      
      As we will be switching to pinning versions in Kolla this tool will
      help remove the 'manual' part of that equation by looking up the
      versions we want.
      
      The idea would be to eventually turn this into an autoproposal bot so
      we only ever need to approve changes.
      
      More work can be done here like automatically updating the
      kolla-build.conf
      
      Co-Authored-By: default avatarMartin André <m.andre@redhat.com>
      Partially-Implements: blueprint upgrade-kolla
      
      Change-Id: I052159850b2579ca6db79be71672be382be8a3a3
      99db1e91
  26. Feb 26, 2016
  27. Feb 17, 2016
  28. Jan 27, 2016
  29. Jan 17, 2016
  30. Jan 07, 2016
  31. Jan 06, 2016
    • Jeffrey Zhang's avatar
      Gen the image dependency in the Graphviz dot format · f2bded7f
      Jeffrey Zhang authored
      By using
      
          ./tools/build.py --save-dependency a.dot
      
      to gen the Graphviz dot dependency file. Later, you can use the `dot`
      to draw the picture.
      
          dot -Tjpg -o a.jpg a.dot
      
      Implements: blueprint images-dependency-tree
      Depends-On: I8e07a1b69fab5f1c587470bfd2104aaba93f0050
      Change-Id: If00f4f3fb9d0b10a07ab2abb7ffb1cd9d64902f2
      f2bded7f
  32. Jan 01, 2016
  33. Dec 30, 2015
  34. Nov 17, 2015
  35. Nov 16, 2015
  36. Nov 13, 2015
  37. Aug 28, 2015
Loading