File: cpu-resources-39ce2f92ae6395ae.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    Add new parameter ``[compute] cpu_dedicated_set`` to specify
    list or range of physical CPU cores to reserve to be used for
    allocating PCPU resources to virtual machine processes.
    Defaults to ``$::os_service_default``.
deprecations:
  - |
    The ``vcpu_pin_set`` parameter is deprecated and superseded by
    ``cpu_shared_set`` and ``cpu_dedicated_set`` parameters, where
    ``cpu_shared_set`` and ``cpu_dedicated_set`` is used to define
    list or range of VCPU and PCPU resources for virtual machine
    instances respectively.
    When used ``vcpu_pin_set`` can not be defined with
    ``cpu_dedicated_set`` parameter.