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
This commit is contained in:
parent
8d0e081415
commit
8c2cba372b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user