From 7aa3b0d59d9b0e2935f4eedd78efb7467b29cae2 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 17 Jan 2019 14:19:30 +0100 Subject: [IDF] arm-pod10: Sync cmp nodes mgmt NIC names Due to a limitation in OPNFV Fuel, the interface name holding the mgmt VLAN on all compute nodes should have the same name. Reorder interfaces on cmp002 node to satisfy this condition. Change-Id: I872dc9d2648bec8131e4ffce64e4841416039e0f Signed-off-by: Alexandru Avadanii --- labs/arm/idf-pod10.yaml | 4 ++-- labs/arm/pod10.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/labs/arm/idf-pod10.yaml b/labs/arm/idf-pod10.yaml index dc9d6db0..5edca466 100644 --- a/labs/arm/idf-pod10.yaml +++ b/labs/arm/idf-pod10.yaml @@ -97,15 +97,15 @@ idf: - '0002:01:00.1' - interfaces: - 'enP5p144s0' - - 'enP2p1s0f1' - 'enP2p1s0f2' + - 'enP2p1s0f1' - 'enP2p1s0f3' - 'enP2p1s0f4' - 'enP2p1s0f5' busaddr: - '0005:90:00.0' - - '0002:01:00.1' - '0002:01:00.2' + - '0002:01:00.1' - '0002:01:00.3' - '0002:01:00.4' - '0002:01:00.5' diff --git a/labs/arm/pod10.yaml b/labs/arm/pod10.yaml index e57f9a52..1926da9a 100644 --- a/labs/arm/pod10.yaml +++ b/labs/arm/pod10.yaml @@ -284,13 +284,13 @@ nodes: speed: 1gb features: '' name: 'nic1' - # enP2p1s0f1 - - mac_address: "1c:1b:0d:e8:fb:af" + # enP2p1s0f2 + - mac_address: "1c:1b:0d:e8:fb:b0" speed: 10gb features: 'dpdk|sriov' name: 'nic2' - # enP2p1s0f2 - - mac_address: "1c:1b:0d:e8:fb:b0" + # enP2p1s0f1 + - mac_address: "1c:1b:0d:e8:fb:af" speed: 10gb features: 'dpdk|sriov' name: 'nic3' -- cgit 1.2.3-korg