From 046075ac00f1dbad22804fdd803e99a80c6db5ee Mon Sep 17 00:00:00 2001 From: Alberto Diaz Date: Mon, 10 Jun 2024 13:23:43 -0400 Subject: [PATCH] ROSA notification contacts quickstart --- .../metadata.yml | 5 ++ .../rosa-add-notification-contacts.yml | 47 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 docs/quickstarts/rosa-add-notification-contacts/metadata.yml create mode 100644 docs/quickstarts/rosa-add-notification-contacts/rosa-add-notification-contacts.yml diff --git a/docs/quickstarts/rosa-add-notification-contacts/metadata.yml b/docs/quickstarts/rosa-add-notification-contacts/metadata.yml new file mode 100644 index 00000000..277e4f7a --- /dev/null +++ b/docs/quickstarts/rosa-add-notification-contacts/metadata.yml @@ -0,0 +1,5 @@ +kind: QuickStarts +name: rosa-add-notification-contacts +tags: + - kind: bundle + value: openshift diff --git a/docs/quickstarts/rosa-add-notification-contacts/rosa-add-notification-contacts.yml b/docs/quickstarts/rosa-add-notification-contacts/rosa-add-notification-contacts.yml new file mode 100644 index 00000000..4cb33f2d --- /dev/null +++ b/docs/quickstarts/rosa-add-notification-contacts/rosa-add-notification-contacts.yml @@ -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