X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=labs%2Farm%2Fvirtual2.yaml;fp=labs%2Farm%2Fvirtual2.yaml;h=f19a5de6b0d173d75df5e0340c83913ec5d24898;hb=dbe4d06ab1845a9c4a1465c4163cd80bfcdc787a;hp=fda336ceda04471bde926e86e0c11995e609e969;hpb=8ce19471853d3c1961274d2edd0f83221a8a3d43;p=pharos.git diff --git a/labs/arm/virtual2.yaml b/labs/arm/virtual2.yaml index fda336ce..f19a5de6 100644 --- a/labs/arm/virtual2.yaml +++ b/labs/arm/virtual2.yaml @@ -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