Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
    • Doug Szumski's avatar
      Disable Fluentd Monasca plugin retry limit · f19eb7de
      Doug Szumski authored
      By default a retry limit of 17 exists. When the limit is reached buffered
      logs are discarded. To avoid this, we disable the retry limit. The risk of
      bringing down the host by filling the Fluent data docker volume is managed
      by the maximum buffer size which is 2GB by default.
      
      In summary, after this change, the net behaviour is that Fluentd should
      buffer up to a maximum of 2GB of logs locally, and attept to post them to
      the Monasca Log API at intervals not exceeding 30 minutes.
      
      Closes-Bug: #1855702
      Change-Id: I0d5a3dab29635c00411f4f51e5a0721726df2abd
      f19eb7de
    • Doug Szumski's avatar
      Enable buffering to file for Monasca logs · 5293b129
      Doug Szumski authored
      This enables buffering to file, rather than memory for Monasca logs.
      A dedicated docker volume is used for the file buffer. If a post
      to the Monasca Log API fails, retries will be made using an exponential
      backoff algorithm with a maximum retry interval of 30mins. The maximum
      interval is set relatively low to try and reduce the risk of large
      buffers accumulating, and therefore the risk of overloading the Monasca
      Log API.
      
      Closes-Bug: #1855700
      Change-Id: Ib5286e9dbaf2bc92d2f4960b2131223ab5dbdbec
      5293b129
  2. Dec 07, 2019
  3. Dec 05, 2019
  4. Dec 04, 2019
  5. Dec 03, 2019
  6. Nov 30, 2019
  7. Nov 28, 2019
    • Zuul's avatar
      Merge "CI: Refactor a lot" · baef98a2
      Zuul authored
      baef98a2
    • 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
  8. Nov 27, 2019
  9. 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
  10. Nov 25, 2019
  11. Nov 24, 2019
  12. Nov 23, 2019
  13. Nov 22, 2019
  14. Nov 21, 2019
    • Zhuo Zhen's avatar
      Allow region setting for ironic-neutron-agent · 7f457cd9
      Zhuo Zhen authored
      The "os_region" param is missing in the ironic_neutron_agent.ini.j2
      file. Without specifying the region, the neutron service will randomly
      pick a region for the ironic-neutron-agent. Therefore, a list of
      incorrect agents might be created in the neutron database "agents"
      table for nodes from other regions. To list all neutron agents, use
      'openstack network agent list'.
      
      Change-Id: Idec265230d0ab63b7559d94690c059608dc2617e
      Closes-bug: #1853464
      7f457cd9
    • Zhuo Zhen's avatar
      Fix hard-coded admin project name and username in blazar task · f2d32d2e
      Zhuo Zhen authored
      In one of the blazar ansible tasks in "bootstrap.yml", the admin
      project name and username are hard-coded as "admin". OpenStack
      users can define their admin project name and username differently
      and the hard-coded names would cause authentication errors.
      
      In addition, keystone identity api version 3 uses "os-project-name"
      instead of "os-tenant-name". Although "os-tenant-name" might be
      still accepatable, it's better to keep the latest.
      
      Change-Id: Ie5c1016f9ce6f402ef208f3c295e6883a9edd8ab
      Closes-bug: #1853462
      f2d32d2e
    • Zuul's avatar
      Merge "Fix deployment of Qinling" · a1cd4326
      Zuul authored
      a1cd4326
    • Radosław Piliszek's avatar
      CI: Wait for Zun to delete the test container · a3c8a848
      Radosław Piliszek authored
      We fail randomly on check-failure.sh which checks for
      containers being down.
      Since we share Docker with Zun, the script sees Zun test container
      and may fail when it is stopped but not yet removed.
      
      Change-Id: If8b001f7507663e49e8e535f1889592e5f428ab5
      Closes-bug: #1853452
      a3c8a848
    • Zuul's avatar
      2f753130
    • Zuul's avatar
  15. Nov 20, 2019
Loading