debug-subset-master

debug

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
subset-debug-master
Guillaume Abrioux 2022-04-25 08:07:00 +02:00
parent 1c740c424a
commit ca1c987e4c
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ceph_origin: repository
ceph_repository: dev
public_network: "192.168.3.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:
global:
auth_allow_insecure_global_id_reclaim: false

View File

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