Skip to content

Commit

Permalink
Increase ram and cpu ratios for no valid host issue (#16)
Browse files Browse the repository at this point in the history
* Update comments

* Raise ram and cpu ratios to address no valid host on smaller systems
  • Loading branch information
ryan-beisner authored and javacruft committed Jun 9, 2017
1 parent 26a78f2 commit 36d9125
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundle-mitaka-s390x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions bundle-mitaka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions bundle-newton-s390x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions bundle-newton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions bundle-ocata-s390x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions bundle-ocata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 36d9125

Please sign in to comment.