From e58d254c27b9d3a234b0c4332f0dad9295e0544a Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Mon, 1 Feb 2016 15:33:20 +0100 Subject: Increase Fuel disk size Change-Id: I386113113a7f3d754f66c2a359ef4a5d18176f47 Signed-off-by: Jonas Bjurel --- deploy/config/labs/devel-pipeline/default/fuel/config/dha.yaml | 6 +++--- deploy/config/labs/devel-pipeline/elx/fuel/config/dha.yaml | 6 +++--- deploy/config/labs/devel-pipeline/huawei-ch/fuel/config/dha.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'deploy/config/labs/devel-pipeline') 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 -- cgit 1.2.3-korg