]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml
import 14.2.4 nautilus point release
[ceph.git] / ceph / qa / suites / ceph-ansible / smoke / basic / 2-ceph / ceph_ansible.yaml
1 meta:
2 - desc: "Build the ceph cluster using ceph-ansible"
3
4 overrides:
5 ceph_ansible:
6 ansible-version: "2.8"
7 vars:
8 ceph_conf_overrides:
9 global:
10 osd default pool size: 2
11 mon pg warn min per osd: 2
12 osd pool default pg num: 64
13 osd pool default pgp num: 64
14 mon_max_pg_per_osd: 1024
15 ceph_test: true
16 ceph_stable_release: mimic
17 osd_scenario: lvm
18 journal_size: 1024
19 osd_auto_discovery: false
20 ceph_origin: repository
21 ceph_repository: dev
22 ceph_mgr_modules:
23 - status
24 - restful
25 cephfs_pools:
26 - name: "cephfs_data"
27 pg_num: "64"
28 - name: "cephfs_metadata"
29 pg_num: "64"
30 dashboard_enabled: false
31 tasks:
32 - ssh-keys:
33 - ceph_ansible:
34 - install.ship_utilities: