-
Notifications
You must be signed in to change notification settings - Fork 85
Add variable monitoring-host-project to alerting module. #540
Conversation
For multi-project workspaces, a separate empty monitoring host project is preferred.
/assign @icco |
So my concern with this is what happens when monitoring host project is set in different terraform workspaces like we have? |
Not sure if Terraform can do the work (you can merge one workspace into another workspace, i.e. "migrate" two single project workspace into a multi-project workspaec), but worst thing that could happen, we have to destroy everything in the old single-project workspace, and recreate everything in the multi-project workspace. |
Oh I see what you mean. I'm thinking about 3 different projects as variables, This should be done in a later PR. |
Hmm, the more I think about it, I wonder if we should put this in a separate repo, as this is essentially growing the scope to outside of the verification server. Thoughts? |
SGTM |
/close AI: create new repo called exposure-notifications-monitoring or something |
@icco: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@icco Let's maintain the monitoring related Terraform configs here for now? |
Yeah, but I think we should revert this? Seems unnecessary for now? |
We talked about this, merging. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: icco, yegle The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
For multi-project workspaces, a separate empty monitoring host project
is preferred.
Related issue: #460
Release Note