From a3ae951fc70df702330ddaac12aec6fa55a80073 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 13 Jan 2018 20:35:27 +0100 Subject: [PDF] intel-pod*: Fix spec deviations - rename interface name key from 'nic' to 'name'; - disk_rotation: 0 for SSD drives; - details: change type to 'production' (typo?); Change-Id: I069c0fbe774f7c92acba90d434e384733264358d Signed-off-by: Alexandru Avadanii --- labs/intel/pod18.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'labs/intel') diff --git a/labs/intel/pod18.yaml b/labs/intel/pod18.yaml index cc956976..b1123b7e 100644 --- a/labs/intel/pod18.yaml +++ b/labs/intel/pod18.yaml @@ -7,7 +7,7 @@ details: contact: jack.morgan@intel.com lab: Intel Pharos Lab location: Portland, Oregon, USA - type: {production|development} + type: production link: http://wiki.opnfv.org/display/pharos/Intel+Hosting jumphost: @@ -26,7 +26,7 @@ jumphost: disk_capacity: 480GB disk_type: ssd disk_interface: ssd - disk_rotation: + disk_rotation: 0 - name: 'disk2' disk_capacity: 1TB disk_type: hdd @@ -45,11 +45,11 @@ jumphost: address: 10.10.180.10 mac_address: "A4:BF:01:16:31:98" interfaces: - - nic: 'nic1' + - name: 'nic1' address: 10.10.180.20/24 mac_address: "A4:BF:01:16:31:96" vlan: native - - nic: 'nic2' + - name: 'nic2' address: 10.10.181.20/24 mac_address: "A4:BF:01:16:31:97" vlan: native @@ -69,7 +69,7 @@ nodes: disk_capacity: 480GB disk_type: ssd disk_interface: ssd - disk_rotation: + disk_rotation: 0 - name: 'disk2' disk_capacity: 1TB disk_type: hdd -- cgit 1.2.3-korg