Skip to content

Commit

Permalink
ceph: set auth allow insecure global id reclaim = false (#1891)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Dec 8, 2023
1 parent 1fbe01a commit c6e84db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions environments/ceph/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ openstack_config: true

ceph_conf_overrides:
global:
auth allow insecure global id reclaim: false
# NOTE: default size of 2 because by default there are only 2 nodes
osd pool default size: 2
osd pool default min size: 0
Expand Down
2 changes: 0 additions & 2 deletions scripts/deploy/100-ceph-services-basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ osism apply copy-ceph-keys
osism apply cephclient
osism apply ceph-bootstrap-dashboard

ceph config set mon auth_allow_insecure_global_id_reclaim false

# osism validate is only available since 5.0.0. To enable the
# testbed to be used with < 5.0.0, here is this check.
MANAGER_VERSION=$(docker inspect --format '{{ index .Config.Labels "org.opencontainers.image.version"}}' osism-ansible)
Expand Down

0 comments on commit c6e84db

Please sign in to comment.