ceph/suites/ceph-ansible/smoke/2-setup/ceph_ansible.yaml
Zack Cerza b3bcf9d188 ceph-ansible: Add openstack hints for volumes
3x20GB per instance

Signed-off-by: Zack Cerza <zack@redhat.com>
2016-03-02 16:34:24 -07:00

20 lines
432 B
YAML

meta:
- desc: "Build the cluster using ceph-ansible; then check health and make the keyring readable"
tasks:
- ceph_ansible:
- exec:
mon.a:
- "sudo ceph health"
- exec:
all:
- "KEYRING=/etc/ceph/ceph.client.admin.keyring; test -f $KEYRING && sudo chmod o+r $KEYRING"
- install.ship_utilities:
overrides:
ceph_ansible:
vars:
ceph_test: true
openstack:
- volumes:
count: 3
size: 20 # GB