]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/ceph-ansible/smoke/basic/2-ceph/ceph_ansible.yaml
import new upstream nautilus stable release 14.2.8
[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.1'
7 branch: stable-4.0
8 vars:
9 ceph_conf_overrides:
10 global:
11 osd default pool size: 2
12 mon pg warn min per osd: 2
13 osd pool default pg num: 64
14 osd pool default pgp num: 64
15 mon_max_pg_per_osd: 1024
16 ceph_test: true
17 ceph_stable_release: mimic
18 osd_scenario: lvm
19 journal_size: 1024
20 osd_auto_discovery: false
21 ceph_origin: repository
22 ceph_repository: dev
23 ceph_mgr_modules:
24 - status
25 - restful
26 cephfs_pools:
27 - name: "cephfs_data"
28 pg_num: "64"
29 - name: "cephfs_metadata"
30 pg_num: "64"
31 dashboard_enabled: false
32 tasks:
33 - ssh-keys:
34 - ceph_ansible:
35 - install.ship_utilities: