You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:40:35 UTC

svn commit: r1132095 - /incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup

Author: benh
Date: Sun Jun  5 08:40:34 2011
New Revision: 1132095

URL: http://svn.apache.org/viewvc?rev=1132095&view=rev
Log:
SSH to hostname as well as localhosts to approve keys

Modified:
    incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup

Modified: incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup?rev=1132095&r1=1132094&r2=1132095&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup (original)
+++ incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup Sun Jun  5 08:40:34 2011
@@ -68,6 +68,7 @@ for master in $MASTERS; do
 done
 
 ssh -q $SSH_OPTS localhost echo -n &
+ssh -q $SSH_OPTS `hostname` echo -n &
 
 if [[ $NUM_ZOOS != 0 ]] ; then
   echo "SSH'ing to ZooKeeper server(s) to approve keys..."