day01 removing params

Change-Id: Ib9d9111eddf5d01014f3ceca7ec11ca879a96564
diff --git a/day01-image/files/root/interfaces b/day01-image/files/root/interfaces
index 944ae9f..5487659 100644
--- a/day01-image/files/root/interfaces
+++ b/day01-image/files/root/interfaces
@@ -11,8 +11,10 @@
 auto ens3
 iface ens3 inet static
   address $SALT_MASTER_DEPLOY_IP
-  netmask $SALT_MASTER_DEPLOY_NETMASK
+  netmask $DEPLOY_NETWORK_NETMASK
+  gateway $DEPLOY_NETWORK_GW
+  dns-nameservers $DNS_SERVERS
 #auto ens4
 #iface ens4 inet static
 #  address $SALT_MASTER_CONTROL_IP
-#  netmask $SALT_MASTER_CONTROL_NETMASK
\ No newline at end of file
+#  netmask $SALT_MASTER_CONTROL_NETMASK