From e3708019f62d303d0c24cd6af5d4a3924bd1a797 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 27 Dec 2018 18:35:36 +0100 Subject: [PDF] Fix link speed for virtual PODs ethtool reports the link speed as 'unknown' for said devices. The only (current) consumer of this information is Fuel's new VPP support, which detects all these interfaces as 'Gigabit', so align our definitions in order to be able to dynamically construct the VPP interface names based on PDF (link speed) + IDF (PCI bus). While at it, add a new j2 macro helper to be used by Fuel installer. Change-Id: Id6a52bbb7b86bbe3db2a81bb91ac378c6876ffc0 Signed-off-by: Alexandru Avadanii --- labs/ericsson/virtual4.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'labs/ericsson/virtual4.yaml') diff --git a/labs/ericsson/virtual4.yaml b/labs/ericsson/virtual4.yaml index cbf50f08..de6c5ee5 100644 --- a/labs/ericsson/virtual4.yaml +++ b/labs/ericsson/virtual4.yaml @@ -115,22 +115,22 @@ nodes: address: 'qemu:///system' interfaces: &interfaces - name: 'nic1' - speed: 10gb + speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" # MACs will be assigned by libvirt vlan: native - name: 'nic2' - speed: 10gb + speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native - name: 'nic3' - speed: 10gb + speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native - name: 'nic4' - speed: 10gb + speed: 1gb features: 'dpdk|sriov' mac_address: "00:00:00:00:00:00" vlan: native -- cgit 1.2.3-korg