mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
b3bcf9d188
3x20GB per instance Signed-off-by: Zack Cerza <zack@redhat.com>
20 lines
432 B
YAML
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
|