File: os_workers-fact-0ce731f0536c2792.yaml

package info (click to toggle)
puppet-module-openstacklib 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 4,500; python: 38; sh: 22; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - Moved existing $::os_workers to $::os_workers_small
  - Updated $::os_workers to have a value between '2' and '12'.
    The value of this fact is the larger value between '2'
    and the number of processors divided by '2' but will not
    exceed '12'.
  - Created fact $::os_workers_large to have a value of number
    of processors divided by '2'
fixes:
  - bug 1650424 The current calculation for os_workers negatively
    impacts api response times