Files
puppet-nova/releasenotes/notes/cpu-resources-39ce2f92ae6395ae.yaml
Rajesh Tailor cf666bd557 Add ability to collocate pinned and unpinned instance on same host
Add support for configuring `cpu_dedicated_set` parameter
and modify logic for `vcpu_pin_set` and `cpu_shared_set` parameters
to add ability to collocate pinned and unpinned instances on same host.

Deprecate `vcpu_pin_set` option as it is deprecated from config
options in nova [1] as well.

[1] https://review.opendev.org/#/c/671793

Change-Id: I40e0ed0bba93bfcdc4cf157195c3e9fbcfce0776
2019-10-07 18:51:31 +05:30

17 lines
660 B
YAML

---
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.