]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: do not deploy on Debian based OS/non-containerized
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 31 Jul 2019 14:15:43 +0000 (16:15 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 7 Aug 2019 08:41:24 +0000 (10:41 +0200)
in non-containerized deployment, we can't deploy dashboard on Debian
based distribution since the package `ceph-grafana-dashboards` isn't
available.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit dc7eb535b6b22ab95cfe204fb6072de40551bde3)

site.yml.sample

index fbf534b5d69340bee839431fb597f157bcc0596c..7bb8b103b4f76f72c01eec5b236df81809bead41 100644 (file)
   when:
     - dashboard_enabled | bool
     - groups.get(grafana_server_group_name, []) | length > 0
+    - ansible_os_family in ['RedHat', 'Suse']