Fixes nova instance pinning defaults 87/20187/2
authorTim Rozet <trozet@redhat.com>
Thu, 1 Sep 2016 20:48:23 +0000 (16:48 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 7 Sep 2016 13:59:20 +0000 (13:59 +0000)
We currently default that instances should be pinned to the first CPU of
the nova-compute host.  We want to remove this default, and have the
default as all CPUs.  This patch removes it for fdio and ovs-dpdk
scenarios.

opnfv-tht-pr: 74

JIRA: APEX-187

Change-Id: Iacaa699eb3948b58beff1628dfd1bf008c4c9c5a
Signed-off-by: Tim Rozet <trozet@redhat.com>
config/deploy/os-nosdn-fdio-noha.yaml
config/deploy/os-nosdn-ovs-ha.yaml
config/deploy/os-nosdn-ovs-noha.yaml
config/deploy/os-odl_l2-fdio-ha.yaml
config/deploy/os-odl_l2-fdio-noha.yaml

index 81ff781..4d27ae8 100644 (file)
@@ -16,8 +16,6 @@ deploy_options:
         hugepages: 1024
         hugepagesz: 2M
     Compute:
-      nova:
-        libvirtpin: 1
       kernel:
         hugepagesz: 2M
         hugepages: 2048
index 89be0c3..a72fef3 100644 (file)
@@ -15,8 +15,6 @@ deploy_options:
         hugepages: 1024
         hugepagesz: 2M
     Compute:
-      nova:
-        libvirtpin: 1
       kernel:
         hugepagesz: 2M
         hugepages: 2048
index d13fd9c..7d054ce 100644 (file)
@@ -15,8 +15,6 @@ deploy_options:
         hugepagesz: 2M
         hugepages: 1024
     Compute:
-      nova:
-        libvirtpin: 1
       kernel:
         hugepagesz: 2M
         hugepages: 2048
index 75d79ce..f1297e8 100644 (file)
@@ -17,8 +17,6 @@ deploy_options:
         hugepages: 1024
         hugepagesz: 2M
     Compute:
-      nova:
-        libvirtpin: 1
       kernel:
         hugepagesz: 2M
         hugepages: 2048
index ad54fbd..207c6f3 100644 (file)
@@ -19,8 +19,6 @@ deploy_options:
         intel_iommu: 'on'
         iommu: pt
     Compute:
-      nova:
-        libvirtpin: 1
       kernel:
         hugepagesz: 2M
         hugepages: 2048