diff options
author | blsaws <bryan.sullivan@att.com> | 2016-04-07 10:45:08 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-04-07 10:45:08 -0700 |
commit | e7afa55f355e967f51c139c290aeccdf1819364c (patch) | |
tree | 506f6465b057acea02b86b3b7dd34c90ddd1a61c /components/congress/joid/install_congress_1b.sh | |
parent | 2800a04e534ddc8d90738fab4b65060e6a5a064e (diff) |
Solution to launch congress-server and exit the ssh session.
JIRA: COPPER-2
Change-Id: Ib71b89b5f27d367ad9322379fd1d8f427fd76d96
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/joid/install_congress_1b.sh')
-rw-r--r-- | components/congress/joid/install_congress_1b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/joid/install_congress_1b.sh b/components/congress/joid/install_congress_1b.sh index 7fae148..3fae1a9 100644 --- a/components/congress/joid/install_congress_1b.sh +++ b/components/congress/joid/install_congress_1b.sh @@ -139,7 +139,7 @@ openstack endpoint create $CONGRESS_SERVICE \ --internalurl http://$CONGRESS_HOST:1789/ echo "Start the Congress service" -ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$CONGRESS_HOST "nohup ~/git/congress/bin/congress-server; exit" +ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$CONGRESS_HOST "~/git/congress/bin/congress-server &>/dev/null &" echo "Wait 30 seconds for Congress service to startup" sleep 30 |