Derive new nova compute parameters
Derive NovaComputeCpuDedicatedSet and NovaComputeCpuSharedSet parameters based on host introspection and remove the deriving NovaVcpuPinSet parameter. Change-Id: I6bd73fde6f1d78ceb89eb5cd04ac06d1b95263a3 Closes-Bug: #1858678
This commit is contained in:
parent
95c68e6d9b
commit
95138e9d4e
@ -500,7 +500,7 @@ workflows:
|
||||
|
||||
get_host_parameters:
|
||||
publish:
|
||||
host_parameters: <% dict(concat($.role_name, 'Parameters') => dict('NovaVcpuPinSet' => $.get('nova_cpus', ''), 'NovaReservedHostMemory' => $.get('host_mem', ''), 'KernelArgs' => $.get('kernel_args', ''), 'IsolCpusList' => $.get('isol_cpus', ''))) %>
|
||||
host_parameters: <% dict(concat($.role_name, 'Parameters') => dict('NovaComputeCpuDedicatedSet' => $.get('nova_cpus', ''), 'NovaComputeCpuSharedSet' => $.get('host_cpus', ''), 'NovaReservedHostMemory' => $.get('host_mem', ''), 'KernelArgs' => $.get('kernel_args', ''), 'IsolCpusList' => $.get('isol_cpus', ''))) %>
|
||||
|
||||
set_status_failed_get_cpus:
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user