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