X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=blobdiff_plain;f=roles%2Fperformance_nodes_post%2Ftasks%2Fnova.yaml;h=00258c153263af6e9b2daf9e5194d4bf3f5564dd;hp=e94bfcfc99288e8dd2f686f83af3e9da7bc3436c;hb=b761808359bb9b38db9847e06bf6a074a09f7807;hpb=74a49ba6ef2ea715fa492db0bcd85c30398688e8 diff --git a/roles/performance_nodes_post/tasks/nova.yaml b/roles/performance_nodes_post/tasks/nova.yaml index e94bfcf..00258c1 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.cloud_cpu_allocation['vm']['list'] }} backup=no register: nova1_result - name: Get performance profile configuration