From d7d661d5d7802b362a56c776db39560b6adc636d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 30 Jul 2019 11:25:59 +0200 Subject: [PATCH] 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 (cherry picked from commit d649e008934a5f0c6c15c85babdd872f23dbc965) --- tests/functional/podman/hosts | 4 +++- tests/functional/podman/vagrant_variables.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/functional/podman/hosts b/tests/functional/podman/hosts index 01d71f106..b5052b4c3 100644 --- a/tests/functional/podman/hosts +++ b/tests/functional/podman/hosts @@ -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 diff --git a/tests/functional/podman/vagrant_variables.yml b/tests/functional/podman/vagrant_variables.yml index 90a2411a3..bbb4b3ccd 100644 --- a/tests/functional/podman/vagrant_variables.yml +++ b/tests/functional/podman/vagrant_variables.yml @@ -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