diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-09-25 12:48:20 +0200 |
---|---|---|
committer | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-09-25 12:48:20 +0200 |
commit | 07b980adcb4c3f9a3e1ac4c8afcfac2a9d45e8d8 (patch) | |
tree | e6ab62dbc47a9db63e992948792f85181adaca6c /fuel/deploy/templates/virtual_environment/conf | |
parent | 7673a00b0d0cc09af8f296106ded7787510a6819 (diff) |
Increasing storage size for Controllers and Computes in Virtual Deployment
Change-Id: I69b79af835e5dd7df465e5bde75023a77fb23527
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/templates/virtual_environment/conf')
-rw-r--r-- | fuel/deploy/templates/virtual_environment/conf/dha.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fuel/deploy/templates/virtual_environment/conf/dha.yaml b/fuel/deploy/templates/virtual_environment/conf/dha.yaml index 49458cb..6d476b8 100644 --- a/fuel/deploy/templates/virtual_environment/conf/dha.yaml +++ b/fuel/deploy/templates/virtual_environment/conf/dha.yaml @@ -34,5 +34,5 @@ virtNetConfDir: templates/virtual_environment/networks disks: fuel: 50G - controller: 30G - compute: 30G + controller: 50G + compute: 50G |