diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-28 17:53:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-28 17:53:25 +0000 |
commit | f666a4aaaefb41c93c2ccc36987b3f2dabb0e7d2 (patch) | |
tree | 40f73c90b6088f5f1f7a5787232b15a18c507c6e /labs | |
parent | 8ab4081c10dd89bf24fad5ddba56dfe806536335 (diff) | |
parent | f28b0e52f838faf6b199743e78007ff4980a156c (diff) |
Merge "[PDF] Update LF-POD5 IDF bridges, interfaces"
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 |