update ci test for travis

This commit is contained in:
Lei Xue
2018-11-18 17:26:27 +08:00
parent 8af6a91545
commit 6fe661849a
3 changed files with 3 additions and 11 deletions

View File

@@ -12,11 +12,7 @@ CEPH_RELEASE=jewel
mkdir $WORKDIR
pushd $WORKDIR
ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N ''
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
git clone git://github.com/ceph/ceph-deploy
git clone -b "v2.0.0" --single-branch --depth 1 https://github.com/ceph/ceph-deploy
pushd ceph-deploy
./bootstrap
./ceph-deploy install --release ${CEPH_RELEASE} `hostname`