summaryrefslogtreecommitdiffstats
path: root/deploy/templates/virtual_environment_noha/conf/dha.yaml
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-11-30 16:00:48 +0100
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-11-30 16:00:48 +0100
commit8b7b4f8bde98b05ee68dbed04fa2861bbaaebc22 (patch)
tree6de097e662488f63ce1183dcfdb7dd08aee97652 /deploy/templates/virtual_environment_noha/conf/dha.yaml
parentce32b60906075b9471e9ebdb035998fd20afacc6 (diff)
Moved the noha virtual templates
This will complete the restructuring of the Fuel repo. Change-Id: If2029617dca872741d6108362a7315833ae62c4e Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'deploy/templates/virtual_environment_noha/conf/dha.yaml')
-rw-r--r--deploy/templates/virtual_environment_noha/conf/dha.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/deploy/templates/virtual_environment_noha/conf/dha.yaml b/deploy/templates/virtual_environment_noha/conf/dha.yaml
new file mode 100644
index 000000000..6d476b874
--- /dev/null
+++ b/deploy/templates/virtual_environment_noha/conf/dha.yaml
@@ -0,0 +1,38 @@
+title: Deployment Hardware Adapter (DHA)
+# DHA API version supported
+version:
+created:
+comment: Config for Virtual Environment
+
+# 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: 50G
+ compute: 50G