updated the cide for public address for onos. Also updated the 17/12017/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Thu, 7 Apr 2016 16:22:48 +0000 (11:22 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Thu, 7 Apr 2016 16:41:43 +0000 (16:41 +0000)
gateway for Public address.

Change-Id: Idafd26daa1bb1b2004d395aa0db75cdd0d9b01ce
(cherry picked from commit ddd47003fecfa2263c6923df0cb9b8ce4459401e)

ci/maas/intel/pod5/deployment.yaml
ci/maas/intel/pod6/deployment.yaml
ci/onos/juju_test_prepare.sh

index aaeadd7..29bed00 100755 (executable)
@@ -133,6 +133,7 @@ demo-maas:
               ip: 10.5.15.2
               subnet_mask: 255.255.255.0
               broadcast_ip: 10.5.15.255
+              router_ip: 10.5.15.254
               management: 1
               static_range:
                   low: 10.5.15.20
index ea7d725..d94778c 100755 (executable)
@@ -133,6 +133,7 @@ demo-maas:
               ip: 10.6.15.2
               subnet_mask: 255.255.255.0
               broadcast_ip: 10.6.15.255
+              router_ip: 10.6.15.254
               management: 1
               static_range:
                   low: 10.6.15.20
index 1e3201f..ab3de8c 100644 (file)
@@ -12,14 +12,14 @@ case "$1" in
        COMPUTE_ETH=eth1
         ;;
      'intelpod6' )
-       GW_IP=10.2.66.1
-       CIDR=10.2.66.0/24
-       COMPUTE_ETH=eth2
+       GW_IP=10.6.15.254
+       CIDR=10.6.15.0/24
+       COMPUTE_ETH=eth5
         ;;
      'intelpod5' )
-       GW_IP=10.2.65.1
-       CIDR=10.2.65.0/24
-       COMPUTE_ETH=eth2.724
+       GW_IP=10.5.15.254
+       CIDR=10.5.15.0/24
+       COMPUTE_ETH=eth5
         ;;
      'attvirpod1' )
        GW_IP=10.10.15.1