summaryrefslogtreecommitdiffstats
path: root/labs/lf
diff options
context:
space:
mode:
Diffstat (limited to 'labs/lf')
-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