Search is not available for this dataset
repo
stringlengths 2
152
⌀ | file
stringlengths 15
239
| code
stringlengths 0
58.4M
| file_length
int64 0
58.4M
| avg_line_length
float64 0
1.81M
| max_line_length
int64 0
12.7M
| extension_type
stringclasses 364
values |
---|---|---|---|---|---|---|
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/clusters.yaml | roles:
- [c1.mon.a, c1.mgr.x, c1.osd.0, c1.osd.1, c1.osd.2, c1.client.0]
- [c2.mon.a, c2.mgr.x, c2.osd.0, c2.osd.1, c2.osd.2, c2.client.0, c2.client.1]
| 152 | 37.25 | 78 | yaml |
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/frontend.yaml | .qa/rgw_frontend/beast.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/overrides.yaml | overrides:
ceph:
log-ignorelist:
- \(PG_AVAILABILITY\)
wait-for-scrub: false
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo=
rgw crypt require ssl: false
rgw sync log trim interval: 0
rgw curl low speed time: 300
rgw md log max shards: 4
rgw data log num shards: 4
rgw sync obj etag verify: true
rgw:
compression type: random
rgw-multisite-tests:
branch: pacific # run pacific branch of tests
repo: https://github.com/ceph/ceph.git
| 692 | 27.875 | 96 | yaml |
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/realm.yaml | overrides:
rgw-multisite:
realm:
name: test-realm
is default: true
zonegroups:
- name: test-zonegroup
is_master: true
is_default: true
endpoints: [c1.client.0]
zones:
- name: test-zone1
is_master: true
is_default: true
endpoints: [c1.client.0]
- name: test-zone2
is_default: true
endpoints: [c2.client.0]
rgw-multisite-tests:
args: [tests.py]
| 489 | 22.333333 | 36 | yaml |
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/tasks.yaml | tasks:
- install:
branch: pacific
- ceph: {cluster: c1}
- ceph: {cluster: c2}
- parallel:
- upgrade-task
- rgw:
c1.client.0:
port: 8000
c2.client.0:
port: 8000
c2.client.1:
port: 8001
- rgw-multisite:
- rgw-multisite-tests:
config:
reconfigure_delay: 60
| 300 | 14.842105 | 27 | yaml |
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/upgrade/primary.yaml | upgrade-task:
- install.upgrade: # leave c2 on pacific, upgrade c1 to current
c1.mon.a:
c1.mgr.x:
c1.osd.0:
c1.osd.1:
c1.osd.2:
c1.client.0:
| 165 | 17.444444 | 63 | yaml |
null | ceph-main/qa/suites/rgw-multisite-upgrade/pacific-x/upgrade/secondary.yaml | upgrade-task:
- install.upgrade: # leave c1 on pacific, upgrade c2 to current
c2.mon.a:
c2.mgr.x:
c2.osd.0:
c2.osd.1:
c2.osd.2:
c2.client.0:
c2.client.1:
| 182 | 17.3 | 63 | yaml |
null | ceph-main/qa/suites/rgw/cloud-transition/cluster.yaml | roles:
- [mon.a, osd.0, osd.1, osd.2, mgr.0, client.0, client.1]
#- [mon.b, osd.3, osd.4, osd.5, mgr.1, client.2, client.3]
| 124 | 30.25 | 58 | yaml |
null | ceph-main/qa/suites/rgw/cloud-transition/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
rgw crypt require ssl: false
rgw lc debug interval: 10
rgw:
storage classes: LUKEWARM, FROZEN
frontend: beast
| 440 | 28.4 | 151 | yaml |
null | ceph-main/qa/suites/rgw/cloud-transition/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/cloud-transition/tasks/cloud_transition_s3tests.yaml | tasks:
- install:
- ceph:
- rgw:
storage classes: LUKEWARM, FROZEN
client.0:
port: 8000
client.1:
port: 8001
#client.2:
#port: 8002
#client.3:
#port: 8003
- rgw-cloudtier:
client.0:
# cloudtier storage class params
# retain_head_object = false
cloud_storage_class: CLOUDTIER-CLIENT0
cloud_client: client.1
cloud_regular_storage_class: LUKEWARM
cloud_target_storage_class: FROZEN
cloud_retain_head_object: "false"
cloud_target_path: "teuthology-client0"
cloudtier_user:
# cloud-user creds to be created on cloud-client
cloud_secret: "abcefgh"
cloud_access_key: "12345678"
#client.2:
# cloudtier storage class params
# retain_head_object = true
#
# Having multiple cloudtier storage classes
# in the same task is increasing the transition
# time and resulting in spurious failures.
# Hence disabling this until there is a
# consistent way of running the tests
# without having to depend on lc_debug_interval.
#
#cloud_storage_class: CLOUDTIER-CLIENT2
#cloud_client: client.3
#cloud_regular_storage_class: LUKEWARM
#cloud_retain_head_object: "true"
#cloud_target_path: "teuthology-client2"
#cloudtier_user:
# cloud-user creds to be created on cloud-client
#cloud_secret: "foobar"
#cloud_access_key: "87654321"
- tox: [client.0]
- s3tests:
client.0:
rgw_server: client.0
storage classes: LUKEWARM, FROZEN
extra_attrs: ["cloud_transition"]
lc_debug_interval: 10
cloudtier_tests: True
#client.2:
#force-branch: ceph-master
#rgw_server: client.2
#storage classes: LUKEWARM, FROZEN
#extra_attrs: ["cloud_transition"]
#lc_debug_interval: 10
#cloudtier_tests: True
| 1,879 | 28.84127 | 56 | yaml |
null | ceph-main/qa/suites/rgw/crypt/ignore-pg-availability.yaml | .qa/rgw/ignore-pg-availability.yaml | 35 | 35 | 35 | yaml |
null | ceph-main/qa/suites/rgw/crypt/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/crypt/0-cluster/fixed-1.yaml | ../../../../clusters/fixed-1.yaml | 33 | 33 | 33 | yaml |
null | ceph-main/qa/suites/rgw/crypt/1-ceph-install/install.yaml | tasks:
- install:
- ceph:
| 26 | 5.75 | 10 | yaml |
null | ceph-main/qa/suites/rgw/crypt/2-kms/barbican.yaml | overrides:
ceph:
conf:
client:
rgw crypt s3 kms backend: barbican
rgw keystone barbican project: rgwcrypt
rgw keystone barbican user: rgwcrypt-user
rgw keystone barbican password: rgwcrypt-pass
rgw keystone barbican domain: Default
rgw keystone api version: 3
rgw keystone accepted roles: admin,Member,creator
rgw keystone implicit tenants: true
rgw keystone accepted admin roles: admin
rgw swift enforce content length: true
rgw swift account in url: true
rgw swift versioning enabled: true
rgw keystone admin project: admin
rgw keystone admin user: admin
rgw keystone admin password: ADMIN
rgw keystone admin domain: Default
rgw:
client.0:
use-keystone-role: client.0
use-barbican-role: client.0
tasks:
- tox: [ client.0 ]
- keystone:
client.0:
force-branch: stable/xena
projects:
- name: rgwcrypt
description: Encryption Tenant
domain: default
- name: barbican
description: Barbican
domain: default
- name: s3
description: S3 project
domain: default
users:
- name: rgwcrypt-user
password: rgwcrypt-pass
project: rgwcrypt
domain: default
- name: barbican-user
password: barbican-pass
project: barbican
domain: default
- name: s3-user
password: s3-pass
project: s3
domain: default
roles: [ name: Member, name: creator ]
role-mappings:
- name: Member
user: rgwcrypt-user
project: rgwcrypt
- name: admin
user: barbican-user
project: barbican
- name: creator
user: s3-user
project: s3
services:
- name: swift
type: object-store
description: Swift Service
- barbican:
client.0:
force-branch: stable/xena
use-keystone-role: client.0
keystone_authtoken:
auth_plugin: password
username: barbican-user
password: barbican-pass
user_domain_name: Default
rgw_user:
tenantName: rgwcrypt
username: rgwcrypt-user
password: rgwcrypt-pass
secrets:
- name: my-key-1
base64: a2V5MS5GcWVxKzhzTGNLaGtzQkg5NGVpb1FKcFpGb2c=
tenantName: s3
username: s3-user
password: s3-pass
- name: my-key-2
base64: a2V5Mi5yNUNNMGFzMVdIUVZxcCt5NGVmVGlQQ1k4YWg=
tenantName: s3
username: s3-user
password: s3-pass
| 2,670 | 27.72043 | 62 | yaml |
null | ceph-main/qa/suites/rgw/crypt/2-kms/kmip.yaml | overrides:
ceph:
conf:
client:
rgw crypt s3 kms backend: kmip
rgw crypt kmip ca path: /etc/ceph/kmiproot.crt
rgw crypt kmip client cert: /etc/ceph/kmip-client.crt
rgw crypt kmip client key: /etc/ceph/kmip-client.key
rgw crypt kmip kms key template: pykmip-$keyid
rgw:
client.0:
use-pykmip-role: client.0
tasks:
- openssl_keys:
kmiproot:
client: client.0
cn: kmiproot
key-type: rsa:4096
kmip-server:
client: client.0
ca: kmiproot
kmip-client:
client: client.0
ca: kmiproot
cn: rgw-client
- exec:
client.0:
- chmod 644 /home/ubuntu/cephtest/ca/kmip-client.key
- pykmip:
client.0:
clientca: kmiproot
servercert: kmip-server
clientcert: kmip-client
secrets:
- name: pykmip-my-key-1
- name: pykmip-my-key-2
| 877 | 22.105263 | 61 | yaml |
null | ceph-main/qa/suites/rgw/crypt/2-kms/testing.yaml | overrides:
ceph:
conf:
client:
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption_keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
| 237 | 33 | 151 | yaml |
null | ceph-main/qa/suites/rgw/crypt/2-kms/vault_kv.yaml | overrides:
ceph:
conf:
client:
rgw crypt s3 kms backend: vault
rgw crypt vault auth: token
rgw crypt vault secret engine: kv
rgw crypt vault prefix: /v1/kv/data
rgw:
client.0:
use-vault-role: client.0
tasks:
- vault:
client.0:
install_url: https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip
install_sha256: 7725b35d9ca8be3668abe63481f0731ca4730509419b4eb29fa0b0baa4798458
root_token: test_root_token
engine: kv
prefix: /v1/kv/data/
secrets:
- path: my-key-1
secret: a2V5MS5GcWVxKzhzTGNLaGtzQkg5NGVpb1FKcFpGb2c=
- path: my-key-2
secret: a2V5Mi5yNUNNMGFzMVdIUVZxcCt5NGVmVGlQQ1k4YWg=
| 734 | 27.269231 | 89 | yaml |
null | ceph-main/qa/suites/rgw/crypt/2-kms/vault_old.yaml | overrides:
ceph:
conf:
client:
rgw crypt s3 kms backend: vault
rgw crypt vault auth: token
rgw crypt vault secret engine: transit
rgw crypt vault prefix: /v1/transit/export/encryption-key/
rgw:
client.0:
use-vault-role: client.0
tasks:
- vault:
client.0:
install_url: https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip
install_sha256: 7725b35d9ca8be3668abe63481f0731ca4730509419b4eb29fa0b0baa4798458
root_token: test_root_token
engine: transit
flavor: old
prefix: /v1/transit/keys/
secrets:
- path: my-key-1
- path: my-key-2
| 664 | 25.6 | 89 | yaml |
null | ceph-main/qa/suites/rgw/crypt/2-kms/vault_transit.yaml | overrides:
ceph:
conf:
client:
rgw crypt s3 kms backend: vault
rgw crypt vault auth: token
rgw crypt vault secret engine: transit
rgw crypt vault prefix: /v1/transit/
rgw crypt sse s3 backend: vault
rgw crypt sse s3 vault auth: token
rgw crypt sse s3 vault secret engine: transit
rgw crypt sse s3 vault prefix: /v1/transit/
rgw:
client.0:
use-vault-role: client.0
s3tests:
with-sse-s3: true
tasks:
- vault:
client.0:
install_url: https://releases.hashicorp.com/vault/1.2.2/vault_1.2.2_linux_amd64.zip
install_sha256: 7725b35d9ca8be3668abe63481f0731ca4730509419b4eb29fa0b0baa4798458
root_token: test_root_token
engine: transit
prefix: /v1/transit/keys/
secrets:
- path: my-key-1
- path: my-key-2
| 846 | 27.233333 | 89 | yaml |
null | ceph-main/qa/suites/rgw/crypt/3-rgw/rgw.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
rgw crypt require ssl: false
debug rgw: 20
rgw:
compression type: random
tasks:
- rgw:
client.0:
| 212 | 13.2 | 36 | yaml |
null | ceph-main/qa/suites/rgw/crypt/4-tests/s3tests.yaml | tasks:
- tox: [client.0]
- s3tests:
client.0:
barbican:
kms_key: my-key-1
kms_key2: my-key-2
vault_kv:
key_path: my-key-1
key_path2: my-key-2
vault_old:
key_path: my-key-1/1
key_path2: my-key-2/1
vault_transit:
key_path: my-key-1
key_path2: my-key-2
| 342 | 19.176471 | 29 | yaml |
null | ceph-main/qa/suites/rgw/d4n/cluster.yaml | roles:
- [mon.a, osd.0, osd.1, osd.2, mgr.0, client.0]
| 55 | 17.666667 | 47 | yaml |
null | ceph-main/qa/suites/rgw/d4n/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw filter: d4n
rgw:
frontend: beast
| 161 | 13.727273 | 23 | yaml |
null | ceph-main/qa/suites/rgw/d4n/tasks/rgw_d4ntests.yaml | tasks:
- install:
# extra packages added for the rgw-d4ntests task
extra_system_packages:
deb: ['s3cmd', 'redis']
rpm: ['s3cmd', 'redis']
- ceph:
- rgw: [client.0]
- tox: [client.0]
- exec:
client.0:
- sudo chmod 0777 /var/lib/ceph
- sudo chmod 0777 /var/lib/ceph/radosgw
- d4ntests:
client.0:
- workunit:
clients:
client.0:
- rgw/run-d4n.sh
| 398 | 18.95 | 52 | yaml |
null | ceph-main/qa/suites/rgw/dbstore/cluster.yaml | roles:
- [mon.a, osd.0, osd.1, osd.2, mgr.0, client.0]
| 56 | 13.25 | 47 | yaml |
null | ceph-main/qa/suites/rgw/dbstore/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt require ssl: false
rgw config store: dbstore
rgw backend store: dbstore
rgw:
frontend: beast
| 243 | 17.769231 | 36 | yaml |
null | ceph-main/qa/suites/rgw/dbstore/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/dbstore/tasks/rgw_s3tests.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- tox: [client.0]
- exec:
client.0:
- sudo chmod 0777 /var/lib/ceph
- sudo chmod 0777 /var/lib/ceph/radosgw
- sudo chmod 0777 /var/lib/ceph/radosgw/dbstore-default_ns.db
- s3tests:
client.0:
dbstore_tests: True
rgw_server: client.0
extra_attrs: ["not fails_on_dbstore"]
| 358 | 21.4375 | 67 | yaml |
null | ceph-main/qa/suites/rgw/hadoop-s3a/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
| 88 | 11.714286 | 22 | yaml |
null | ceph-main/qa/suites/rgw/hadoop-s3a/s3a-hadoop.yaml | tasks:
- install:
- ceph:
- ssh-keys:
- dnsmasq:
client.0: [s3.]
- rgw:
client.0:
dns-name: s3.
- s3a-hadoop:
role: client.0
| 143 | 11 | 19 | yaml |
null | ceph-main/qa/suites/rgw/hadoop-s3a/clusters/fixed-2.yaml | .qa/clusters/fixed-2.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/hadoop-s3a/hadoop/default.yaml | 1 | 0 | 0 | yaml |
|
null | ceph-main/qa/suites/rgw/hadoop-s3a/hadoop/v32.yaml | overrides:
s3a-hadoop:
hadoop-version: '3.2.0'
| 53 | 12.5 | 27 | yaml |
null | ceph-main/qa/suites/rgw/lifecycle/cluster.yaml | roles:
- [mon.a, osd.0, osd.1, osd.2, mgr.0, client.0]
openstack:
- volumes: # attached to each instance
count: 1
size: 10 # GB
overrides:
rgw:
frontend: beast | 173 | 18.333333 | 47 | yaml |
null | ceph-main/qa/suites/rgw/lifecycle/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
rgw crypt require ssl: false
rgw lc debug interval: 10
rgw:
storage classes: LUKEWARM, FROZEN
| 420 | 29.071429 | 151 | yaml |
null | ceph-main/qa/suites/rgw/lifecycle/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/lifecycle/tasks/rgw_s3tests.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- tox: [client.0]
- s3tests:
client.0:
rgw_server: client.0
storage classes: LUKEWARM, FROZEN
extra_attrs: ["lifecycle"]
lc_debug_interval: 10
overrides:
ceph:
conf:
client:
debug rgw: 20
rgw lc debug interval: 10
storage classes: LUKEWARM, FROZEN
rgw:
storage classes: LUKEWARM, FROZEN
| 401 | 18.142857 | 41 | yaml |
null | ceph-main/qa/suites/rgw/multifs/ignore-pg-availability.yaml | .qa/rgw/ignore-pg-availability.yaml | 35 | 35 | 35 | yaml |
null | ceph-main/qa/suites/rgw/multifs/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
rgw crypt require ssl: false
rgw:
storage classes: LUKEWARM, FROZEN
| 386 | 28.769231 | 151 | yaml |
null | ceph-main/qa/suites/rgw/multifs/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/multifs/ubuntu_latest.yaml | .qa/distros/supported/ubuntu_latest.yaml | 40 | 40 | 40 | yaml |
null | ceph-main/qa/suites/rgw/multifs/clusters/fixed-2.yaml | .qa/clusters/fixed-2.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- workunit:
clients:
client.0:
- rgw/s3_bucket_quota.pl
overrides:
ceph:
conf:
client:
rgw relaxed s3 bucket names: true
| 203 | 13.571429 | 41 | yaml |
null | ceph-main/qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- workunit:
clients:
client.0:
- rgw/s3_multipart_upload.pl
overrides:
ceph:
conf:
client:
rgw relaxed s3 bucket names: true
| 207 | 13.857143 | 41 | yaml |
null | ceph-main/qa/suites/rgw/multifs/tasks/rgw_ragweed.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- tox: [client.0]
- ragweed:
client.0:
default-branch: ceph-master
rgw_server: client.0
stages: prepare
- ragweed:
client.0:
default-branch: ceph-master
rgw_server: client.0
stages: check
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10
| 353 | 15.857143 | 33 | yaml |
null | ceph-main/qa/suites/rgw/multifs/tasks/rgw_s3tests.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- tox: [client.0]
- s3tests:
client.0:
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10
| 191 | 12.714286 | 33 | yaml |
null | ceph-main/qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
- workunit:
clients:
client.0:
- rgw/s3_user_quota.pl
overrides:
ceph:
conf:
client:
rgw relaxed s3 bucket names: true
| 201 | 13.428571 | 41 | yaml |
null | ceph-main/qa/suites/rgw/multisite/clusters.yaml | roles:
- [c1.mon.a, c1.mgr.x, c1.osd.0, c1.osd.1, c1.osd.2, c1.client.0, c1.client.1]
- [c2.mon.a, c2.mgr.x, c2.osd.0, c2.osd.1, c2.osd.2, c2.client.0, c2.client.1]
| 165 | 40.5 | 78 | yaml |
null | ceph-main/qa/suites/rgw/multisite/ignore-pg-availability.yaml | .qa/rgw/ignore-pg-availability.yaml | 35 | 35 | 35 | yaml |
null | ceph-main/qa/suites/rgw/multisite/notify.yaml | overrides:
ceph:
conf:
client.0: # disable notifications on one zone per cluster
rgw data notify interval msec: 0
| 134 | 21.5 | 63 | yaml |
null | ceph-main/qa/suites/rgw/multisite/omap_limits.yaml | overrides:
ceph:
conf:
osd:
# remove the threshold so that test_bucket_index_log_trim() will test DeleteRange
rocksdb delete range threshold: 0
# instead of expanding the matrix, run each osd with a different omap limit
osd.0:
osd_max_omap_entries_per_request: 10
osd.1:
osd_max_omap_entries_per_request: 1000
osd.2:
osd_max_omap_entries_per_request: 10000
| 433 | 30 | 89 | yaml |
null | ceph-main/qa/suites/rgw/multisite/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
debug rgw sync: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo=
rgw crypt require ssl: false
rgw sync log trim interval: 0
rgw curl low speed time: 300
rgw md log max shards: 4
rgw data log num shards: 4
rgw sync obj etag verify: true
rgw sync meta inject err probability: 0.1
rgw sync data inject err probability: 0.1
rgw:
compression type: random
| 631 | 29.095238 | 96 | yaml |
null | ceph-main/qa/suites/rgw/multisite/realms/three-zones.yaml | overrides:
rgw-multisite:
realm:
name: test-realm
is default: true
zonegroups:
- name: test-zonegroup
is_master: true
is_default: true
endpoints: [c1.client.0]
enabled_features: ['resharding']
zones:
- name: test-zone1
is_master: true
is_default: true
endpoints: [c1.client.0]
- name: test-zone2
is_default: true
endpoints: [c2.client.0]
- name: test-zone3
endpoints: [c1.client.1]
rgw-multisite-tests:
args: [tests.py]
| 596 | 23.875 | 40 | yaml |
null | ceph-main/qa/suites/rgw/multisite/realms/two-zonegroup.yaml | overrides:
rgw-multisite:
realm:
name: test-realm
is default: true
zonegroups:
- name: a
is_master: true
is_default: true
endpoints: [c1.client.0]
enabled_features: ['resharding']
zones:
- name: a1
is_master: true
is_default: true
endpoints: [c1.client.0]
- name: a2
endpoints: [c1.client.1]
- name: b
is_default: true
endpoints: [c2.client.0]
enabled_features: ['resharding']
zones:
- name: b1
is_master: true
is_default: true
endpoints: [c2.client.0]
- name: b2
endpoints: [c2.client.1]
rgw-multisite-tests:
args: [tests.py]
| 775 | 23.25 | 40 | yaml |
null | ceph-main/qa/suites/rgw/multisite/tasks/test_multi.yaml | tasks:
- install:
- ceph: {cluster: c1}
- ceph: {cluster: c2}
- rgw:
c1.client.0:
port: 8000
c1.client.1:
port: 8001
c2.client.0:
port: 8000
c2.client.1:
port: 8001
- rgw-multisite:
- rgw-multisite-tests:
config:
reconfigure_delay: 60
| 285 | 14.888889 | 27 | yaml |
null | ceph-main/qa/suites/rgw/notifications/beast.yaml | .qa/rgw_frontend/beast.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/notifications/bluestore-bitmap.yaml | .qa/objectstore/bluestore-bitmap.yaml | 37 | 37 | 37 | yaml |
null | ceph-main/qa/suites/rgw/notifications/fixed-2.yaml | .qa/clusters/fixed-2.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/notifications/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
rgw crypt require ssl: false
rgw:
storage classes: LUKEWARM, FROZEN
| 386 | 28.769231 | 151 | yaml |
null | ceph-main/qa/suites/rgw/notifications/supported-all-distro$/centos_8.yaml | ../.qa/distros/supported-all-distro/centos_8.yaml | 49 | 49 | 49 | yaml |
null | ceph-main/qa/suites/rgw/notifications/tasks/0-install.yaml | tasks:
- install:
- ceph:
- openssl_keys:
- rgw:
client.0:
overrides:
ceph:
conf:
global:
osd_min_pg_log_entries: 10
osd_max_pg_log_entries: 10
client:
rgw lc debug interval: 10
| 225 | 13.125 | 34 | yaml |
null | ceph-main/qa/suites/rgw/notifications/tasks/test_amqp.yaml | tasks:
- rabbitmq:
client.0:
- notification-tests:
client.0:
extra_attr: ["amqp_test"]
rgw_server: client.0
| 128 | 15.125 | 31 | yaml |
null | ceph-main/qa/suites/rgw/notifications/tasks/test_kafka.yaml | tasks:
- kafka:
client.0:
kafka_version: 2.6.0
- notification-tests:
client.0:
extra_attr: ["kafka_test"]
rgw_server: client.0
| 153 | 16.111111 | 32 | yaml |
null | ceph-main/qa/suites/rgw/notifications/tasks/test_others.yaml | tasks:
- notification-tests:
client.0:
rgw_server: client.0
| 70 | 13.2 | 26 | yaml |
null | ceph-main/qa/suites/rgw/service-token/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw keystone api version: 3
rgw keystone url: http://localhost:5000
rgw keystone accepted roles: admin,Member
rgw keystone implicit tenants: true
rgw keystone accepted admin roles: admin
rgw swift enforce content length: true
rgw swift account in url: true
rgw swift versioning enabled: true
rgw keystone admin domain: Default
rgw keystone admin user: admin
rgw keystone admin password: ADMIN
rgw keystone admin project: admin
rgw keystone service token enabled: true
rgw keystone service token accepted roles: admin
rgw keystone expired token cache expiration: 10
| 795 | 33.608696 | 56 | yaml |
null | ceph-main/qa/suites/rgw/service-token/ubuntu_latest.yaml | .qa/distros/supported/ubuntu_latest.yaml | 40 | 40 | 40 | yaml |
null | ceph-main/qa/suites/rgw/service-token/clusters/fixed-1.yaml | .qa/clusters/fixed-1.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/service-token/tasks/service-token.yaml | tasks:
- install:
- ceph:
- rgw:
client.0:
port: 8000
- workunit:
basedir: qa/workunits/rgw
clients:
client.0:
- keystone-service-token.sh
| 171 | 13.333333 | 35 | yaml |
null | ceph-main/qa/suites/rgw/singleton/ignore-pg-availability.yaml | .qa/rgw/ignore-pg-availability.yaml | 35 | 35 | 35 | yaml |
null | ceph-main/qa/suites/rgw/singleton/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
| 110 | 12.875 | 22 | yaml |
null | ceph-main/qa/suites/rgw/singleton/all/radosgw-admin.yaml | roles:
- [mon.a, osd.0]
- [mgr.x, client.0, osd.1, osd.2, osd.3]
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
tasks:
- install:
- ceph:
conf:
client:
debug ms: 1
rgw gc obj min wait: 15
osd:
debug ms: 1
debug objclass : 20
- rgw:
client.0:
- radosgw-admin:
- radosgw-admin-rest:
| 367 | 15.727273 | 40 | yaml |
null | ceph-main/qa/suites/rgw/sts/cluster.yaml | .qa/clusters/fixed-2.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/sts/ignore-pg-availability.yaml | .qa/rgw/ignore-pg-availability.yaml | 35 | 35 | 35 | yaml |
null | ceph-main/qa/suites/rgw/sts/objectstore.yaml | .qa/objectstore/bluestore-bitmap.yaml | 37 | 37 | 37 | yaml |
null | ceph-main/qa/suites/rgw/sts/overrides.yaml | overrides:
ceph:
conf:
global:
osd_min_pg_log_entries: 10
osd_max_pg_log_entries: 10
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
rgw crypt require ssl: false
rgw lc debug interval: 10
rgw sts key: abcdefghijklmnop
rgw s3 auth use sts: true
rgw:
storage classes: LUKEWARM, FROZEN
| 576 | 29.368421 | 151 | yaml |
null | ceph-main/qa/suites/rgw/sts/pool-type.yaml | .qa/rgw_pool_type/replicated.yaml | 33 | 33 | 33 | yaml |
null | ceph-main/qa/suites/rgw/sts/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/sts/tasks/0-install.yaml | tasks:
- install:
- ceph:
- openssl_keys:
- rgw:
client.0:
| 63 | 8.142857 | 15 | yaml |
null | ceph-main/qa/suites/rgw/sts/tasks/1-keycloak.yaml | tasks:
- tox: [ client.0 ]
- keycloak:
client.0:
keycloak_version: 11.0.0
| 84 | 13.166667 | 30 | yaml |
null | ceph-main/qa/suites/rgw/sts/tasks/2-s3tests.yaml | tasks:
- s3tests:
client.0:
sts_tests: True
webidentity_tests: True
rgw_server: client.0
| 111 | 15 | 29 | yaml |
null | ceph-main/qa/suites/rgw/tempest/overrides.yaml | overrides:
ceph:
conf:
client:
setuser: ceph
setgroup: ceph
debug rgw: 20
| 110 | 12.875 | 22 | yaml |
null | ceph-main/qa/suites/rgw/tempest/ubuntu_latest.yaml | .qa/distros/supported/ubuntu_latest.yaml | 40 | 40 | 40 | yaml |
null | ceph-main/qa/suites/rgw/tempest/clusters/fixed-1.yaml | .qa/clusters/fixed-1.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml | tasks:
- install:
- ceph:
- tox: [ client.0 ]
- keystone:
client.0:
force-branch: stable/2023.1
services:
- name: swift
type: object-store
description: Swift Service
- rgw:
client.0:
frontend_prefix: /swift
use-keystone-role: client.0
- tempest:
client.0:
sha1: 34.1.0
force-branch: master
use-keystone-role: client.0
auth:
admin_username: admin
admin_project_name: admin
admin_password: ADMIN
admin_domain_name: Default
tempest_roles: admin
identity:
uri: http://{keystone_public_host}:{keystone_public_port}/v2.0/
uri_v3: http://{keystone_public_host}:{keystone_public_port}/v3/
auth_version: v3
admin_role: admin
default_domain_name: Default
object-storage:
reseller_admin_role: admin
object-storage-feature-enabled:
container_sync: false
discoverability: true
# TODO(tobias-urdin): Use sha256 when supported in RadosGW
tempurl_digest_hashlib: sha1
blocklist:
- .*test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota
- .*test_container_acl_negative.ObjectACLsNegativeTest.*
- .*test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_.*
- .*test_container_staticweb.StaticWebTest.test_web_index
- .*test_container_staticweb.StaticWebTest.test_web_listing_css
- .*test_container_synchronization.*
- .*test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds
- .*test_object_services.ObjectTest.test_create_object_with_transfer_encoding
- .*test_container_services.ContainerTest.test_create_container_with_remove_metadata_key
- .*test_container_services.ContainerTest.test_create_container_with_remove_metadata_value
- .*test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time
- .*test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time
- .*test_account_services.AccountTest.test_list_no_account_metadata
overrides:
ceph:
conf:
global:
osd_min_pg_log_entries: 10
osd_max_pg_log_entries: 10
client:
rgw keystone api version: 3
rgw keystone accepted roles: admin,member
rgw keystone implicit tenants: true
rgw keystone accepted admin roles: admin
rgw swift enforce content length: true
rgw swift account in url: true
rgw swift versioning enabled: true
rgw keystone admin domain: Default
rgw keystone admin user: admin
rgw keystone admin password: ADMIN
rgw keystone admin project: admin
| 2,762 | 36.849315 | 105 | yaml |
null | ceph-main/qa/suites/rgw/thrash/install.yaml | tasks:
- install:
- ceph:
- rgw: [client.0]
| 45 | 6.666667 | 17 | yaml |
null | ceph-main/qa/suites/rgw/thrash/s3tests-branch.yaml | .qa/rgw/s3tests-branch.yaml | 27 | 27 | 27 | yaml |
null | ceph-main/qa/suites/rgw/thrash/thrashosds-health.yaml | .qa/tasks/thrashosds-health.yaml | 32 | 32 | 32 | yaml |
null | ceph-main/qa/suites/rgw/thrash/ubuntu_latest.yaml | .qa/distros/supported/ubuntu_latest.yaml | 40 | 40 | 40 | yaml |
null | ceph-main/qa/suites/rgw/thrash/clusters/fixed-2.yaml | .qa/clusters/fixed-2.yaml | 25 | 25 | 25 | yaml |
null | ceph-main/qa/suites/rgw/thrash/thrasher/default.yaml | tasks:
- thrashosds:
timeout: 1200
chance_pgnum_grow: 1
chance_pgnum_shrink: 1
chance_pgpnum_fix: 1
op_delay: 30
chance_test_min_size: 0
ceph_objectstore_tool: false
| 194 | 18.5 | 32 | yaml |
null | ceph-main/qa/suites/rgw/thrash/workload/rgw_bucket_quota.yaml | tasks:
- workunit:
clients:
client.0:
- rgw/s3_bucket_quota.pl
overrides:
ceph:
conf:
client:
rgw relaxed s3 bucket names: true
| 166 | 14.181818 | 41 | yaml |
null | ceph-main/qa/suites/rgw/thrash/workload/rgw_multipart_upload.yaml | tasks:
- workunit:
clients:
client.0:
- rgw/s3_multipart_upload.pl
overrides:
ceph:
conf:
client:
rgw relaxed s3 bucket names: true
| 170 | 14.545455 | 41 | yaml |
null | ceph-main/qa/suites/rgw/thrash/workload/rgw_s3tests.yaml | tasks:
- tox: [client.0]
- s3tests:
client.0:
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10
rgw crypt s3 kms backend: testing
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
rgw crypt require ssl: false
| 385 | 26.571429 | 151 | yaml |
null | ceph-main/qa/suites/rgw/thrash/workload/rgw_user_quota.yaml | tasks:
- workunit:
clients:
client.0:
- rgw/s3_user_quota.pl
overrides:
ceph:
conf:
client:
rgw relaxed s3 bucket names: true
| 164 | 14 | 41 | yaml |
null | ceph-main/qa/suites/rgw/tools/centos_latest.yaml | .qa/distros/supported/centos_latest.yaml | 40 | 40 | 40 | yaml |
null | ceph-main/qa/suites/rgw/tools/cluster.yaml | roles:
- [mon.a, osd.0, osd.1, osd.2, mgr.0, client.0]
openstack:
- volumes: # attached to each instance
count: 1
size: 10 # GB
overrides:
rgw:
frontend: beast | 173 | 18.333333 | 47 | yaml |
null | ceph-main/qa/suites/rgw/tools/tasks.yaml | 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
| 396 | 18.85 | 72 | yaml |
null | ceph-main/qa/suites/rgw/upgrade/2-setup.yaml | tasks:
- ceph:
- rgw: [client.0, client.1]
- tox: [client.0, client.1]
- print: "installing upgraded packages"
- install.upgrade:
mon.a:
mon.b:
| 152 | 16 | 39 | yaml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.