tests: add mgr node for all_daemons scenario

add a monitor node to cover in the CI the case where mgrs and monitors
are not collocated

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3636/head
Guillaume Abrioux 2019-02-26 12:33:03 +01:00 committed by mergify[bot]
parent 299c7b670e
commit 7fd92348bb
7 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,9 @@ mon0 monitor_address=192.168.17.10
mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
mon2 monitor_address=192.168.17.12
[mgrs]
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"

View File

@ -3,6 +3,9 @@ mon0 monitor_address=192.168.17.10
mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
mon2 monitor_address=192.168.17.12
[mgrs]
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"

View File

@ -12,7 +12,7 @@ nfs_vms: 0
rbd_mirror_vms: 1
client_vms: 2
iscsi_gw_vms: 1
mgr_vms: 0
mgr_vms: 1
# SUBNETS TO USE FOR THE VMS
public_subnet: 192.168.17

View File

@ -3,6 +3,9 @@ mon0 monitor_address=192.168.1.10
mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
mon2 monitor_address=192.168.1.12
[mgrs]
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"

View File

@ -6,6 +6,9 @@ mon0 monitor_address=192.168.1.10
mon1 monitor_interface="{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
mon2 monitor_address=192.168.1.12
[mgrs]
mgr0
[osds]
osd0

View File

@ -3,6 +3,9 @@ mon0 monitor_address=192.168.1.10
mon1 monitor_interface=ens6
mon2 monitor_address=192.168.1.12
[mgrs]
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"

View File

@ -12,7 +12,7 @@ nfs_vms: 0
rbd_mirror_vms: 1
client_vms: 2
iscsi_gw_vms: 1
mgr_vms: 0
mgr_vms: 1
# INSTALL SOURCE OF CEPH
# valid values are 'stable' and 'dev'