Switch from guest to node mode. 97/47597/1
authorBryan Sullivan <bryan.sullivan@att.com>
Tue, 21 Nov 2017 16:34:02 +0000 (08:34 -0800)
committerBryan Sullivan <bryan.sullivan@att.com>
Tue, 21 Nov 2017 16:34:02 +0000 (08:34 -0800)
JIRA: VES-2

Change-Id: I3e61f7f226fe05c79a0f91cc97b8a8ad685ff4ea
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
tools/demo_deploy.sh

index b0b76e8..c326375 100644 (file)
@@ -47,7 +47,7 @@ if [[ "$1" == "master" ]]; then
   ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$node <<EOF
   ves_host="$master"
   export ves_host
-  ves_mode="guest"
+  ves_mode="node"
   export ves_mode
   ves_user="hello"
   export ves_user