]> 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>
Wed, 13 May 2020 09:56:57 +0000 (11:56 +0200)
commitb20519efd0b9af4f2467daa311b9dca6086d4f87
tree1b4405420c0549bfb13582af430e115c441e0eb8
parent222fe4abd8771fbb5f3e9c793fcf67123a85e8ab
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>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-dashboard/tasks/configure_dashboard.yml
roles/ceph-defaults/defaults/main.yml