summaryrefslogtreecommitdiffstats
path: root/config/vm.args
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-08-22 18:07:40 -0400
committerTommy Carpenter <tommy@research.att.com>2017-08-22 18:08:22 -0400
commit647addf5d6c78b2b8c941cc9cd8c57a3eb9f30b4 (patch)
tree4de88ed0c8b175b271b5d7da6076ebf3da40e466 /config/vm.args
parentc7b6dc90e4cde0ac8524539fc02ab2943c88048a (diff)
[DCAEGEN2-42] Initial commit of broker
Change-Id: I1c553c82d5b39a4c134c44e2320ac0e44785e0ef Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'config/vm.args')
-rw-r--r--config/vm.args9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/vm.args b/config/vm.args
new file mode 100644
index 0000000..cbe012c
--- /dev/null
+++ b/config/vm.args
@@ -0,0 +1,9 @@
+# only show the programmed prompt
+-noshell
+
+## Name of the node
+-sname cdapbroker@localhost
+
+## Cookie for distributed erlang
+-setcookie cdapbroker
+