From dbe4d06ab1845a9c4a1465c4163cd80bfcdc787a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 2 Mar 2019 12:24:38 +0100 Subject: [PDF/IDF] UNH virtual1 for LaaS/ONAP usage In order to fully utilize all available resources (88 CPU threads, 256GB RAM) in Fuel virtual deployments, add basic PDF/IDF files based on ericsson-virtual1 templates. IDF is mostly unchanged compared to idf-virtual1 from Ericsson lab. PDF allocates more disk capacity for the first node (controller role in Fuel deployments), as well as more vCPUs/RAM for the last 2 nodes (compute role in Fuel virtual deployments). While at it, align ericsson vPOD definitions to match the new format (2 disks should be defined for each compute node; account for HT). Change-Id: Iac8ee857a3297084ea9f087ba8007950413fda25 Signed-off-by: Alexandru Avadanii --- labs/arm/virtual2.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'labs/arm') 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 -- cgit 1.2.3-korg