mirror of https://github.com/ceph/ceph-ansible.git
tests: deploy dashboard on mons
there's no dedicated nodes for mgr, let's use monitor nodes.
The mgr0 instance spawned isn't used, so if this node is part of the
inventory for this scenario, testinfra will complain because there's no
ceph.conf on this node.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit d649e00893
)
pull/4297/head
parent
51af74face
commit
d7d661d5d7
|
@ -27,7 +27,9 @@ rbd-mirror0
|
|||
iscsi-gw0
|
||||
|
||||
[grafana-server]
|
||||
mgr0
|
||||
mon0
|
||||
mon1
|
||||
mon2
|
||||
|
||||
#[all:vars]
|
||||
#ansible_python_interpreter=/usr/bin/python3
|
|
@ -13,7 +13,7 @@ grafana_server_vms: 0
|
|||
rbd_mirror_vms: 1
|
||||
client_vms: 2
|
||||
iscsi_gw_vms: 1
|
||||
mgr_vms: 1
|
||||
mgr_vms: 0
|
||||
|
||||
# SUBNETS TO USE FOR THE VMS
|
||||
public_subnet: 192.168.30
|
||||
|
|
Loading…
Reference in New Issue