mirror of https://github.com/ceph/go-ceph
ci: use ceph next tree
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
ddde581874
commit
7f8267475e
|
@ -9,7 +9,7 @@ before_install:
|
|||
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
|
||||
- chmod 600 ~/.ssh/authorized_keys
|
||||
- sudo pip install ceph-deploy
|
||||
- ceph-deploy install --release giant `hostname`
|
||||
- ceph-deploy install --dev next `hostname`
|
||||
- ceph-deploy pkg --install librados-dev `hostname`
|
||||
- bash ci/micro-osd.sh /tmp/micro-ceph
|
||||
- export CEPH_CONF=/tmp/micro-ceph/ceph.conf
|
||||
|
|
Loading…
Reference in New Issue