X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-cpupooler.git;a=blobdiff_plain;f=ansible%2Froles%2Fcpupooler%2Ftemplates%2Fcpu_pooler_config.yaml.j2;h=c9ee90c17bfd872c64372487041c02b67a321a73;hp=c138125e34486f83454e1dda093829727814bd21;hb=491cc9200405931de807234cb0dc299bff76e3ea;hpb=6554d269f0133bc0efa7841c17ad5454755bcec0 diff --git a/ansible/roles/cpupooler/templates/cpu_pooler_config.yaml.j2 b/ansible/roles/cpupooler/templates/cpu_pooler_config.yaml.j2 index c138125..c9ee90c 100644 --- a/ansible/roles/cpupooler/templates/cpu_pooler_config.yaml.j2 +++ b/ansible/roles/cpupooler/templates/cpu_pooler_config.yaml.j2 @@ -21,8 +21,8 @@ limitations under the License. pools: {% set cpu_allocation = hostdata.get('ansible_local', {}).get('cpu_allocation', {}) %} {% for allocation_name, allocation in cpu_allocation.iteritems() %} - {% if allocation_name in cpu_allocation_mapping %} - {{ cpu_allocation_mapping[allocation_name]['pool_name'] }}: + {% if allocation_name in caas.cpu_allocation_mapping %} + {{ caas.cpu_allocation_mapping[allocation_name]['pool_name'] }}: cpus: "{{ allocation.get('list', '') }}" {% endif %} {% endfor %}