]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: deploy dashboard on mons
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Jul 2019 09:25:59 +0000 (11:25 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Jul 2019 13:08:46 +0000 (15:08 +0200)
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 d649e008934a5f0c6c15c85babdd872f23dbc965)

tests/functional/podman/hosts
tests/functional/podman/vagrant_variables.yml

index 01d71f1068a9dc2a3f32c9317ab1df311284081a..b5052b4c396d3061885234874a0d770489990af0 100644 (file)
@@ -27,7 +27,9 @@ rbd-mirror0
 iscsi-gw0
 
 [grafana-server]
-mgr0
+mon0
+mon1
+mon2
 
 #[all:vars]
 #ansible_python_interpreter=/usr/bin/python3
\ No newline at end of file
index 90a2411a366c8afa83759513d754da21c00a9bea..bbb4b3ccd7d65c22ec102c56a428e9e883823bc9 100644 (file)
@@ -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