X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=roles%2Fperformance_nodes_post%2Ftasks%2Fnova.yaml;h=c2455981de421f2a82850eef5f25076c69834da9;hb=86e9056a7ee8ec41856edb13b72273951edb3d87;hp=e94bfcfc99288e8dd2f686f83af3e9da7bc3436c;hpb=74a49ba6ef2ea715fa492db0bcd85c30398688e8;p=ta%2Finfra-ansible.git diff --git a/roles/performance_nodes_post/tasks/nova.yaml b/roles/performance_nodes_post/tasks/nova.yaml index e94bfcf..c245598 100644 --- a/roles/performance_nodes_post/tasks/nova.yaml +++ b/roles/performance_nodes_post/tasks/nova.yaml @@ -15,7 +15,7 @@ # limitations under the License. - name: Set vcpu_pin_set - ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vcpu_pin_set value={{ ansible_local.ncir_cpu_allocation['vm']['list'] }} backup=no + ini_file: dest=/etc/nova/nova.conf section=DEFAULT option=vcpu_pin_set value={{ ansible_local.cpu_allocation['vm']['list'] }} backup=no register: nova1_result - name: Get performance profile configuration