From 36d91253dd38deab1579233e196dfdd2f675775b Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Fri, 9 Jun 2017 06:54:39 -0500 Subject: [PATCH] Increase ram and cpu ratios for no valid host issue (#16) * Update comments * Raise ram and cpu ratios to address no valid host on smaller systems --- bundle-mitaka-s390x.yaml | 2 ++ bundle-mitaka.yaml | 2 ++ bundle-newton-s390x.yaml | 2 ++ bundle-newton.yaml | 2 ++ bundle-ocata-s390x.yaml | 2 ++ bundle-ocata.yaml | 2 ++ 6 files changed, 12 insertions(+) diff --git a/bundle-mitaka-s390x.yaml b/bundle-mitaka-s390x.yaml index e67893b..1f2f983 100644 --- a/bundle-mitaka-s390x.yaml +++ b/bundle-mitaka-s390x.yaml @@ -215,6 +215,8 @@ services: options: worker-multiplier: 0.1 network-manager: Neutron + ram-allocation-ratio: 64 + cpu-allocation-ratio: 64 nova-compute: annotations: gui-x: '250' diff --git a/bundle-mitaka.yaml b/bundle-mitaka.yaml index e8cea99..bc6a0a3 100644 --- a/bundle-mitaka.yaml +++ b/bundle-mitaka.yaml @@ -208,6 +208,8 @@ services: options: worker-multiplier: 0.1 network-manager: Neutron + ram-allocation-ratio: 64 + cpu-allocation-ratio: 64 nova-compute: annotations: gui-x: '250' diff --git a/bundle-newton-s390x.yaml b/bundle-newton-s390x.yaml index 85c56f1..da369e2 100644 --- a/bundle-newton-s390x.yaml +++ b/bundle-newton-s390x.yaml @@ -226,6 +226,8 @@ services: worker-multiplier: 0.1 network-manager: Neutron openstack-origin: cloud:xenial-newton + ram-allocation-ratio: 64 + cpu-allocation-ratio: 64 nova-compute: annotations: gui-x: '250' diff --git a/bundle-newton.yaml b/bundle-newton.yaml index 5f3a366..8c22414 100644 --- a/bundle-newton.yaml +++ b/bundle-newton.yaml @@ -219,6 +219,8 @@ services: worker-multiplier: 0.1 network-manager: Neutron openstack-origin: cloud:xenial-newton + ram-allocation-ratio: 64 + cpu-allocation-ratio: 64 nova-compute: annotations: gui-x: '250' diff --git a/bundle-ocata-s390x.yaml b/bundle-ocata-s390x.yaml index 044d07d..72636b1 100644 --- a/bundle-ocata-s390x.yaml +++ b/bundle-ocata-s390x.yaml @@ -226,6 +226,8 @@ services: worker-multiplier: 0.1 network-manager: Neutron openstack-origin: cloud:xenial-ocata + ram-allocation-ratio: 64 + cpu-allocation-ratio: 64 nova-compute: annotations: gui-x: '250' diff --git a/bundle-ocata.yaml b/bundle-ocata.yaml index 38cfd63..52bf3fc 100644 --- a/bundle-ocata.yaml +++ b/bundle-ocata.yaml @@ -219,6 +219,8 @@ services: worker-multiplier: 0.1 network-manager: Neutron openstack-origin: cloud:xenial-ocata + ram-allocation-ratio: 64 + cpu-allocation-ratio: 64 nova-compute: annotations: gui-x: '250'