mirror of https://github.com/ceph/ceph-ansible.git
debug-subset-master
debug Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>subset-debug-master
parent
1c740c424a
commit
ca1c987e4c
|
@ -3,7 +3,7 @@ ceph_origin: repository
|
||||||
ceph_repository: dev
|
ceph_repository: dev
|
||||||
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue