Skip to content

Commit

Permalink
rook: enable ceph orch backend via CLI (#2476)
Browse files Browse the repository at this point in the history
Related to osism/issues#1141

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 20, 2024
1 parent 9e459e2 commit 5f809a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/deploy/100-rook-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ echo "ceph_rgw_hosts: [{host: rook, ip: $CEPH_RGW_ADDRESS, port: 8081}]" >> /opt

CEPH_DASHBOARD_ADDRESS=$(kubectl get services -n rook-ceph rook-ceph-mgr-dashboard -o jsonpath='{.spec.clusterIP}')
echo "ceph_dashboard_address: $CEPH_DASHBOARD_ADDRESS" >> /opt/configuration/environments/kolla/configuration.yml

# workaround for https://github.com/osism/issues/issues/1141
ceph mgr module enable rook
ceph orch set backend rook

0 comments on commit 5f809a8

Please sign in to comment.