debug
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
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
mds2
[rgws]
-rgw0
+rgw0 radosgw_interface=eth1
+rgw1 radosgw_interface=eth1
[clients]
client0
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
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
osd2
[rgws]
-rgw0
-rgw1
+rgw0 radosgw_address=192.168.3.13
+rgw1 radosgw_address=192.168.3.14