Initial commit
[ta/infra-ansible.git] / roles / allocate_cpu_cores / templates / ncir_cpu_allocation.fact.j2
1 {# Copyright (C) 2018 Nokia #}
2 {
3 {% for s in ncir_cpu_sets %}
4     "{{ s }}": {
5         "set" : {{ ncir_cpu_sets[s] | sort }},
6         "list": "{{ ncir_cpu_sets[s] | set_to_cpulist }}"
7     }{{ "," if not loop.last else "" }}
8 {% endfor %}
9 }