diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-03-04 10:01:22 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-04-09 20:24:56 +0200 |
commit | e8d3f97a5fa317edc6aefb091da5318d946e82ce (patch) | |
tree | c2c84d4cff9f1842a0cb59b3503f9510ccbcbaaa /deploy/config | |
parent | 5033efb4cbb8fb2b932846e5ac900c2ad042e28d (diff) |
Make number of cpus configurable in dha file
Some compones of openstack produce a lot of CPU load.
With this commit it is possible to
make more use of the Hypervisor where the virtual
nodes runs on.
Change-Id: Ide567dd0823c5526171c29073f2a36aa5f27d4b6
Diffstat (limited to 'deploy/config')
-rw-r--r-- | deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml b/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml index e70d8ca82..851509871 100644 --- a/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml +++ b/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml @@ -36,3 +36,8 @@ disks: fuel: 100G controller: 100G compute: 100G + +number_cpus: + # Entry is not mandatory! If it is left empty + # the default is 2 cpus per node + controller: 2 |