Skip to content

Commit

Permalink
feat: add ci support for ceph_rados
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenglin Li committed Feb 17, 2024
1 parent 90a9107 commit 64a893e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fixtures/s3/docker-compose-ceph-rados.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ services:
rgw-admin-secret-setup:
image: ceph/ceph:v16
entrypoint: /bin/sh
command: -c "radosgw-admin user info --uid=admin"
command: "radosgw-admin user info --uid=admin"
depends_on:
- rgw-admin-user-setup
environment:
- CEPH_CLUSTER_NAME=myceph
- CEPH_RGW_FRONTEND_TYPE=beast


0 comments on commit 64a893e

Please sign in to comment.