File: cap-orchestrator-max-workers-and-threads-36898c680850f418.yaml

package info (click to toggle)
puppet-module-cloudkitty 16.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: ruby: 2,189; python: 33; makefile: 10; sh: 10
file content (11 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    Default values of the following parameters have been changed to avoid
    using too many processes or threads in node with many cores.

    - ``cloudkitty::orchestrator::max_workers`` now defaults to
      the ``os_workers`` fact.
    - ``cloudkitty::orchestrator::max_workers_reprocessing`` now defaults to
      the ``os_workers`` fact.
    - ``cloudkitty::orchestrator::max_threads`` now defaults to `16`.