Updates from pod 9 19/17719/1
authorMark Beierl <mark.beierl@emc.com>
Thu, 28 Jul 2016 13:46:05 +0000 (09:46 -0400)
committerMark Beierl <mark.beierl@emc.com>
Thu, 28 Jul 2016 13:47:02 +0000 (09:47 -0400)
Update MAC addresses, networks and nodes now that there are
6 nodes in pod 9.

Change-Id: I9702ac59582956d9b3e04fd6131f65ea5d82cb5f
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
labconfig/intel/pod9/deployment.yaml
labconfig/intel/pod9/labconfig.yaml

index dcb2068..84e7357 100755 (executable)
@@ -105,7 +105,7 @@ demo-maas:
 
             auto eth3
             iface eth3 inet static
-            address 10.2.117.143
+            address 10.2.117.151
             netmask 255.255.255.0
             #auto lo
             #iface lo inet loopback
@@ -164,14 +164,14 @@ demo-maas:
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.
         nodes:
-            - name: node1-compute
-              tags: compute
+            - name: node1-control
+              tags: control
               architecture: amd64/generic
               mac_addresses:
                   - "00:1E:67:D4:30:38"
               power:
                   type: ipmi
-                  address: 10.2.117.142
+                  address: 10.2.117.150
                   user: root
                   pass: root
                   driver: LAN_2_0
@@ -179,14 +179,14 @@ demo-maas:
 #                  mac_address: "38:63:bb:43:b8:9c"
 #                  requested_address: 192.168.122.5
 
-            - name: node2-compute
-              tags: compute
+            - name: node2-control
+              tags: control
               architecture: amd64/generic
               mac_addresses:
                   - "00:1E:67:D4:33:A3"
               power:
                   type: ipmi
-                  address: 10.2.117.144
+                  address: 10.2.117.152
                   user: root
                   pass: root
                   driver: LAN_2_0
@@ -201,7 +201,7 @@ demo-maas:
                   - "00:1E:67:D4:2F:BA"
               power:
                   type: ipmi
-                  address: 10.2.117.146
+                  address: 10.2.117.154
                   user: root
                   pass: root
                   driver: LAN_2_0
@@ -209,6 +209,43 @@ demo-maas:
 #                  mac_address: "38:63:bb:43:b8:9c"
 #                  requested_address: 192.168.122.5
 
+            - name: node4-compute
+              tags: compute
+              architecture: amd64/generic
+              mac_addresses:
+                  - "00:1E:67:D4:37:7E"
+              power:
+                  type: ipmi
+                  address: 10.2.117.156
+                  user: root
+                  pass: root
+                  driver: LAN_2_0
+
+            - name: node5-compute
+              tags: compute
+              architecture: amd64/generic
+              mac_addresses:
+                  - "98:4F:EE:10:04:65"
+              power:
+                  type: ipmi
+                  address: 10.2.117.158
+                  user: root
+                  pass: root
+                  driver: LAN_2_0
+
+            - name: node6-compute
+              tags: compute
+              architecture: amd64/generic
+              mac_addresses:
+                  - "00:1E:67:FE:F4:24"
+              power:
+                  type: ipmi
+                  address: 10.2.117.160
+                  user: root
+                  pass: root
+                  driver: LAN_2_0
+
+
 #            - name: jenkins-slave
 #              tags: jenkins-slave
 #              architecture: amd64/generic
index f655b4a..50ca0f8 100644 (file)
@@ -7,90 +7,144 @@ lab:
       architecture: x86_64
       roles: [network,control]
       nics:
-      - ifname: eth3
+      - ifname: eth1
         spaces: [admin]
         mac: ["00:1E:67:D4:30:38"]
-      - ifname: eth0
+      - ifname: eth2
         spaces: [data]
         mac: ["00:1E:67:C5:5B:08"]
-      - ifname: eth1
+      - ifname: eth3
         spaces: [public]
         mac: ["00:1E:67:C5:5B:09"]
       power:
         type: ipmi
-        address: 10.2.117.142
+        address:10.2.117.150
         user: root
         pass: root
     - name: rack-9-m2
       architecture: x86_64
-      roles: [compute,control,storage]
+      roles: [network,control]
       nics:
