green-energy-hub
green-energy-hub copied to clipboard
Issues related to our first "open source" test with Pronovo
Is your feature request related to a problem? Please describe.
Our first dance with another company that wanted to test out our open sourced system, highlighted some issues that we might want to take into consideration, before another one wants to try :)
Describe the solution you'd like.
- Infrastructure
- Terraform pipelines has hardcoded organisations and project names, these should be moved to environment variables, to make it easier to just fork and setup variables without having to modify existing code.
- Our hosting structure does not look similar to theirs, we have separate SPN's for each environment, they dont. So we had to modify code to remove the extra variables added to the KV
- Spinning up the shared + another environment causes an error since the post office HAS to be created first
- Documentation
- We need to be a lot more explanatory on how to get from zero to running environment, here i am thinking more specific on how to fork a repo, how to link resource group to environment in github.