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 18, 2024
1 parent 65c41bd commit c1d36db
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/services/s3/ceph_rados_s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ runs:
# Enable and configure Ceph Dashboard
echo "Enabling and configuring Ceph Dashboard..."
docker-compose exec mon1 ceph mgr module enable dashboard
docker-compose exec mon1 ceph dashboard create-self-signed-cert
docker-compose exec mon1 ceph mgr module disable dashboard
docker-compose exec -T mon1 ceph mgr module enable dashboard
echo "1"
docker-compose exec -T mon1 ceph dashboard create-self-signed-cert
echo "2"
docker-compose exec -T mon1 ceph mgr module disable dashboard
echo "3"
docker-compose exec mon1 ceph mgr module enable dashboard
docker-compose exec mon1 ceph config set mgr mgr/dashboard/server_addr mgr
docker-compose exec mon1 ceph config set mgr mgr/dashboard/server_port 8443
Expand Down

0 comments on commit c1d36db

Please sign in to comment.