From 8c2cba372bb413e6207118648f5adfa3ff9d28a1 Mon Sep 17 00:00:00 2001 From: fpantano Date: Tue, 22 Oct 2019 10:12:10 +0200 Subject: [PATCH] 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 --- ci/environments/scenario001-standalone.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/environments/scenario001-standalone.yaml b/ci/environments/scenario001-standalone.yaml index 3b929cc15a..b2ef76e932 100644 --- a/ci/environments/scenario001-standalone.yaml +++ b/ci/environments/scenario001-standalone.yaml @@ -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'