2016-02-19 16:19:35 +00:00
|
|
|
meta:
|
2016-03-01 00:19:51 +00:00
|
|
|
- desc: "Build the cluster using ceph-ansible; then check health and make the keyring readable"
|
2016-02-19 16:19:35 +00:00
|
|
|
tasks:
|
|
|
|
- ceph_ansible:
|
2016-02-29 21:37:10 +00:00
|
|
|
- exec:
|
|
|
|
mon.a:
|
|
|
|
- "sudo ceph health"
|
2016-03-01 00:19:51 +00:00
|
|
|
- exec:
|
|
|
|
all:
|
|
|
|
- "KEYRING=/etc/ceph/ceph.client.admin.keyring; test -f $KEYRING && sudo chmod o+r $KEYRING"
|
2016-02-19 16:19:35 +00:00
|
|
|
- install.ship_utilities:
|
2016-03-01 21:58:34 +00:00
|
|
|
overrides:
|
|
|
|
ceph_ansible:
|
|
|
|
vars:
|
|
|
|
ceph_test: true
|
2016-03-02 23:34:24 +00:00
|
|
|
openstack:
|
|
|
|
- volumes:
|
|
|
|
count: 3
|
|
|
|
size: 20 # GB
|