modified the public network as per new config changes. 15/12015/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 31 Mar 2016 01:39:54 +0000 (20:39 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Thu, 7 Apr 2016 16:38:08 +0000 (16:38 +0000)
Change-Id: I462d0deb66e91ca9cc6080d3ccc7585fd34ccab9
(cherry picked from commit 8d4d8676dcd2f4fbf7b858ee0b67653802c0ea40)

ci/maas/intel/pod5/deployment.yaml
ci/maas/intel/pod6/deployment.yaml

index 263b3bf..aaeadd7 100755 (executable)
@@ -81,7 +81,7 @@ demo-maas:
 
             auto eth2
             iface eth2 inet static
-            address 10.5.13.2
+            address 10.5.15.2
             netmask 255.255.255.0
 
             auto eth3
@@ -130,16 +130,16 @@ demo-maas:
                   low: 10.5.12.151
                   high: 10.5.12.200
             - device: eth2
-              ip: 10.5.13.2
+              ip: 10.5.15.2
               subnet_mask: 255.255.255.0
-              broadcast_ip: 10.5.13.255
+              broadcast_ip: 10.5.15.255
               management: 1
               static_range:
-                  low: 10.5.13.20
-                  high: 10.5.13.150
+                  low: 10.5.15.20
+                  high: 10.5.15.150
               dynamic_range:
-                  low: 10.5.13.151
-                  high: 10.5.13.200
+                  low: 10.5.15.151
+                  high: 10.5.15.200
 
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.
index 7e986ca..ea7d725 100755 (executable)
@@ -81,7 +81,7 @@ demo-maas:
 
             auto eth2
             iface eth2 inet static
-            address 10.6.13.2
+            address 10.6.15.2
             netmask 255.255.255.0
 
             auto eth3
@@ -130,16 +130,16 @@ demo-maas:
                   low: 10.6.12.151
                   high: 10.6.12.200
             - device: eth2
-              ip: 10.6.13.2
+              ip: 10.6.15.2
               subnet_mask: 255.255.255.0
-              broadcast_ip: 10.6.13.255
+              broadcast_ip: 10.6.15.255
               management: 1
               static_range:
-                  low: 10.6.13.20
-                  high: 10.6.13.150
+                  low: 10.6.15.20
+                  high: 10.6.15.150
               dynamic_range:
-                  low: 10.6.13.151
-                  high: 10.6.13.200
+                  low: 10.6.15.151
+                  high: 10.6.15.200
 
         # Defines the physical nodes which are added to the MAAS cluster
         # controller upon startup of the node.