Skip to content

Commit 8a6b4f8

Browse files
Maxim Savamaximsava12
authored andcommitted
Switch uni-deltas job to use S3 API from Ceph
Glance/RBD is already covered by uni-gamma, so uni-delta could be changed to test glance/S3 instead, using the S3 API provided by ceph. https://issues.redhat.com/browse/OSPRH-11411
1 parent feaa133 commit 8a6b4f8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/dt/uni04delta-ipv6/control-plane/service-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ data:
4545
store_description = "RBD backend"
4646
rbd_store_pool = images
4747
rbd_store_user = openstack
48+
customServiceConfigSecrets:
49+
- s3glance
4850
glanceAPIs:
4951
default:
5052
replicas: 3

examples/dt/uni04delta/control-plane/service-values.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,15 @@ data:
7070
glance:
7171
customServiceConfig: |
7272
[DEFAULT]
73-
debug = True
74-
enabled_backends = default_backend:rbd
75-
73+
debug=true
74+
enabled_backends = default_backend:s3
7675
[glance_store]
7776
default_backend = default_backend
78-
7977
[default_backend]
80-
rbd_store_ceph_conf = /etc/ceph/ceph.conf
81-
store_description = "RBD backend"
82-
rbd_store_pool = images
83-
rbd_store_user = openstack
78+
s3_store_create_bucket_on_put = True
79+
s3_store_bucket_url_format = "path"
80+
customServiceConfigSecrets:
81+
- s3glance
8482
glanceAPIs:
8583
default:
8684
replicas: 3

0 commit comments

Comments
 (0)