test: use micro-osd script to setup ci build

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
Noah Watkins 2014-11-27 11:04:19 -08:00
parent d0609a1c54
commit 70e325826b
2 changed files with 8 additions and 11 deletions

View File

@ -8,17 +8,12 @@ before_install:
- ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N ''
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- chmod 600 ~/.ssh/authorized_keys
- sudo apt-get -y install python-virtualenv
- git clone https://github.com/ceph/ceph-deploy
- cd ceph-deploy
- ./bootstrap
- ./ceph-deploy install --release firefly `hostname`
- ./ceph-deploy pkg --install librados-dev `hostname`
install:
- echo "asdf"
script: "exit 0"
- sudo pip install ceph-deploy
- ceph-deploy install --release giant `hostname`
- ceph-deploy pkg --install librados-dev `hostname`
- bash ci/micro-osd.sh /tmp/micro-ceph
- export CEPH_CONF=/tmp/micro-ceph/ceph.conf
- ceph status
notifications:
recipients:

View File

@ -1,5 +1,7 @@
# go-rados - Go bindings for RADOS distributed object store
[![Build Status](https://travis-ci.org/noahdesu/go-rados.svg)](https://travis-ci.org/noahdesu/go-rados)
## Installation
go get github.com/noahdesu/go-rados