mirror of
https://github.com/ceph/ceph
synced 2025-01-03 17:42:36 +00:00
23 lines
523 B
YAML
23 lines
523 B
YAML
|
meta:
|
||
|
- desc: "Build the ceph cluster using ceph-ansible"
|
||
|
|
||
|
overrides:
|
||
|
ceph_ansible:
|
||
|
branch: stable-3.0
|
||
|
vars:
|
||
|
ceph_conf_overrides:
|
||
|
global:
|
||
|
osd default pool size: 2
|
||
|
mon pg warn min per osd: 2
|
||
|
ceph_test: true
|
||
|
ceph_stable_release: luminous
|
||
|
osd_scenario: collocated
|
||
|
journal_size: 1024
|
||
|
osd_auto_discovery: false
|
||
|
ceph_origin: repository
|
||
|
ceph_repository: dev
|
||
|
tasks:
|
||
|
- ssh-keys:
|
||
|
- ceph_ansible:
|
||
|
- install.ship_utilities:
|