[PDF/IDF] UNH virtual1 for LaaS/ONAP usage
[pharos.git] / labs / arm / virtual2.yaml
index fda336c..f19a5de 100644 (file)
@@ -33,7 +33,7 @@ jumphost:
       disk_capacity: 500G
       disk_type: hdd
       disk_interface: sata
-      disk_rotation: 7200
+      disk_rotation: &diskrotation 7200
   os: ubuntu-16.04
   remote_params: &remote_params
     type: ipmi
@@ -126,12 +126,22 @@ nodes:
   ############################################################################
   - name: node-4
     node: *nodeparams
-    disks: *disks
+    disks: &compute_disks
+      - name: 'disk1'
+        disk_capacity: 100G
+        disk_type: hdd
+        disk_interface: scsi  # virtio-scsi
+        disk_rotation: *diskrotation
+      - name: 'disk2'
+        disk_capacity: 100G
+        disk_type: hdd
+        disk_interface: scsi  # virtio-scsi
+        disk_rotation: *diskrotation
     remote_management: *remotemgmt
     interfaces: *interfaces
   ############################################################################
   - name: node-5
     node: *nodeparams
-    disks: *disks
+    disks: *compute_disks
     remote_management: *remotemgmt
     interfaces: *interfaces