blob: acceb21c869a1749b112f2daec80811dfa1ed101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
tasks:
- install:
- ceph:
- rgw:
client.0:
# force rgw_dns_name to be set with the fully qualified host name;
# it will be appended to the empty string
dns-name: ''
- workunit:
clients:
client.0:
- rgw/test_rgw_orphan_list.sh
overrides:
ceph:
conf:
client:
debug rgw: 20
debug ms: 1
rgw enable static website: false
|