Disable ceph dashboard to fix upstream ci

This review just disable ceph-dashboard on scenario001 since
the last promoted ceph-ansible contains a task with a command
that seems not provided yet by the ceph container current build.
The patch can be reverted after a new ceph container tag will
be created.

Related-Bug: #1849274
Change-Id: I7dbad26cef9c1cf9c68610d6d06e0f212241cf75
(cherry picked from commit 8c2cba372b)
This commit is contained in:
fpantano 2019-10-22 10:12:10 +02:00 committed by Francesco Pantano
parent 698e7dbd4f
commit acd19fcd33
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ parameter_defaults:
wal_vg: ceph_vg
CephPoolDefaultPgNum: 32
CephPoolDefaultSize: 1
CephEnableDashboard: true
# disable dashboard until launchpad tripleo/+bug/1849274
CephEnableDashboard: false
CephAnsibleExtraConfig:
centos_package_dependencies: []
ceph_osd_docker_memory_limit: '1g'