mirror of https://github.com/ceph/ceph-ansible.git
subset-debug-6.0
debug Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>subset-debug-6.0
parent
823b9d81b8
commit
ac0311a788
|
@ -3,7 +3,7 @@ ceph_origin: repository
|
|||
ceph_repository: community
|
||||
public_network: "192.168.1.0/24"
|
||||
cluster_network: "192.168.2.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:
|
||||
mon_allow_pool_size_one: true
|
||||
|
|
|
@ -17,7 +17,8 @@ mds1
|
|||
mds2
|
||||
|
||||
[rgws]
|
||||
rgw0
|
||||
rgw0 radosgw_interface=eth1
|
||||
rgw1 radosgw_interface=eth1
|
||||
|
||||
[clients]
|
||||
client0
|
||||
|
|
|
@ -7,7 +7,7 @@ docker: false
|
|||
mon_vms: 3
|
||||
osd_vms: 3
|
||||
mds_vms: 3
|
||||
rgw_vms: 1
|
||||
rgw_vms: 2
|
||||
nfs_vms: 1
|
||||
grafana_server_vms: 0
|
||||
rbd_mirror_vms: 1
|
||||
|
|
|
@ -3,7 +3,7 @@ ceph_origin: repository
|
|||
ceph_repository: community
|
||||
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
|
||||
|
|
|
@ -13,6 +13,6 @@ osd1
|
|||
osd2
|
||||
|
||||
[rgws]
|
||||
rgw0
|
||||
rgw1
|
||||
rgw0 radosgw_address=192.168.3.13
|
||||
rgw1 radosgw_address=192.168.3.14
|
||||
|
||||
|
|
Loading…
Reference in New Issue