Skip to content
Snippets Groups Projects
Commit c17fa464 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Revert "cephadm: Set auth_allow_insecure_global_id_reclaim to true""

parents 81a0bb83 682cff7b
No related branches found
No related tags found
No related merge requests found
...@@ -79,17 +79,6 @@ ...@@ -79,17 +79,6 @@
become: True become: True
loop: "{{ cephadm_ceph_osd_devices }}" loop: "{{ cephadm_ceph_osd_devices }}"
# NOTE(mnasiadka): Ubuntu uses pre 15.2.11 Octopus client code and suffers from
# https://docs.ceph.com/en/latest/security/CVE-2021-20288/
- name: Set auth_allow_insecure_global_id_reclaim to True
command:
cmd: >
cephadm shell --
ceph config set mon auth_allow_insecure_global_id_reclaim true
become: true
when: ansible_distribution == "Ubuntu"
- name: Create and initialise pools for OpenStack services - name: Create and initialise pools for OpenStack services
command: command:
cmd: > cmd: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment