From 639947e163f5788dc2e61a382fa9f3785c77cf8c Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 24 Oct 2017 14:55:37 +0200 Subject: ericsson-pod1: Add IDF for Fuel compatibility Change-Id: Iea4e8eacaaa4b4d5f0c1c7f05d6be816fe02e0cf Signed-off-by: Alexandru Avadanii --- labs/ericsson/idf-pod1.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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 -- cgit 1.2.3-korg