[IDF] lf-pod2: Add missing bridge, eth info 63/51463/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 1 Feb 2018 15:39:29 +0000 (16:39 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 1 Feb 2018 15:39:29 +0000 (16:39 +0100)
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>
labs/lf/idf-pod2.yaml

index a2c0096..d8001e2 100644 (file)
@@ -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