Skip to content
Snippets Groups Projects
  1. Oct 03, 2022
    • Serhat Rıfat Demircan's avatar
      set haproxy balance algorithm to roundrobin for horizon · 155ed969
      Serhat Rıfat Demircan authored
      Currently kolla-ansible sets haproxy balance algorithm to source for
      horizon. We can set it to round-robin if the cache backend is memcached
      or using the database as the session storage backend. So we can
      distribute http requests evenly to all available horizon instances.
      
      Closes-Bug: #1990523
      Change-Id: I0721cadcf53d59947bc0db6a193bfafe49c41ad3
      155ed969
  2. Sep 21, 2022
  3. Sep 13, 2022
  4. Sep 12, 2022
  5. Sep 09, 2022
  6. Sep 08, 2022
  7. Sep 07, 2022
  8. Sep 06, 2022
  9. Sep 05, 2022
    • Stig Telfer's avatar
      Increase the Fluentd request timeout for ES · ffb4767c
      Stig Telfer authored
      Fluentd has a default timeout of 5s for flushing data to ElasticSearch.
      If there is a significant backlog of unsent log messages, this timeout
      can be exceeded, resulting in Fluentd failing to make further progress.
      
      Raise the default timeout to 60s.
      
      This patch adopts the configuration parameters previously proposed by
      Krzysztof Klimonda.
      
      Closes-Bug: #1983031
      Closes-Bug: #1896611
      Change-Id: I1aaab654a5a0752fccef2cfb8cc0bde4a0ee2562
      ffb4767c
  10. Sep 02, 2022
    • Scott Solkhon's avatar
      Fix Hashi login method for approles · 33008155
      Scott Solkhon authored
      Moves Hashi Vault client login to use `auth.approle.login` as
      current method is being deprecated in the next release.
      
      ```
      DeprecationWarning: Call to deprecated function 'auth_approle'.
      This method will be removed in version '0.12.0' Please use
      the 'login' method on the 'hvac.api.auth_methods.approle'
      class moving forward.
      client.auth_approle(vault_role_id, vault_secret_id)
      ```
      
      Change-Id: Ie5c1ebe99c8508336cc10944fdaa742ad7d1d85e
      33008155
  11. Sep 01, 2022
  12. Aug 31, 2022
  13. Aug 30, 2022
  14. Aug 29, 2022
Loading