summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml
blob: 1c17a69f73163fabf28e9d90a21cf9af8f6407ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
machine_type: ovh
openstack:
- volumes: # attached to each instance
    count: 3 
    size: 10 # GB
overrides:
    ceph_ansible:
      vars:
        ceph_conf_overrides:
          global:
            osd default pool size: 2
            osd pool default pg num: 128
            osd pool default pgp num: 128
            debug rgw: 20
            debug ms: 1
        ceph_test: true
        journal_collocation: true
        osd_auto_discovery: false
        journal_size: 1024
        ceph_stable_release: luminous
        osd_scenario: collocated
        ceph_origin: repository
        ceph_repository: dev
roles:
- [mon.a, osd.0, osd.1, osd.2, rgw.0]
- [osd.3, osd.4, osd.5]
- [osd.6, osd.7, osd.8]
- [mgr.x]
tasks:
- ssh-keys:
- ceph-ansible:
- s3a-hadoop: