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:46 +0000 |
commit | e58d254c27b9d3a234b0c4332f0dad9295e0544a (patch) | |
tree | 80e0c25ca72f2fd05e50803330f2ded73107f00c /deploy/config/labs/devel-pipeline | |
parent | dfecc5ca877e322b7a766eb4e22ea27ff76a1ddc (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')
3 files changed, 9 insertions, 9 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 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 6b5a30735..e70d8ca82 100644 --- a/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml +++ b/deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml @@ -1,7 +1,7 @@ dha-pod-config-metadata: title: Deployment Hardware Adapter (DHA) for fuel development pipeline - Ericsson ELX version - version: 0.0.2 - created: Jan 26 2016 + version: 0.0.3 + created: Feb 2 2016 comment: ELX 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 diff --git a/deploy/config/labs/devel-pipeline/huawei-ch/fuel/config/dha.yaml b/deploy/config/labs/devel-pipeline/huawei-ch/fuel/config/dha.yaml index 5b64d2c3f..1fbb07030 100644 --- a/deploy/config/labs/devel-pipeline/huawei-ch/fuel/config/dha.yaml +++ b/deploy/config/labs/devel-pipeline/huawei-ch/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 2015 + version: 0.0.3 + created: Feb 2 2015 comment: Huawei-Ch 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 |