-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Grafana additional ENV #6481
Labels
Comments
karasjoh000
added a commit
to karasjoh000/ceph-ansible
that referenced
this issue
Apr 27, 2021
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: ceph#6484, ceph#6481 Signed-off-by: John Karasev <[email protected]>
karasjoh000
added a commit
to karasjoh000/ceph-ansible
that referenced
this issue
Apr 27, 2021
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: ceph#6484, ceph#6481 Signed-off-by: John Karasev <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation. |
guits
pushed a commit
that referenced
this issue
Feb 7, 2022
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: #6484, #6481 Signed-off-by: John Karasev <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Feb 7, 2022
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: #6484, #6481 Signed-off-by: John Karasev <[email protected]> (cherry picked from commit 79ca442)
mergify bot
pushed a commit
that referenced
this issue
Feb 7, 2022
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: #6484, #6481 Signed-off-by: John Karasev <[email protected]> (cherry picked from commit 79ca442)
guits
pushed a commit
that referenced
this issue
Feb 9, 2022
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: #6484, #6481 Signed-off-by: John Karasev <[email protected]> (cherry picked from commit 79ca442)
guits
pushed a commit
that referenced
this issue
Feb 9, 2022
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: #6484, #6481 Signed-off-by: John Karasev <[email protected]> (cherry picked from commit 79ca442)
karasjoh000
added a commit
to karasjoh000/ceph-ansible
that referenced
this issue
Jul 13, 2022
When installing grafana plugins, the container will make http requests. This requires http proxy otherwise installation cannot be performed. Passed the proxy vars from all.yml as env args. Fixes: ceph#6484, ceph#6481 Signed-off-by: John Karasev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, due to grafana container download plugins we need add -e HTTPS_PROXY={{ ceph_docker_https_proxy }} \ in this line
The text was updated successfully, but these errors were encountered: