Remove references to any product
[ta/infra-ansible.git] / roles / allocate_cpu_cores / templates / ncir_cpu_allocation.fact.j2
diff --git a/roles/allocate_cpu_cores/templates/ncir_cpu_allocation.fact.j2 b/roles/allocate_cpu_cores/templates/ncir_cpu_allocation.fact.j2
deleted file mode 100644 (file)
index ab31352..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{# Copyright (C) 2018 Nokia #}
-{
-{% for s in ncir_cpu_sets %}
-    "{{ s }}": {
-        "set" : {{ ncir_cpu_sets[s] | sort }},
-        "list": "{{ ncir_cpu_sets[s] | set_to_cpulist }}"
-    }{{ "," if not loop.last else "" }}
-{% endfor %}
-}