mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
f99ca7a812
no need to mention ceph_dev_branch explicitly. it will be taken from the ceph branch value mentioned in the teuthology-suite command Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
23 lines
2.8 KiB
YAML
23 lines
2.8 KiB
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
|
|
journal_collocation: true
|
|
journal_size: 1024
|
|
osd_auto_discovery: false
|
|
|
|
tasks:
|
|
- ssh-keys:
|
|
- ceph_ansible:
|
|
- install.ship_utilities:
|