]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
dashboard: allow disabling grafana api ssl verify
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 28 Apr 2020 17:31:01 +0000 (13:31 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 15 Jun 2020 15:33:05 +0000 (17:33 +0200)
commitb30a943904ea118e7bf3f5bd31109b069fd154b7
tree8972bf83fb37cfb9796e6b1b9f32be87bfb8facb
parent802efcbd755ba6ed476b67977ff2a6fa15317d0e
dashboard: allow disabling grafana api ssl verify

When using an untrusted TLS certificate (like self-signed) on grafana
then the grafana dashboards update subcommand will fail.
One solution could be to trust the TLS certificate.
The other one is to disable the TLS verification on the grafana API.

Closes: #5324
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit b20519efd0b9af4f2467daa311b9dca6086d4f87)
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-dashboard/tasks/configure_dashboard.yml
roles/ceph-defaults/defaults/main.yml