mirror of https://github.com/ceph/ceph-ansible.git
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 <dsavinea@redhat.com>
(cherry picked from commit 867583d5dd
)
pull/4297/head
parent
06c0a06122
commit
6a5308fa7f
|
@ -14,3 +14,4 @@ ceph_conf_overrides:
|
|||
global:
|
||||
osd_pool_default_size: 1
|
||||
openstack_config: False
|
||||
dashboard_enabled: False
|
||||
|
|
|
@ -11,3 +11,4 @@ copy_admin_key: true
|
|||
ceph_conf_overrides:
|
||||
global:
|
||||
osd_pool_default_size: 1
|
||||
dashboard_enabled: False
|
||||
|
|
Loading…
Reference in New Issue