Change-Id: Ic60c7fe46cdd4f33d92f93a8d0330c293f6c523b
# - 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
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
'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 ...."