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 22, 2024
1 parent 9064b78 commit e5ee7b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/services/s3/ceph_rados_s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,11 @@ runs:
# Enable
echo "Enabling..."
docker-compose exec -T mon1 ceph config set mgr mgr/dashboard/server_addr mgr
docker-compose exec -T mon1 ceph config set mgr mgr/dashboard/server_port 8443
docker-compose exec -T mon1 ceph mgr services
docker-compose exec -T mon1 ceph dashboard set-login-credentials admin admin
# Create RGW user and set credentials
echo "Creating RGW user and setting credentials..."
docker-compose exec mon1 radosgw-admin user create --uid=ceph_rados_s3_admin --display-name="Ceph Rados S3 Admin" --system
docker-compose exec mon1 ceph dashboard set-rgw-api-access-key ceph_rados_s3_admin
docker-compose exec mon1 ceph dashboard set-rgw-api-secret-key ceph_rados_s3_admin
- name: Set up AWS CLI
shell: bash
run: |
Expand Down

0 comments on commit e5ee7b6

Please sign in to comment.