[IDF] arm-pod10: Sync cmp nodes mgmt NIC names 53/66453/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Jan 2019 13:19:30 +0000 (14:19 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Jan 2019 13:23:31 +0000 (14:23 +0100)
Due to a limitation in OPNFV Fuel, the interface name holding the
mgmt VLAN on all compute nodes should have the same name.
Reorder interfaces on cmp002 node to satisfy this condition.

Change-Id: I872dc9d2648bec8131e4ffce64e4841416039e0f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
labs/arm/idf-pod10.yaml
labs/arm/pod10.yaml

index dc9d6db..5edca46 100644 (file)
@@ -97,15 +97,15 @@ idf:
             - '0002:01:00.1'
         - interfaces:
             - 'enP5p144s0'
-            - 'enP2p1s0f1'
             - 'enP2p1s0f2'
+            - 'enP2p1s0f1'
             - 'enP2p1s0f3'
             - 'enP2p1s0f4'
             - 'enP2p1s0f5'
           busaddr:
             - '0005:90:00.0'
-            - '0002:01:00.1'
             - '0002:01:00.2'
+            - '0002:01:00.1'
             - '0002:01:00.3'
             - '0002:01:00.4'
             - '0002:01:00.5'
index e57f9a5..1926da9 100644 (file)
@@ -284,13 +284,13 @@ nodes:
         speed: 1gb
         features: ''
         name: 'nic1'
-      # enP2p1s0f1
-      - mac_address: "1c:1b:0d:e8:fb:af"
+      # enP2p1s0f2
+      - mac_address: "1c:1b:0d:e8:fb:b0"
         speed: 10gb
         features: 'dpdk|sriov'
         name: 'nic2'
-      # enP2p1s0f2
-      - mac_address: "1c:1b:0d:e8:fb:b0"
+      # enP2p1s0f1
+      - mac_address: "1c:1b:0d:e8:fb:af"
         speed: 10gb
         features: 'dpdk|sriov'
         name: 'nic3'