Code Review
/
ves.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
13338ce
)
Switch from guest to node mode.
97/47597/1
author
Bryan Sullivan
<bryan.sullivan@att.com>
Tue, 21 Nov 2017 16:34:02 +0000
(08:34 -0800)
committer
Bryan 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
patch
|
blob
|
history
diff --git
a/tools/demo_deploy.sh
b/tools/demo_deploy.sh
index
b0b76e8
..
c326375
100644
(file)
--- a/
tools/demo_deploy.sh
+++ b/
tools/demo_deploy.sh
@@
-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