-
Notifications
You must be signed in to change notification settings - Fork 95
Add alertmanager config changes #1672
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 alertmanager config changes #1672
Conversation
|
Hi @Priyankasaggu11929. Thanks for your PR. I'm waiting for a integr8ly member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/assign @laurafitzgerald |
|
/assign @briangallagher |
|
/lgtm Verified on cluster. |
|
Thank you @carlkyrillos for verifying the changes. Could you also mark it /assign @carlkyrillos Also, since I just assigned you the PR, I feel marking |
|
/ok-to-test |
Co-authored-by: Laura Fitzgerald <lfitzger@redhat.com>
|
@Priyankasaggu11929 thanks for the quick change, you'll need to rename the variable everywhere it's used or things wont work. also running |
|
Thank you for the review, @laurafitzgerald. I'll update the code for the suggested changes. |
|
@carlkyrillos did you see a change locally after running the verification? I suspect you saw a change to an rbac file? |
Co-authored-by: Laura Fitzgerald <lfitzger@redhat.com>
Co-authored-by: Laura Fitzgerald <lfitzger@redhat.com>
|
Strange. I see myself as co-author now. Did you commit in the github UI? |
Yes, I committed the suggestion patches you mentioned above. Also, have ran |
|
great @Priyankasaggu11929 |
@Priyankasaggu11929 ran make code/gen and added a commit that includes the rbac change. |
|
/lgtm |
|
@carlkyrillos: changing LGTM is restricted to collaborators 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. |
|
/lgtm |
|
/approve |
1 similar comment
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jessesarn 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 |
Description
The PR make changes to add custom details under PagerDuty config in alertmanager template.
Related JIRA ticket: https://issues.redhat.com/browse/MGDAPI-1186
Files updated:
controllers/rhmi/rhmi_controller.go~ add rbac marker to include clusterversions object verbs/permissions.pkg/products/monitoring/reconciler.go~ add cluster information parameters (cluster_name, cluster_ID, console) in thetemplateUtilhelper function.pkg/products/monitoring/reconciler_test.go~ add tests around changes made in the above file.templates/monitoring/alertmanager/alertmanager-application-monitoring.yaml~ add custom details under PagerDuty config to include cluster information passed as params in the reconciler.go file.How to Verify
RHOAMusing this PR branch.custom detailssection.Type of change
Checklist