diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-28 11:00:50 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-28 11:00:50 -0500 |
commit | 7a817ea24fa6b9aa90db5e0cfe24d624aac63388 (patch) | |
tree | b7c2cbbe10939030185fd45f706a97d45b96629d /ci/maas/orange/pod2 | |
parent | 282c1b886b52722d38c2e789e2df960506a198d9 (diff) |
modified the gateway for oramge lab pod2
Change-Id: Ic60c7fe46cdd4f33d92f93a8d0330c293f6c523b
Diffstat (limited to 'ci/maas/orange/pod2')
-rwxr-xr-x | ci/maas/orange/pod2/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/maas/orange/pod2/deployment.yaml b/ci/maas/orange/pod2/deployment.yaml index 7af5ea8a..86a3c144 100755 --- a/ci/maas/orange/pod2/deployment.yaml +++ b/ci/maas/orange/pod2/deployment.yaml @@ -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 |