From f28b0e52f838faf6b199743e78007ff4980a156c Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 8 Jan 2018 14:11:53 -0800 Subject: [PDF] Update LF-POD5 IDF bridges, interfaces Change-Id: Ia761d6cecc360dde729965e499a899ba4fbc6a32 Signed-off-by: Trevor Bramwell --- labs/lf/idf-pod5.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/labs/lf/idf-pod5.yaml b/labs/lf/idf-pod5.yaml index 59064f3c..fb93fde9 100644 --- a/labs/lf/idf-pod5.yaml +++ b/labs/lf/idf-pod5.yaml @@ -45,8 +45,8 @@ idf: fuel: jumphost: bridges: - admin: ~ - mgmt: ~ + admin: 'pxebr' + mgmt: 'br-ctl' private: ~ public: ~ network: @@ -54,12 +54,14 @@ idf: # Ordered-list, index should be in sync with node index in PDF - interfaces: &interfaces # Ordered-list, index should be in sync with interface index in PDF - - ~ - - ~ + - 'eno1' + - 'eno3' + - 'eno4' busaddr: &busaddr # Bus-info reported by `ethtool -i ethX` - - ~ - - ~ + - '0000:04:00.0' + - '0000:02:00.0' + - '0000:02:00.1' - interfaces: *interfaces busaddr: *busaddr - interfaces: *interfaces -- cgit 1.2.3-korg