From 60238ca0d5e3a7dfc2f60230b1dbab702e4bba73 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 1 Feb 2018 16:39:29 +0100 Subject: [IDF] lf-pod2: Add missing bridge, eth info Some information was lost while syncing from securedlab to pharos git repo, bring it back. Change-Id: I938f4c573234c7a9d55eb140ea02f3328373ae1d Signed-off-by: Alexandru Avadanii --- labs/lf/idf-pod2.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'labs') diff --git a/labs/lf/idf-pod2.yaml b/labs/lf/idf-pod2.yaml index a2c00967..d8001e2c 100644 --- a/labs/lf/idf-pod2.yaml +++ b/labs/lf/idf-pod2.yaml @@ -1,12 +1,12 @@ ############################################################################## -# Copyright (c) 2018 Linux Foundation, Enea AB and others. +# Copyright (c) 2018 Linux Foundation, 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 ############################################################################## --- -### LF POD 5 installer descriptor file ### +### LF POD 2 installer descriptor file ### idf: version: 0.1 @@ -48,8 +48,8 @@ idf: fuel: jumphost: bridges: - admin: ~ - mgmt: ~ + admin: 'pxebr' + mgmt: 'br-ctl' private: ~ public: ~ network: @@ -57,12 +57,16 @@ 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 - - ~ - - ~ + - '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 -- cgit 1.2.3-korg