X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=9c4c4677538f933bc3943d61783bfd35b03d5514;hp=3f29f9856e1cb3661a085500e69b1b67ec524bf4;hb=45a2a4b8ce0b75d912d5892d9840c66f160d3775;hpb=06f37e7ba486c598cf2896c87a82c95b8afe17a4 diff --git a/bootstrap.sh b/bootstrap.sh index 3f29f9856e..9c4c467753 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -17,154 +17,10 @@ set -x cat /etc/hostname cat /etc/hosts -export DEBIAN_FRONTEND=noninteractive -sudo apt-get -y update -sudo apt-get -y install libpython2.7-dev python-virtualenv +SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -function ssh_do() { - echo - echo "### " ssh $@ - ssh -i priv_key -o StrictHostKeyChecking=no $@ -} - -VIRL_SERVER=10.30.51.28 -VIRL_USERNAME=jenkins-in -VIRL_PKEY=priv_key - -rm -f ${VIRL_PKEY} -cat > ${VIRL_PKEY} <