diff options
author | Szilard Cserey <szilard.cserey@gmail.com> | 2016-03-09 17:52:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-03-09 17:52:19 +0000 |
commit | 735dc3a58e599f89e1e214ba41f2a023f97085fb (patch) | |
tree | b3c56ea959b24acbb645a0fdce329ba92a63f47e /deploy/config | |
parent | bdf4ad5d52b8094bc2f99195ae46f6904e3d42e2 (diff) | |
parent | 1ef2a5abcdacf3274e4ed17c612835ae10cb34d8 (diff) |
Merge "Make number of cpus configurable in dha file"
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 |