Skip to content
Snippets Groups Projects
  1. Aug 30, 2023
  2. Aug 29, 2023
  3. Aug 25, 2023
  4. Aug 24, 2023
  5. Aug 21, 2023
  6. Aug 18, 2023
  7. Aug 17, 2023
  8. Aug 15, 2023
  9. Aug 11, 2023
  10. Aug 10, 2023
    • Maksim Malchuk's avatar
      Deny access to public /server-status in http Openstack services · e365f4b7
      Maksim Malchuk authored
      
      This change block access to the public /server-status url on all
      http services exposed by HAProxy, also fixes an issue with Horizon
      where 'Require all granted' open access to the /server-status in
      the HAProxy-less configurations. Without this change the issue
      affects only Ubuntu/Debian installations where mod_status in Apache2
      enabled by default.
      
      Closes-Bug: #1996913
      Change-Id: I3ec1af6353c3ecc64589599abe375b0ae9b14d5c
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      e365f4b7
  11. Aug 09, 2023
  12. Aug 08, 2023
  13. Aug 07, 2023
  14. Aug 04, 2023
  15. Aug 02, 2023
    • Léo Gillot-Lamure's avatar
      loadbalancer: support cpu-map for threads · 789ac738
      Léo Gillot-Lamure authored
      The directive used has the same semantic as what is done above for nbproc > 1:
      it binds each thread to a CPU. It is simpler and does not require a loop because
      it uses the auto: syntax available in HAProxy 2.4.
      
      Change-Id: I1ce124b678140f5f4737df557683bb67bc7cfc66
      789ac738
    • Léo Gillot-Lamure's avatar
      loadbalancer: support setting nbthread with variable haproxy_threads · e0438286
      Léo Gillot-Lamure authored
      Threads are the recommended way to scale CPU performance since HAProxy
      1.8.
      
      Official documentation says: « While "nbproc" historically used to be the only
      way to use multiple processors, it also involved a number of shortcomings
      related to the lack of synchronization between processes (health-checks, peers,
      stick-tables, stats, ...) which do not affect threads. As such, any modern
      configuration is strongly encouraged to migrate away from "nbproc" to
      "nbthread". ».
      
      While more recent versions of HAProxy automatically detect the number of
      available CPU and enable threads for them, it can be useful to explicitely set
      the value.
      
      In this patch, setting cpu-map for threads is not supported.
      
      Change-Id: Id917c70f3dbe52f24f25d9403ba8151729e8966b
      e0438286
    • Christian Berendt's avatar
      ironic: add ironic_agent_files_directory parameter · 58b5ca27
      Christian Berendt authored
      With the parameter ironic_agent_files_directory it is possible to provide
      the directory for the ironic-agent.kernel and ironic-agent.initramfs
      files. By default the parameter is set to the value of node_custom_config.
      This corresponds to the existing behaviour.
      
      Change-Id: I53bb0eddc5380713a967356c85897d8df8ce505f
      58b5ca27
    • howardlee's avatar
      Fix an undefined variable bug for venus deployment · 7cb92baf
      howardlee authored
      The external_protocol variable does not exist, resulting in an error
      during the venus deployment process. This commit will fix that.
      
      Closes-Bug: #2029353
      
      Change-Id: I2d983eecd8861689fdab7d60bdb9dd34ea0c159e
      7cb92baf
    • Zuul's avatar
      Merge "Fix L3 agent docs typo" · e0b212d7
      Zuul authored
      e0b212d7
  16. Aug 01, 2023
  17. Jul 28, 2023
    • Michal Nasiadka's avatar
      cephadm: log to file · 3431f124
      Michal Nasiadka authored
      Currently we don't gather mon/mgr logs, which are essential for
      debugging Ceph integration issues - this patch improves that.
      
      Change-Id: I4ec34511b022707d0069d7a07f2f92b34acf0085
      3431f124
    • Jake Hutchinson's avatar
      Fix L3 agent docs typo · bb05f3b8
      Jake Hutchinson authored
      Change-Id: I149bc646d2e5fb1e32be9c94c6a8d75fd92893e1
      bb05f3b8
  18. Jul 27, 2023
  19. Jul 25, 2023
  20. Jul 21, 2023
    • Doug Szumski's avatar
      Fix OpenSearch Dashboards health check · bacd6c7f
      Doug Szumski authored
      The OpenSearch Dashboards container does not have a health
      check defined when created. This causes the container to always
      restart when reconfigured, even if no change has been made.
      
      Change-Id: I0b437a77aeb61bc5ae9238f900a1fa00cbc34e18
      Partial-Bug: #2028362
      bacd6c7f
  21. Jul 17, 2023
Loading