modified the gateway for oramge lab pod2 87/2887/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 28 Oct 2015 16:00:50 +0000 (11:00 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 28 Oct 2015 16:00:50 +0000 (11:00 -0500)
Change-Id: Ic60c7fe46cdd4f33d92f93a8d0330c293f6c523b

ci/maas/orange/pod2/deployment.yaml
ci/odl/01-deploybundle.sh

index 7af5ea8..86a3c14 100755 (executable)
@@ -45,7 +45,7 @@ demo-maas:
         #  - http://maas.ubuntu.com/docs/api.html#maas-server
         settings:
             main_archive: http://fr.archive.ubuntu.com/ubuntu
-            upstream_dns: 8.8.8.8
+            upstream_dns: 192.168.2.1
             maas_name: orangepod2
             # kernel_opts: "console=tty0 console=ttyS1,115200n8"
             # ntp_server: ntp.ubuntu.com
@@ -72,7 +72,7 @@ demo-maas:
             network 192.168.2.0
             broadcast 192.168.2.255
             gateway 192.168.2.1
-            dns-nameservers 8.8.8.8 127.0.0.1
+            dns-nameservers 192.168.2.1 127.0.0.1
 
             auto eth1
             iface eth1 inet static
index 9de9aa2..3de74fb 100755 (executable)
@@ -22,6 +22,12 @@ case "$3" in
     'orangepod2' )
         sed -i -- 's/10.4.1.1/192.168.2.2/g' ./bundles.yaml
         ;;
+    'intelpod6' )
+        sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml
+        ;;
+    'intelpod6' )
+        sed -i -- 's/10.4.1.1/10.4.1.2/g' ./bundles.yaml
+        ;;
 esac
 
 echo "... Deployment Started ...."