From 6a5308fa7f267de2b93efd1106ef0c965f163a2c Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 31 Jul 2019 14:17:48 -0400 Subject: [PATCH] tests/shrink_rgw: Disable dashboard The shrink_rgw scenario has been merge just after the PR about enable ceph dashboard by default. So right now the shrink_rgw scenrio doesn't have nodes in the grafana group and fails. We just need to set dashboard_enabled to false. Signed-off-by: Dimitri Savineau (cherry picked from commit 867583d5dda602fb6730153e8436001c118e21d9) --- tests/functional/shrink_rgw/container/group_vars/all | 1 + tests/functional/shrink_rgw/group_vars/all | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/functional/shrink_rgw/container/group_vars/all b/tests/functional/shrink_rgw/container/group_vars/all index ea67bb3d5..d51eb5e9c 100644 --- a/tests/functional/shrink_rgw/container/group_vars/all +++ b/tests/functional/shrink_rgw/container/group_vars/all @@ -14,3 +14,4 @@ ceph_conf_overrides: global: osd_pool_default_size: 1 openstack_config: False +dashboard_enabled: False diff --git a/tests/functional/shrink_rgw/group_vars/all b/tests/functional/shrink_rgw/group_vars/all index 870788c72..f4a27d45d 100644 --- a/tests/functional/shrink_rgw/group_vars/all +++ b/tests/functional/shrink_rgw/group_vars/all @@ -11,3 +11,4 @@ copy_admin_key: true ceph_conf_overrides: global: osd_pool_default_size: 1 +dashboard_enabled: False -- 2.39.5