From e34e852ca6c252979131c4775ba4edc081b957ba Mon Sep 17 00:00:00 2001 From: Leszek Jakubowski <2552733+Makdaam@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:02:44 +0000 Subject: [PATCH] adding SL for misconfigured Service Account causing installation issues --- osd/gcp/InstallFailed_ServiceAccount.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 osd/gcp/InstallFailed_ServiceAccount.json diff --git a/osd/gcp/InstallFailed_ServiceAccount.json b/osd/gcp/InstallFailed_ServiceAccount.json new file mode 100644 index 0000000..65bcaaa --- /dev/null +++ b/osd/gcp/InstallFailed_ServiceAccount.json @@ -0,0 +1,9 @@ +{ + "severity": "Major", + "service_name": "SREManualAction", + "log_type": "cluster-lifecycle", + "summary": "Installation blocked, action required", + "description": "Your cluster's installation is blocked on an GCP Service Account missing. Please restore the service account ${ACCOUNT} or create new accounts. Please see https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/openshift_dedicated_clusters_on_google_cloud/index#osd-creating-a-cluster-on-gcp-sa for more details.", + "doc_reference" : ["https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/openshift_dedicated_clusters_on_google_cloud/index#osd-creating-a-cluster-on-gcp-sa"], + "internal_only": false +}