diff options
Diffstat (limited to 'labs')
-rw-r--r-- | labs/lf/idf-pod5.yaml | 14 |
1 files 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 |