From 6d7e8a3612d2bbb10f1cbcb153b6c74f1e641562 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 7 Jun 2015 16:09:48 -0700 Subject: [PATCH] Add apache2-utils (ab) and httping --- prepare-vms/postprep.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/postprep.rc b/prepare-vms/postprep.rc index b06afe46..14232b0c 100755 --- a/prepare-vms/postprep.rc +++ b/prepare-vms/postprep.rc @@ -28,7 +28,7 @@ while addresses: os.system("sudo easy_install pip") os.system("sudo pip install docker-compose==1.3.0rc1") -os.system("sudo apt-get -qy install pssh") +os.system("sudo apt-get -qy install pssh apache2-utils httping") EOF pssh -I "chmod +x /tmp/postprep.py && /tmp/postprep.py" < ips.txt pssh "[ -f .ssh/id_rsa ] || scp -o StrictHostKeyChecking=no node1:.ssh/id_rsa* .ssh"