Skip to content

Commit

Permalink
feat: run ceph toolbox deployment by default (#1120)
Browse files Browse the repository at this point in the history
* feat: run ceph toolbox deployment by default

Signed-off-by: Tarun Gupta Akirala <takirala@users.noreply.github.com>

* fix: add ceph image to licenses

Signed-off-by: Tarun Gupta Akirala <takirala@users.noreply.github.com>

---------

Signed-off-by: Tarun Gupta Akirala <takirala@users.noreply.github.com>
Co-authored-by: Tarun Gupta Akirala <takirala@users.noreply.github.com>
  • Loading branch information
Azhovan and takirala committed Apr 3, 2023
1 parent f298370 commit 7d055aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ resources:
- url: https://github.com/rook/rook
ref: ${image_tag}
license_path: LICENSE
- container_image: quay.io/ceph/ceph:v17.2.5
sources:
- url: https://github.com/ceph/ceph
ref: ${image_tag}
license_path: COPYING
- container_image: docker.io/stakater/reloader:v1.0.5
sources:
- url: https://github.com/stakater/Reloader
Expand Down
4 changes: 3 additions & 1 deletion services/rook-ceph-cluster/1.10.11/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ data:
clusterName: dkp-ceph-cluster
toolbox:
# If needed, enable a toolbox for debugging (creates a pod with ceph CLI)
enabled: false
# The name is hardcoded, so if deploying more than one `rook-ceph-custer` then this flag needs to be set to false.
# This is enabled by default to workaround D2IQ-96634
enabled: true
# PSP is Unsupported in 1.25+ k8s
# Set this to the same value as the rook-ceph chart.
Expand Down

0 comments on commit 7d055aa

Please sign in to comment.