-      - ifname: eth3
+      - ifname: eth1
         spaces: [admin]
-        mac: ["00:1E:67:D4:33:A2"]
-      - ifname: eth0
+        mac: ["00:1E:67:D4:33:A3"]
+      - ifname: eth2
         spaces: [data]
-        mac: ["00:1E:67:E2:6C:74"]
-      - ifname: eth1
-        spaces: [public]
         mac: ["00:1E:67:E2:6C:75"]
+      - ifname: eth3
+        spaces: [public]
+        mac: ["00:1E:67:E2:6C:76"]
       power:
         type: ipmi
-        address: 10.2.117.144
+        address:10.2.117.152
         user: root
         pass: root
     - name: rack-9-m3
       architecture: x86_64
-      roles: [compute,control,storage]
+      roles: [network,control]
       nics:
-      - ifname: eth3
+      - ifname: eth1
         spaces: [admin]
         mac: ["00:1E:67:D4:2F:BA"]
-      - ifname: eth0
+      - ifname: eth2
         spaces: [data]
         mac: ["00:1E:67:C5:5B:00"]
-      - ifname: eth1
+      - ifname: eth3
         spaces: [public]
         mac: ["00:1E:67:C5:5B:01"]
       power:
         type: ipmi
-        address: 10.2.117.146
+        address:10.2.117.154
+        user: root
+        pass: root
+    - name: rack-9-m4
+      architecture: x86_64
+      roles: [network,control]
+      nics:
+      - ifname: eth1
+        spaces: [admin]
+        mac: ["00:1E:67:D4:37:7E"]
+      - ifname: eth2
+        spaces: [data]
+        mac: ["00:1E:67:E2:65:D8"]
+      - ifname: eth3
+        spaces: [public]
+        mac: ["00:1E:67:E2:65:D9"]
+      power:
+        type: ipmi
+        address:10.2.117.156
         user: root
         pass: root
-    floating-ip-range: 10.9.15.6,10.9.15.250,10.9.15.254,10.9.15.0/24
-    ext-port: "00:1E:67:C5:5B:09"
+    - name: rack-9-m5
+      architecture: x86_64
+      roles: [network,control]
+      nics:
+      - ifname: eth1
+        spaces: [admin]
+        mac: ["98:4F:EE:10:04:65"]
+      - ifname: eth2
+        spaces: [data]
+        mac: ["00:1E:67:D4:41:B1"]
+      - ifname: eth3
+        spaces: [public]
+        mac: ["00:1E:67:D4:41:30"]
+      power:
+        type: ipmi
+        address:10.2.117.158
+        user: root
+        pass: root
+    - name: rack-9-m6
+      architecture: x86_64
+      roles: [network,control]
+      nics:
+      - ifname: eth1
+        spaces: [admin]
+        mac: ["00:1E:67:FE:F4:24"]
+      - ifname: eth2
+        spaces: [data]
+        mac: ["00:1E:67:9C:35:D8"]
+      - ifname: eth3
+        spaces: [public]
+        mac: ["00:1E:67:9C:35:D9"]
+      power:
+        type: ipmi
+        address:10.2.117.160
+        user: root
+        pass: root
+    floating-ip-range: 10.9.15.6,10.9.15.250,10.9.15.1,10.9.15.0/24
+    ext-port: "eth3"
     dns: 8.8.8.8
     osdomainname:
 opnfv:
     release: c
     distro: trusty
     type: nonha
-    openstack: mitaka
+    openstack: liberty
     sdncontroller:
     - type: nosdn
     storage:
     - type: ceph
-      disk: /srv
+      disk: /dev/sdb
     feature: odl_l2
     spaces:
     - type: admin
       bridge: brAdm
       cidr: 10.9.1.0/24
       gateway: 10.9.1.1
-      vlan: 901
+      vlan:
     - type: data
       bridge: brData
       cidr: 10.9.12.0/24
       gateway:
-      vlan: 902
+      vlan:
     - type: public
       bridge: brPublic
       cidr: 10.9.15.0/24
       gateway: 10.9.15.254
-      vlan: 905
+      vlan:
     - type: external
       bridge: brExt
       cidr:
       gateway:
-      ipaddress: 10.2.117.143
+      ipaddress: 10.2.117.149
       vlan: