diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-01 15:33:20 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-02 09:56:05 +0000 |
commit | 47d276cf147c634fbbd899185990d18a48a0c846 (patch) | |
tree | 80e0c25ca72f2fd05e50803330f2ded73107f00c /deploy/config/labs/devel-pipeline/default | |
parent | 52d65dff3d183f4405c8fd38c6730f86d0732ca6 (diff) |
Increase Fuel disk size
Change-Id: I386113113a7f3d754f66c2a359ef4a5d18176f47
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'deploy/config/labs/devel-pipeline/default')
-rw-r--r-- | deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml b/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml index dd4f85070..8482016f9 100644 --- a/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml +++ b/deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml @@ -1,7 +1,7 @@ dha-pod-config-metadata: title: Deployment Hardware Adapter (DHA) for fuel development pipeline - default version - version: 0.0.2 - created: Jan 26 2016 + version: 0.0.3 + created: Feb 1 2016 comment: Default Fuel8 version # Adapter to use for this definition @@ -33,6 +33,6 @@ nodes: virtNetConfDir: templates/virtual_environment/networks disks: - fuel: 50G + fuel: 100G controller: 100G compute: 100G |