]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: when testing disable the dashboard 29694/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 29 Jul 2019 20:25:19 +0000 (15:25 -0500)
committerJan Fajerski <jfajerski@suse.com>
Thu, 15 Aug 2019 15:30:12 +0000 (17:30 +0200)
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 <aschoen@redhat.com>
(cherry picked from commit 7b7ff0d530c5f28e933602505b66efc4df24e62e)

src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml

index b334968a5a9269598ed371752538ed126a6a4a8b..c0fe8fea9455e62192986731621858e974c6ae34 100644 (file)
@@ -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