Skip to content
Snippets Groups Projects
  1. 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
    • Mark Goddard's avatar
      CI: Use python3 for openstack clients · 5405cfec
      Mark Goddard authored
      This switches our test jobs to use python 3 for the installation of
      OpenStack clients used to test the control plane.
      
      Change-Id: I6bf0a315cef174c42a69db3a7d57f602b27ac92c
      Related: blueprint python 3
      5405cfec
  2. Dec 10, 2019
  3. Dec 09, 2019
  4. Dec 08, 2019
  5. Dec 07, 2019
  6. Dec 06, 2019
    • Michal Nasiadka's avatar
      Improve Apache logging · 3f55b870
      Michal Nasiadka authored
      Currently we don't put global Apache error logs into /var/log/kolla,
      this change adds statements that redirect those logs there.
      
      Adapted the logfile names to catch into openstack wsgi logging fluentd
      input config and existing logrotate cron entries.
      
      Change-Id: I21216e688a1993239e3e81411a4e8b6f13e138c2
      3f55b870
  7. Dec 05, 2019
  8. Dec 04, 2019
  9. Dec 03, 2019
  10. Nov 30, 2019
  11. Nov 28, 2019
    • Zuul's avatar
      Merge "CI: Refactor a lot" · baef98a2
      Zuul authored
      baef98a2
    • Mark Goddard's avatar
      Support configuration of Docker client timeout · 01050dc0
      Mark Goddard authored
      Adds support for configuration of the Docker client timeout via
      'docker_client_timeout'.
      
      This change also increases the default timeout to 120 seconds, as we
      sometimes see timeouts in CI and heavily loaded or underpowered
      environments. Increasing 'docker_client_timeout' further may be helpful
      in cases where Docker reports 'Read timed out'.
      
      Change-Id: I73745771078cb2c0ebae2b1d87ba2c4c12958d82
      Closes-Bug: #1809844
      01050dc0
    • Q.hongtao's avatar
      Start README.rst with a better title · 4405c848
      Q.hongtao authored
      Now that we are using gitea the contents of our README.rst are
      more prominently displayed. Starting it with a "Team and repository
      tags" title is a bit confusing. This change makes it start with the
      name of the project instead.
      
      Change-Id: Icc946b883e769aaaf2300477ab3e4d9af1e7dc74
      4405c848
  12. Nov 27, 2019
  13. Nov 26, 2019
    • Mark Goddard's avatar
      Fix kolla_ansible python module check · 692d176c
      Mark Goddard authored
      The kolla-ansible script now (Train+) checks whether the kolla_ansible
      python module is installed, and emits the following message if not:
      
      ERROR: kolla_ansible has to be available in the PYTHONPATH (e.g.
      installed)
      
      It is supposed to exit 1 if this check fails, but does not.
      
      This change fixes this by removing a subshell from the kolla-ansible
      script.
      
      Change-Id: I2c1a7398f2b8f876abcf2508874835154cb4ce57
      Closes-Bug: #1854049
      692d176c
    • Radosław Piliszek's avatar
      CI: Refactor a lot · a2fc6841
      Radosław Piliszek authored
      Separate upgrade logic to is_upgrade job var and rename
      scenarios to match.
      
      Rename "ACTION" to "SCENARIO" (as it is a scenario).
      
      Separate testing of dashboard (aka Horizon) and increase
      its timeout to 5 minutes (CentOS 7 slow as always).
      
      Separate initialization of core OpenStack.
      
      Use gate setup script from ./tests/
      
      Remove useless tox setupenv.
      
      Do not deploy Heat when not really necessary.
      
      Change-Id: I4fca319ccc3de7188f8b7b44c9c71321e3899467
      a2fc6841
    • Mark Goddard's avatar
      Add python3-dev[el] to bindep.txt · cacf3081
      Mark Goddard authored
      We should probably have had this in previously.
      
      Change-Id: I14f690194085729bf500ed707d3bb99b1c055845
      cacf3081
  14. Nov 25, 2019
Loading