aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/ves/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck/ves/README.md')
-rw-r--r--sanitycheck/ves/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/sanitycheck/ves/README.md b/sanitycheck/ves/README.md
new file mode 100644
index 0000000..29309a4
--- /dev/null
+++ b/sanitycheck/ves/README.md
@@ -0,0 +1,21 @@
+VES with DMAAP simulator
+------------------------
+
+### Prerequisites
+* DMaaP Simulator image available.
+
+See README.md in dmaap-simulator directory
+
+### Start
+```
+make start
+```
+
+### Health check
+```
+make health-check
+```
+
+### Stop
+```
+make stop \ No newline at end of file