Skip to content
Snippets Groups Projects
  1. Aug 13, 2020
    • James Kirsch's avatar
      Add Keep Alive Timeout for httpd · 19b028e6
      James Kirsch authored
      This patch introduces a global keep alive timeout value for services
      that leverage httpd + wsgi to handle http/https requests. The default
      value is one minute.
      
      Change-Id: Icf7cb0baf86b428a60a7e9bbed642999711865cd
      Partially-Implements: blueprint add-ssl-internal-network
      19b028e6
  2. Aug 05, 2020
  3. Aug 04, 2020
  4. Aug 03, 2020
  5. Aug 01, 2020
  6. Jul 31, 2020
  7. Jul 30, 2020
  8. Jul 29, 2020
  9. Jul 28, 2020
    • Radosław Piliszek's avatar
      Add timesync prechecks · 3018199f
      Radosław Piliszek authored
      If not running containerised chrony, we need to check that host
      has its own means of system clock synchronization.
      
      Change-Id: I31b3e9ed625d63a4bf82c674593522268c20ec4c
      Partial-Bug: #1885689
      3018199f
    • Mark Goddard's avatar
      Performance: use import_tasks for check-containers.yml · 9702d4c3
      Mark Goddard authored
      Including tasks has a performance penalty when compared with importing
      tasks. If the include has a condition associated with it, then the
      overhead of the include may be lower than the overhead of skipping all
      imported tasks. In the case of the check-containers.yml include, the
      included file only has a single task, so the overhead of skipping this
      task will not be greater than the overhead of the task import. It
      therefore makes sense to switch to use import_tasks there.
      
      Partially-Implements: blueprint performance-improvements
      
      Change-Id: I65d911670649960708b9f6a4c110d1a7df1ad8f7
      9702d4c3
    • Zuul's avatar
      Merge "Move TLS documentation to its own page" · da1d14b1
      Zuul authored
      da1d14b1
    • Zuul's avatar
      Merge "Drop a no-longer-relevant note" · 2966766f
      Zuul authored
      2966766f
  10. Jul 27, 2020
  11. Jul 25, 2020
  12. Jul 24, 2020
Loading