Skip to content

wgordon17/managed-notifications

This branch is 74 commits behind openshift/managed-notifications:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 23, 2021
Apr 29, 2024
Apr 11, 2024
May 16, 2024
May 16, 2024
Mar 5, 2024
Mar 15, 2021
Mar 5, 2024
Jan 30, 2024
Mar 15, 2023

Repository files navigation

Managed-notifications

Notification templates for OpenShift Managed services

Usage

Select the corresponding message and send it as a POST to api.openshift.com servicelog.

⚠️ Please review each template before post to make sure all the parameters are passed with -p

📚 If you are not sure which servicelog to send, you can use the generic one here

ℹ️ Upgrade your osdctl installation to 0.9.0 or higher.

Examples

Using osdctl

  1. Authenticate at https://cloud.redhat.com/openshift/token

  2. Post servicelog

    osdctl servicelog post <cluster UUID> -t <notificationTemplateUrl> 
    

    Example:

    osdctl servicelog post aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee -t https://raw.githubusercontent.com/openshift/managed-notifications/master/osd/aws/InstallFailed_TooManyBuckets.json
    

Note: Osdctl supports the usage of the unique cluster name, or the internal- and external ID as clusterID.

Tags

Some template files have a _tag field for easier searching.

For example, in github, searching t_network will show you all the network related template files.

About

Notifications for Red Hat managed services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 57.0%
  • Shell 43.0%