-
Notifications
You must be signed in to change notification settings - Fork 6
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
✨ Add: Manage grafana content/assets via terraform #913
base: main
Are you sure you want to change the base?
✨ Add: Manage grafana content/assets via terraform #913
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
I wonder what can be done with ci.env
file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for significant amount of work 🙌
services/monitoring/grafana/Makefile
Outdated
@@ -0,0 +1,65 @@ | |||
.DEFAULT_GOAL := help | |||
REPO_BASE_DIR := $(shell git rev-parse --show-toplevel) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI:
This will not work if git
is not there which happens if we pass ops environments as an CI Artifact (aka without .git
folder in root folder)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for letting me know, then I will have to make a special case here as well.
I am starting to wonder if this CI Artifacts approach is sustainable, I had to do a lot of customization for it and I am at this point not sure about the benefits. Is it more than just another hoop to jump through?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--> After talking:
- It works afterall, since this is executed in a gitlab runner that clones the ops-environments repo.
- I need to refactor the cloning of ops-environments though, since it already happens 3 times.
- Do we need a github rate-limit token?
…dation#952) * fixes * update comment
* Update traefik router hardcoded priorities * remove hardcoded priority from adminpanels
Based-on previous PRS:
What do these changes do?
CI_ENV_FILE
tocommon.Makefile
(necessary for handling S3 tf-state in grafana-tf)grafana-export
Makefile target, old python grafana import/export scriptsRelated issue/s
#778
Related PR/s
https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/1170
Checklist