modified to enable cpu pinning anf ceph.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / nova-compute.yaml
index 88c12b0..74a9b88 100644 (file)
 {% if opnfv.storage_dict.ceph is defined %}
         ceph-osd-replication-count: {{ unit_ceph_qty() }}
 {% endif %}
-{% if os.beta.huge_pages %}
-        hugepages: "50%"
+        hugepages: "2048"
+{% endif %}
+{% if os.beta.cpu_pin %}
+        vcpu-pin-set: "{{ os.beta.cpu_pin_set }}"
 {% endif %}
 {% if os.lxd %}
         virt-type: lxd