diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-24 14:55:37 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-25 23:02:11 +0200 |
commit | 639947e163f5788dc2e61a382fa9f3785c77cf8c (patch) | |
tree | 59cbb46593120c52f277d964bbe8d33452f66be3 | |
parent | 618008e5556bf0acff466c0341bb52e085b0e802 (diff) |
ericsson-pod1: Add IDF for Fuel compatibility
Change-Id: Iea4e8eacaaa4b4d5f0c1c7f05d6be816fe02e0cf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | labs/ericsson/idf-pod1.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/labs/ericsson/idf-pod1.yaml b/labs/ericsson/idf-pod1.yaml index 1c9f297..14f74d4 100644 --- a/labs/ericsson/idf-pod1.yaml +++ b/labs/ericsson/idf-pod1.yaml @@ -1,3 +1,10 @@ +############################################################################## +# Copyright (c) 2017 Ericsson AB, Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- ### ERICSSON POD 1 installer descriptor file ### @@ -10,3 +17,30 @@ idf: mgmt: 'br-mgmt' private: '' public: 'br-external' + 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 + - 'ens1f0' + - 'ens1f1' + - 'ens2f0' + - 'ens2f1' + - 'eno1' + - 'eno2' + busaddr: &busaddr + # Bus-info reported by `ethtool -i ethX` + - '0000:05:00.0' + - '0000:05:00.1' + - '0000:21:00.0' + - '0000:21:00.1' + - '0000:04:00.0' + - '0000:04:00.1' + - interfaces: *interfaces + busaddr: *busaddr + - interfaces: *interfaces + busaddr: *busaddr + - interfaces: *interfaces + busaddr: *busaddr + - interfaces: *interfaces + busaddr: *busaddr |