ceph/qa/suites/ceph-ansible/smoke/basic/ceph_ansible.yaml
Vasu Kulkarni 60d00e0ead Separate the main task from options
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-08-18 11:05:01 -07:00

24 lines
559 B
YAML

meta:
- desc: "Build the ceph cluster using ceph-ansible"
overrides:
ceph_ansible:
vars:
ceph_conf_overrides:
global:
osd default pool size: 2
mon pg warn min per osd: 2
ceph_dev: true
ceph_dev_key: https://download.ceph.com/keys/autobuild.asc
ceph_origin: upstream
ceph_test: true
ceph_stable_release: luminous
osd_scenario: collocated
journal_size: 1024
osd_auto_discovery: false
tasks:
- ssh-keys:
- ceph_ansible:
- install.ship_utilities: