-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROSA notification contacts quickstart
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: QuickStarts | ||
name: rosa-add-notification-contacts | ||
tags: | ||
- kind: bundle | ||
value: openshift |
47 changes: 47 additions & 0 deletions
47
docs/quickstarts/rosa-add-notification-contacts/rosa-add-notification-contacts.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
|
||
metadata: | ||
name: rosa-add-notification-contacts | ||
instructional: true | ||
spec: | ||
displayName: Adding notification contacts to your ROSA cluster | ||
durationMinutes: 5 | ||
type: | ||
text: Quick start | ||
color: grey | ||
icon: data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQ0OCA2NHY0MTZoLTMzNmMtMjYuNTEzIDAtNDgtMjEuNDktNDgtNDhzMjEuNDg3LTQ4IDQ4LTQ4aDMwNHYtMzg0aC0zMjBjLTM1LjE5OSAwLTY0IDI4LjgtNjQgNjR2Mzg0YzAgMzUuMiAyOC44MDEgNjQgNjQgNjRoMzg0di00NDhoLTMyeiI+PC9wYXRoPgo8cGF0aCBkPSJNMTEyLjAyOCA0MTZ2MGMtMC4wMDkgMC4wMDEtMC4wMTkgMC0wLjAyOCAwLTguODM2IDAtMTYgNy4xNjMtMTYgMTZzNy4xNjQgMTYgMTYgMTZjMC4wMDkgMCAwLjAxOS0wLjAwMSAwLjAyOC0wLjAwMXYwLjAwMWgzMDMuOTQ1di0zMmgtMzAzLjk0NXoiPjwvcGF0aD4KPC9zdmc+Cg== | ||
prerequisites: | ||
- You must have a ROSA cluster. | ||
|
||
description: |- | ||
Add a notification contact to your existing ROSA cluster. | ||
introduction: |- | ||
You can add a user in your organization as a notification contact to receive cluster notifications. The Red Hat username or email address that you provide must belong to a user account in the Red Hat organization where the cluster is deployed. | ||
tasks: | ||
- title: Add notification contacts to your cluster | ||
description: |- | ||
To add notification contacts to your cluster: | ||
1. Go to **Clusters**. | ||
1. Click your cluster's name to view cluster details. | ||
1. Click the **Support** tab. | ||
1. Click the **Add notification contact** button. | ||
1. Add the Red Hat username email address of the user that you want to add. | ||
1. Click **Add contact**. | ||
If your new notification contact is added to your cluster, a pop-up will appear on the top right stating **“Notification contact added successfully"**. | ||
# optional - the task's Check your work module | ||
review: | ||
instructions: |- | ||
- Does the user you added appear in the list of notification contacts for your cluster? | ||
failedTaskHelp: Try following the steps again. | ||
# optional - the task's success and failure messages | ||
summary: | ||
success: Shows a success message in the task header | ||
failed: Shows a failed message in the task header | ||
conclusion: |- | ||
Congratulations, you added a notification contact to your cluster! | ||
After completing this quick start, you've learned how to add notification contacts. Repeat the steps to add more notification contacts if you desire. | ||
# you can link to the next quick start(s) here |