summaryrefslogtreecommitdiffstats
path: root/build/ves-collector.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-12-14 21:41:31 -0800
committerBryan Sullivan <bryan.sullivan@att.com>2017-12-14 21:41:31 -0800
commit0245b4b25908eab4f29c3436fab9a7cf6ca59527 (patch)
tree88da81d68655e98fcab7085f3eb1b6245fa51707 /build/ves-collector.sh
parentd3853d65639a5f5de59e5d529e0230174bbe878a (diff)
Containerize kafka server
JIRA: VES-2 Change-Id: Idc2db4b99de7d2757a7907f3170e58ae9a38f8b5 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'build/ves-collector.sh')
-rw-r--r--build/ves-collector.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/ves-collector.sh b/build/ves-collector.sh
index 4b33f24..58aa354 100644
--- a/build/ves-collector.sh
+++ b/build/ves-collector.sh
@@ -19,9 +19,11 @@
#. Docker hub user logged in e.g. via "sudo docker login"
#.
#. Usage:
-#. bash ves-collector.sh <hub-user> <hub-pass>
+#. bash ves-collector.sh <hub-user>
#. hub-user: username for dockerhub
-#. hub-pass: password for dockerhub
+#.
+#. NOTE: To allow patch testing, this script will not reclone the VES repo
+#. if it exists under /tmp
#.
#. Status: this is a work in progress, under test.