mirror of https://github.com/ceph/go-ceph
test: use micro-osd script to setup ci build
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
d0609a1c54
commit
70e325826b
17
.travis.yml
17
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue