]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml
68cb35cc4e03243e4a1f9bd941b764fb29d3f10b
[ceph.git] / ceph / qa / suites / rgw / tempest / tasks / rgw_tempest.yaml
1 tasks:
2 - install:
3 - ceph:
4 - tox: [ client.0 ]
5 - keystone:
6 client.0:
7 sha1: 17.0.0.0rc2
8 force-branch: master
9 services:
10 - name: swift
11 type: object-store
12 description: Swift Service
13 - rgw:
14 client.0:
15 frontend_prefix: /swift
16 use-keystone-role: client.0
17 - tempest:
18 client.0:
19 sha1: train-last
20 force-branch: master
21 use-keystone-role: client.0
22 auth:
23 admin_username: admin
24 admin_project_name: admin
25 admin_password: ADMIN
26 admin_domain_name: Default
27 tempest_roles: admin
28 identity:
29 uri: http://{keystone_public_host}:{keystone_public_port}/v2.0/
30 uri_v3: http://{keystone_public_host}:{keystone_public_port}/v3/
31 auth_version: v3
32 admin_role: admin
33 default_domain_name: Default
34 object-storage:
35 reseller_admin_role: admin
36 object-storage-feature-enabled:
37 container_sync: false
38 discoverability: true
39 blocklist:
40 - .*test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota
41 - .*test_container_acl_negative.ObjectACLsNegativeTest.*
42 - .*test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_.*
43 - .*test_container_staticweb.StaticWebTest.test_web_index
44 - .*test_container_staticweb.StaticWebTest.test_web_listing_css
45 - .*test_container_synchronization.*
46 - .*test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds
47 - .*test_object_services.ObjectTest.test_create_object_with_transfer_encoding
48
49 overrides:
50 ceph:
51 conf:
52 global:
53 osd_min_pg_log_entries: 10
54 osd_max_pg_log_entries: 10
55 client:
56 rgw keystone api version: 3
57 rgw keystone accepted roles: admin,Member
58 rgw keystone implicit tenants: true
59 rgw keystone accepted admin roles: admin
60 rgw swift enforce content length: true
61 rgw swift account in url: true
62 rgw swift versioning enabled: true
63 rgw keystone admin domain: Default
64 rgw keystone admin user: admin
65 rgw keystone admin password: ADMIN
66 rgw keystone admin project: admin