aboutsummaryrefslogtreecommitdiffstats
path: root/labs/devel-pipeline/elx/fuel/config/dha.yaml
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-26 23:46:35 +0100
committerJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-29 13:51:54 +0000
commiteff515985fb99f77a3ecb302f5cf0179e1593c47 (patch)
tree44daea27a35572df49e042a2aefb31f50c02f469 /labs/devel-pipeline/elx/fuel/config/dha.yaml
parent23bec97079d9a2482ab7c1cbbb21dae3fade4d30 (diff)
Rebasement of Fuel8 deployment configuration files and scenarios
Note: - Most of the POD configuration files resides in the securedlab repo - The securedlab repo is very restricive, cause it carries Lab internal secrets TODO: - Intel virt is not yet rebased - LF-POD2 is not yet rebased NOT VERIFIED DO NOT MERGE Change-Id: I1be01a374bff65e3bee708ef00727cf1e94cb0af Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com> (cherry picked from commit fafe39b3959fb5e1ad4e0d73154abf10bf7eb7f2)
Diffstat (limited to 'labs/devel-pipeline/elx/fuel/config/dha.yaml')
-rw-r--r--labs/devel-pipeline/elx/fuel/config/dha.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/labs/devel-pipeline/elx/fuel/config/dha.yaml b/labs/devel-pipeline/elx/fuel/config/dha.yaml
deleted file mode 100644
index fc0e93a..0000000
--- a/labs/devel-pipeline/elx/fuel/config/dha.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-dha-pod-config-metadata:
- title: Deployment Hardware Adapter (DHA) for fuel development pipeline - Ericsson ELX version
- version: 0.0.1
- created: Dececember 30 2015
- comment: ELX version
-
-# Adapter to use for this definition
-adapter: libvirt
-
-# Node list.
-# Mandatory property is id, all other properties are adapter specific.
-
-nodes:
-- id: 1
- libvirtName: controller1
- libvirtTemplate: templates/virtual_environment/vms/controller.xml
-- id: 2
- libvirtName: compute1
- libvirtTemplate: templates/virtual_environment/vms/compute.xml
-- id: 3
- libvirtName: compute2
- libvirtTemplate: templates/virtual_environment/vms/compute.xml
-- id: 4
- libvirtName: compute3
- libvirtTemplate: templates/virtual_environment/vms/compute.xml
-- id: 5
- libvirtName: fuel-master
- libvirtTemplate: templates/virtual_environment/vms/fuel.xml
- isFuel: yes
- username: root
- password: r00tme
-
-virtNetConfDir: templates/virtual_environment/networks
-
-disks:
- fuel: 50G
- controller: 100G
- compute: 50G