diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-01 16:48:23 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-07 19:10:12 +0000 |
commit | e693d6aaeb9c645a296bb3e298b1b1744045d584 (patch) | |
tree | e208775241eb3958d5a0f840e48b2f7425883100 | |
parent | 6a83d0b2757894f96b26f2490326979862d9f704 (diff) |
Fixes nova instance pinning defaults
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>
-rw-r--r-- | config/deploy/os-nosdn-fdio-noha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-nosdn-ovs-ha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-nosdn-ovs-noha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-odl_l2-fdio-ha.yaml | 2 | ||||
-rw-r--r-- | config/deploy/os-odl_l2-fdio-noha.yaml | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/config/deploy/os-nosdn-fdio-noha.yaml b/config/deploy/os-nosdn-fdio-noha.yaml index 81ff781d..4d27ae87 100644 --- a/config/deploy/os-nosdn-fdio-noha.yaml +++ b/config/deploy/os-nosdn-fdio-noha.yaml @@ -16,8 +16,6 @@ deploy_options: hugepages: 1024 hugepagesz: 2M Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 diff --git a/config/deploy/os-nosdn-ovs-ha.yaml b/config/deploy/os-nosdn-ovs-ha.yaml index 89be0c3d..a72fef35 100644 --- a/config/deploy/os-nosdn-ovs-ha.yaml +++ b/config/deploy/os-nosdn-ovs-ha.yaml @@ -15,8 +15,6 @@ deploy_options: hugepages: 1024 hugepagesz: 2M Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 diff --git a/config/deploy/os-nosdn-ovs-noha.yaml b/config/deploy/os-nosdn-ovs-noha.yaml index d13fd9ca..7d054cec 100644 --- a/config/deploy/os-nosdn-ovs-noha.yaml +++ b/config/deploy/os-nosdn-ovs-noha.yaml @@ -15,8 +15,6 @@ deploy_options: hugepagesz: 2M hugepages: 1024 Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 diff --git a/config/deploy/os-odl_l2-fdio-ha.yaml b/config/deploy/os-odl_l2-fdio-ha.yaml index 75d79ce7..f1297e82 100644 --- a/config/deploy/os-odl_l2-fdio-ha.yaml +++ b/config/deploy/os-odl_l2-fdio-ha.yaml @@ -17,8 +17,6 @@ deploy_options: hugepages: 1024 hugepagesz: 2M Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 diff --git a/config/deploy/os-odl_l2-fdio-noha.yaml b/config/deploy/os-odl_l2-fdio-noha.yaml index ad54fbdc..207c6f34 100644 --- a/config/deploy/os-odl_l2-fdio-noha.yaml +++ b/config/deploy/os-odl_l2-fdio-noha.yaml @@ -19,8 +19,6 @@ deploy_options: intel_iommu: 'on' iommu: pt Compute: - nova: - libvirtpin: 1 kernel: hugepagesz: 2M hugepages: 2048 |