Adding vagrant up to Makefile.
diff --git a/Makefile b/Makefile
index 4d586e2..3c70680 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,9 @@
 	@echo "utest        : Run all unit tests"
 	@echo
 
+vagrant:
+	vagrant up
+
 build: fetch utest
 	docker build -t cord/voltha -f Dockerfile .