Skip to content

Commit

Permalink
#97 fix: ceph_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Mar 1, 2018
1 parent b790d44 commit 98d3ae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:
before_install:
- docker volume create --name ceph_config
- docker network create --driver=bridge --subnet=192.168.100.0/24 --gateway=192.168.100.1 ceph_network
- travis_wait 30 docker run -d --net=ceph_network --name ceph_demo -v ceph_config:/etc/ceph -e MON_IP=192.168.100.2 -e CEPH_PUBLIC_NETWO
RK=192.168.100.0/24 ceph/demo
- travis_wait 30 docker run -d --net=ceph_network --name ceph_demo -v ceph_config:/etc/ceph -e MON_IP=192.168.100.2 -e CEPH_PUBLIC_NETWORK=192.168.100.0/24 ceph/demo
- docker exec ceph_demo sh -c 'printf "[client]\nid=zorro\nosd max write size =5\nclient mount timeout=120\n[global]\nmon allow pool delete=true\n" >> /etc/ceph/ceph.conf'
- docker restart ceph_demo

Expand Down

0 comments on commit 98d3ae5

Please sign in to comment.