summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-09-14 17:54:32 +0200
committerSzilard Cserey <szilard.cserey@ericsson.com>2015-09-18 17:20:37 +0200
commite3d65c21d1e99c30af8af52ebad8e587d86f9a8d (patch)
treee831a7079b5fbd01ef801ada09f747eff3459aa6 /fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml
parent27369695b4503ae4f3b17c7b0785d2490bd83298 (diff)
Updates for Autodeployer
-Remove pre-deploy mechanism -Update reaping mechanism -Remove old DEA, DHA configuration files Change-Id: Ibc28d148bc23992e940e0247873a226d92fb7af7 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml')
-rw-r--r--fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml44
1 files changed, 0 insertions, 44 deletions
diff --git a/fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml b/fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml
deleted file mode 100644
index 75cff2a..0000000
--- a/fuel/deploy/templates/virtual_environment/old_conf/multinode/dha.yaml
+++ /dev/null
@@ -1,44 +0,0 @@
-title: Deployment Hardware Adapter (DHA)
-# DHA API version supported
-version:
-created:
-comment: Small libvirt setup
-
-# 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: compute4
- libvirtTemplate: templates/virtual_environment/vms/compute.xml
-- id: 6
- libvirtName: compute5
- libvirtTemplate: templates/virtual_environment/vms/compute.xml
-- id: 7
- libvirtName: fuel-master
- libvirtTemplate: templates/virtual_environment/vms/fuel.xml
- isFuel: yes
- username: root
- password: r00tme
-
-virtNetConfDir: templates/virtual_environment/networks
-
-disks:
- fuel: 30G
- controller: 30G
- compute: 30G