[PDF] arm-pod*: Move net_config to IDF 53/50553/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 13 Jan 2018 18:51:29 +0000 (19:51 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sun, 14 Jan 2018 19:21:26 +0000 (20:21 +0100)
While at it, drop 'fixed_ips', which is a leftover from early
net_config implementation and is not currently used by the Fuel
installer (only Daisy seems to use 'fixed_ips', but falls back
to using 'address' of the first interface when 'fixed_ips' is not
present).

Keep 'address: 192.168.11' on jumpserver first interface for Daisy
compatibility.

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

index d8a6baf..c803522 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 2017 Enea AB and others.
+# Copyright (c) 2018 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
 
 idf:
   version: 0.1
+  net_config:
+    oob:
+      ip-range: 10.0.8.3-10.0.8.10
+      vlan: native
+    admin:
+      interface: 0
+      vlan: native
+      network: 192.168.11.0
+      mask: 24
+    mgmt:
+      interface: 1
+      vlan: 2183
+      network: 172.16.10.0
+      mask: 24
+    storage:
+      interface: 1
+      vlan: 2184
+      network: 10.2.0.0
+      mask: 24
+    private:
+      interface: 1
+      vlan: 2185
+      network: 10.1.0.0
+      mask: 24
+    public:
+      interface: 1
+      vlan: native
+      network: 10.0.8.0
+      mask: 24
+      gateway: 10.0.8.254
+      dns:
+        - 8.8.8.8
+        - 8.8.4.4
   fuel:
     jumphost:
       bridges:
index 2db3865..9246c4f 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 2017 Enea AB and others.
+# Copyright (c) 2018 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
 
 idf:
   version: 0.1
+  net_config:
+    oob:
+      ip-range: 10.0.1.54-10.0.1.58
+      vlan: native
+    admin:
+      interface: 0
+      vlan: native
+      network: 192.168.11.0
+      mask: 24
+    mgmt:
+      interface: 1
+      vlan: 2323
+      network: 172.16.10.0
+      mask: 24
+    storage:
+      interface: 1
+      vlan: 2324
+      network: 10.2.0.0
+      mask: 24
+    private:
+      interface: 1
+      vlan: 2325
+      network: 10.1.0.0
+      mask: 24
+    public:
+      interface: 1
+      vlan: native
+      network: 10.0.15.0
+      mask: 24
+      gateway: 10.0.15.254
+      dns:
+        - 8.8.8.8
+        - 8.8.4.4
   fuel:
     jumphost:
       bridges:
index 7ee358f..959e79f 100644 (file)
@@ -1,3 +1,10 @@
+##############################################################################
+# Copyright (c) 2018 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
+##############################################################################
 ---
 ### Enea ARM POD 5 descriptor file ###
 
@@ -9,40 +16,6 @@ details:
   type: production
   link: https://wiki.opnfv.org/display/pharos/Enea+Hosting
 ##############################################################################
-net_config:
-  oob:
-    ip-range: 10.0.8.3-10.0.8.10
-    vlan: native
-  admin:
-    interface: 0
-    vlan: native
-    network: 192.168.11.0
-    mask: 24
-  mgmt:
-    interface: 1
-    vlan: 2183
-    network: 172.16.10.0
-    mask: 24
-  storage:
-    interface: 1
-    vlan: 2184
-    network: 10.2.0.0
-    mask: 24
-  private:
-    interface: 1
-    vlan: 2185
-    network: 10.1.0.0
-    mask: 24
-  public:
-    interface: 1
-    vlan: native
-    network: 10.0.8.0
-    mask: 24
-    gateway: 10.0.8.254
-    dns:
-      - 8.8.8.8
-      - 8.8.4.4
-##############################################################################
 jumphost:
   name: jenkins-slave-arm-pod5
   node:
@@ -74,6 +47,7 @@ jumphost:
   interfaces:
     # Connected, used only for admin/PXE
     - mac_address: "68:05:ca:34:60:e3"
+      address: 192.168.11.1
       speed: 1gb
       features: ''
     # Not connected for now
@@ -88,10 +62,6 @@ jumphost:
     - mac_address: "00:0f:b7:04:00:c0"
       speed: 10gb
       features: ''
-  fixed_ips:
-    admin: 192.168.11.1
-    mgmt: 172.16.10.1
-    public: 10.0.8.9
 ##############################################################################
 nodes:
   - name: softiron-3
@@ -127,10 +97,6 @@ nodes:
       - mac_address: "e0:ff:f7:00:08:af"
         speed: 10gb
         features: ''
-    fixed_ips:
-      admin: 192.168.11.2
-      mgmt: 172.16.10.141
-      public: 10.0.8.141
   ############################################################################
   - name: softiron-4
     node: *nodeparams
@@ -146,10 +112,6 @@ nodes:
       - mac_address: "e0:ff:f7:00:08:b2"
         speed: 10gb
         features: ''
-    fixed_ips:
-      admin: 192.168.11.3
-      mgmt: 172.16.10.142
-      public: 10.0.8.142
   ############################################################################
   - name: softiron-5
     node: *nodeparams
@@ -165,10 +127,6 @@ nodes:
       - mac_address: "e0:ff:f7:00:08:be"
         speed: 10gb
         features: ''
-    fixed_ips:
-      admin: 192.168.11.4
-      mgmt: 172.16.10.143
-      public: 10.0.8.143
   ############################################################################
   - name: softiron-6
     node: *nodeparams
@@ -184,10 +142,6 @@ nodes:
       - mac_address: "e0:ff:f7:00:08:c7"
         speed: 10gb
         features: ''
-    fixed_ips:
-      admin: 192.168.11.5
-      mgmt: 172.16.10.101
-      public: 10.0.8.101
   ############################################################################
   - name: softiron-7
     node: *nodeparams
@@ -203,7 +157,3 @@ nodes:
       - mac_address: "e0:ff:f7:00:08:d0"
         speed: 10gb
         features: ''
-    fixed_ips:
-      admin: 192.168.11.6
-      mgmt: 172.16.10.102
-      public: 10.0.8.102
index f4f92dd..b2d3419 100644 (file)
@@ -1,3 +1,10 @@
+##############################################################################
+# Copyright (c) 2018 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
+##############################################################################
 ---
 ### Enea ARM POD 6 descriptor file ###
 
@@ -9,40 +16,6 @@ details:
   type: production
   link: https://wiki.opnfv.org/display/pharos/Enea+Hosting
 ##############################################################################
-net_config:
-  oob:
-    ip-range: 10.0.1.54-10.0.1.58
-    vlan: native
-  admin:
-    interface: 0
-    vlan: native
-    network: 192.168.11.0
-    mask: 24
-  mgmt:
-    interface: 1
-    vlan: 2323
-    network: 172.16.10.0
-    mask: 24
-  storage:
-    interface: 1
-    vlan: 2324
-    network: 10.2.0.0
-    mask: 24
-  private:
-    interface: 1
-    vlan: 2325
-    network: 10.1.0.0
-    mask: 24
-  public:
-    interface: 1
-    vlan: native
-    network: 10.0.15.0
-    mask: 24
-    gateway: 10.0.15.254
-    dns:
-      - 8.8.8.8
-      - 8.8.4.4
-##############################################################################
 jumphost:
   name: jenkins-slave-arm-pod6
   node:
@@ -86,6 +59,7 @@ jumphost:
   interfaces:
     ## eth0, Not connected for now
     - mac_address: "00:01:73:02:36:d4"
+      address: 192.168.11.1
       speed: 1gb
       features: ''
     ## eth1, Connected, used only for admin/PXE
@@ -100,10 +74,6 @@ jumphost:
     - mac_address: "00:01:73:02:36:d7"
       speed: 10gb
       features: ''
-  fixed_ips:
-    admin: 192.168.11.1
-    mgmt: 172.16.10.1
-    public: 10.0.15.9
 ##############################################################################
 nodes:
   - name: cn8890-24
@@ -150,10 +120,6 @@ nodes:
       - mac_address: "1c:1b:0d:e8:fa:87"
         speed: 10gb
         features: 'dpdk|sriov'
-    fixed_ips:
-      admin: 192.168.11.2
-      mgmt: 172.16.10.142
-      public: 10.0.15.142
   ############################################################################
   - name: cn8890-25
     node: *nodeparams
@@ -181,10 +147,6 @@ nodes:
       - mac_address: "1c:1b:0d:e8:fb:a9"
         speed: 10gb
         features: 'dpdk|sriov'
-    fixed_ips:
-      admin: 192.168.11.3
-      mgmt: 172.16.10.143
-      public: 10.0.15.143
   ############################################################################
   - name: cn8890-26
     node: *nodeparams
@@ -212,10 +174,6 @@ nodes:
       - mac_address: "1c:1b:0d:e8:fa:69"
         speed: 10gb
         features: 'dpdk|sriov'
-    fixed_ips:
-      admin: 192.168.11.4
-      mgmt: 172.16.10.144
-      public: 10.0.15.144
   ############################################################################
   - name: cn8890-27
     node: *nodeparams
@@ -243,10 +201,6 @@ nodes:
       - mac_address: "1c:1b:0d:e8:fb:1d"
         speed: 10gb
         features: 'dpdk|sriov'
-    fixed_ips:
-      admin: 192.168.11.5
-      mgmt: 172.16.10.145
-      public: 10.0.15.145
   ############################################################################
   - name: cn8890-28
     node: *nodeparams
@@ -274,7 +228,3 @@ nodes:
       - mac_address: "1c:1b:0d:e8:fb:81"
         speed: 10gb
         features: 'dpdk|sriov'
-    fixed_ips:
-      admin: 192.168.11.6
-      mgmt: 172.16.10.146
-      public: 10.0.15.146