subset-debug-4.0

debug

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
subset-debug-4.0
Guillaume Abrioux 2022-04-25 08:43:14 +02:00
parent be3bc0e846
commit 6076bad7d1
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ceph_origin: repository
ceph_repository: community ceph_repository: community
public_network: "192.168.3.0/24" public_network: "192.168.3.0/24"
cluster_network: "192.168.4.0/24" cluster_network: "192.168.4.0/24"
radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}" #radosgw_interface: "{{ 'eth1' if ansible_facts['distribution'] == 'CentOS' else 'ens6' }}"
ceph_conf_overrides: ceph_conf_overrides:
global: global:
auth_allow_insecure_global_id_reclaim: false auth_allow_insecure_global_id_reclaim: false

View File

@ -13,6 +13,6 @@ osd1
osd2 osd2
[rgws] [rgws]
rgw0 rgw0 radosgw_address=192.168.3.13
rgw1 rgw1 radosgw_address=192.168.3.14