diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-19 21:39:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-19 21:39:54 +0000 |
commit | 80fa21c1cf4eea0f41438bc0f7509af7ee237dc1 (patch) | |
tree | 17acc285d6571f60f4f4334371627905bbc22d95 /mcp/config/labs/local | |
parent | 8cd105aefb88b4a57dd27019ff37bf19cee9c4d9 (diff) | |
parent | f0dbe42bdb6739e30b018f4aff33d2fe75befc5a (diff) |
Merge "[baremetal] PDF-based network config" into stable/euphrates
Diffstat (limited to 'mcp/config/labs/local')
-rw-r--r-- | mcp/config/labs/local/idf-pod1.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mcp/config/labs/local/idf-pod1.yaml b/mcp/config/labs/local/idf-pod1.yaml index 95af596a4..4ee359f88 100644 --- a/mcp/config/labs/local/idf-pod1.yaml +++ b/mcp/config/labs/local/idf-pod1.yaml @@ -17,3 +17,26 @@ idf: mgmt: 'br-ctl' private: '' public: '' + network: + node: + # 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 + - 'enp6s0' + - 'enp7s0' + - 'enp8s0' + - 'enp9s0' + busaddr: &busaddr + # Bus-info reported by `ethtool -i ethX` + - '0000:06:00.0' + - '0000:07:00.0' + - '0000:08:00.0' + - '0000:09:00.0' + - interfaces: *interfaces + busaddr: *busaddr + - interfaces: *interfaces + busaddr: *busaddr + - interfaces: *interfaces + busaddr: *busaddr + - interfaces: *interfaces + busaddr: *busaddr |