Skip to content

Commit 6418eeb

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 6418eeb

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ data:
3535
customServiceConfig: |
3636
[DEFAULT]
3737
debug = True
38-
enabled_backends = default_backend:rbd
38+
enabled_backends = default_backend:s3
3939
4040
[glance_store]
4141
default_backend = default_backend
4242
4343
[default_backend]
44-
rbd_store_ceph_conf = /etc/ceph/ceph.conf
45-
store_description = "RBD backend"
46-
rbd_store_pool = images
47-
rbd_store_user = openstack
44+
s3_store_create_bucket_on_put = True
45+
s3_store_bucket_url_format = "path"
46+
customServiceConfigSecrets:
47+
- s3glance
4848
glanceAPIs:
4949
default:
5050
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)