Draft: Infra changes for provisioning of bundle server
Infrastructure Submissions:
- [YES/NO] Have you added an explanation of what your changes do and why you'd like us to include them? YES
- [YES/NO] I have updated the documentation accordingly. NO
- [YES/NO/NA] I have added tests to cover my changes. NO
- [YES/NO/NA] All new and existing tests passed. YES
- [YES/NO/NA] I have formatted the terraform code. (
terraform fmt -recursive && go fmt ./...
) YES
Current Behavior or Linked Issues
Work Item : https://dev.azure.com/OpenEnergyPlatform/Open%20Energy%20Platform/_workitems/edit/240/ The changes are for provisioning the bundle server which OPA will use to evaluate the policies. Changes includes new container creation where policies will be stored, API permission and role assignment to storage account.
Does this introduce a breaking change?
- [YES/NO]
MR Guildelines
-
Paste TF Plan for the MR. -
Pre-Merge pipeline should be run before merging. (Azure team) -
Does the module exists for new resource. -
Is there a new variable added in the MR. (Don’t use library variables and use locals)
Other information
Edited by Aayushi Jain