Starting point

Change-Id: I86dab2674688f6d818ce2fb0861ea893d6841df3
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..5025e0f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+help:
+	@echo "tests: Run unit tests (if you're running local, you'll need to have virtual-env activated)"
+
+tests:
+	nosetests -s -v --with-id
+
+build:
+	@echo 'TBD'
+
+clean:
+	@echo 'TBD'
+
+test-call:
+	curl -H "xos-username: xosadmin@opencord.org" -H "xos-password: rk1UYDHZXbu6KVCMkhmV" -X POST --data-binary @test/tosca/test.yaml 127.0.0.1:9200
\ No newline at end of file