From: Andrew Schoen Date: Mon, 29 Jul 2019 20:25:19 +0000 (-0500) Subject: ceph-volume: when testing disable the dashboard X-Git-Tag: v15.1.0~2027^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29387%2Fhead;p=ceph.git ceph-volume: when testing disable the dashboard ceph-ansible has started enabling the dashboard by default as of https://github.com/ceph/ceph-ansible/pull/4268 Disabling the dashboard gets us around needing to run the grafana_server role which is required for the dashboard and not needed for ceph-volume functional tests. Signed-off-by: Andrew Schoen --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml index b334968a5a92..c0fe8fea9455 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml @@ -15,6 +15,7 @@ vars: delegate_facts_host: True + dashboard_enabled: False pre_tasks: # If we can't get python2 installed before any module is used we will fail @@ -85,6 +86,8 @@ gather_facts: false become: True any_errors_fatal: true + vars: + dashboard_enabled: False tasks: - import_role: name: ceph-defaults