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>pull/4295/head
parent
0f620b2584
commit
867583d5dd
|
@ -14,3 +14,4 @@ ceph_conf_overrides:
|
||||||
global:
|
global:
|
||||||
osd_pool_default_size: 1
|
osd_pool_default_size: 1
|
||||||
openstack_config: False
|
openstack_config: False
|
||||||
|
dashboard_enabled: False
|
||||||
|
|
|
@ -11,3 +11,4 @@ copy_admin_key: true
|
||||||
ceph_conf_overrides:
|
ceph_conf_overrides:
|
||||||
global:
|
global:
|
||||||
osd_pool_default_size: 1
|
osd_pool_default_size: 1
|
||||||
|
dashboard_enabled: False
|
||||||
|
|
Loading…
Reference in New Issue