Modification of deployment config for Fuel 9 and ELX lab
[fuel.git] / deploy / config / labs / devel-pipeline / elx / fuel / config / dha.yaml
index 6b5a307..f958012 100644 (file)
@@ -1,8 +1,8 @@
 dha-pod-config-metadata:
   title: Deployment Hardware Adapter (DHA) for fuel development pipeline - Ericsson ELX version
-  version: 0.0.2
-  created: Jan 26 2016
-  comment: ELX Fuel8 version
+  version: 0.0.3
+  created: Feb 2 2016
+  comment: ELX Fuel 9 version
 
 # Adapter to use for this definition
 adapter: libvirt
@@ -33,6 +33,51 @@ nodes:
 virtNetConfDir: templates/virtual_environment/networks
 
 disks:
-  fuel: 50G
+  fuel: 100G
   controller: 100G
   compute: 100G
+
+# Here the infrastructure VMs can be defined.
+# The entries are not mandatory! If it is left empty
+# the default defined in deploy/templates will
+# be used.
+define_vms:
+  fuel:
+    vcpu:
+      value: 2
+    memory:
+      attribute_equlas:
+        unit: KiB
+      value: 8388608
+    currentMemory:
+      attribute_equlas:
+        unit: KiB
+      value: 8388608
+    devices:
+      interface:
+        # With attribute_equlas someone can define which
+        # interface type is meant
+        attribute_equlas:
+          type: network
+        # This will overwrite the type of the model of
+        # the interface
+        model:
+          attribute:
+            type: e1000
+  controller:
+    devices:
+      interface:
+        attribute_equlas:
+          type: network
+        model:
+          attribute:
+            type: e1000
+  compute:
+    devices:
+      interface:
+        attribute_equlas:
+          type: network
+        model:
+          attribute:
+            type: e1000
+