summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-01 16:39:29 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-01 16:39:29 +0100
commit60238ca0d5e3a7dfc2f60230b1dbab702e4bba73 (patch)
tree230770162f957ee20da4bb7a7acdae99357291e8
parent48b9aa5af10deebcda256d74681b1c56f516adc9 (diff)
[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 <Alexandru.Avadanii@enea.com>
-rw-r--r--labs/lf/idf-pod2.yaml20
1 files changed, 12 insertions, 8 deletions
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