fmt/gomod update

This commit is contained in:
Lei Xue
2022-12-08 17:27:11 +08:00
parent 82b42798ee
commit 698eb1bb40
10 changed files with 233 additions and 51 deletions

15
hack/ci/ceph_install.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
set -x
sudo apt-get install -y python3-pip
# ceph-deploy and ceph
CEPH_RELEASE=quincy
sudo pip install ceph-deploy
ceph-deploy install --release ${CEPH_RELEASE} `hostname`
ceph-deploy pkg --install librados-dev `hostname`
ceph-deploy pkg --install librbd-dev `hostname`
ceph-deploy pkg --install libcephfs-dev `hostname`