required ceph-dashboard plugins can't be installed behind a proxy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Grafana Charm |
Triaged
|
Medium
|
Unassigned |
Bug Description
When deploying the charm ceph-dashboard per it's README.md, the operator must add the following plugins to grafana:
juju config grafana install_plugins="https:/
The grafana charm's install_plugins config utilizes charmhelpers.
Charmhelpers has the following bug which notes that there are parts of charmhelpers.fetch that do not properly reference the juju-http(s)-proxy environment variables from the model.
https:/
This should be solved in charmhelpers.
Changed in charm-grafana: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Workaround for ceph-dashboard is to download the zip files manually, place them on the grafana unit, and unzip them into /var/lib/ grafana/ plugins/ directory and `systemctl restart grafana- server. service`