diff options
Diffstat (limited to 'deploy/config')
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 |