Vagrantfile and Makefile required for creating vagrant base image -
Also updating .gitignore file to not to incluse the created
vagrant base box in the commit

Change-Id: If7508f8c67e47b1cf282eb72cd6e32ba8442312f
diff --git a/.gitignore b/.gitignore
index 1e1f0e1..dda5675 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
 
 # Vagrant
 .vagrant
+*.box
 
 # Ansible
 ansible/*.retry