From 45de56bd456e6cf80612f475145168d238cb003c Mon Sep 17 00:00:00 2001 From: Chamal Abeywardhana Date: Sat, 16 Aug 2025 14:23:57 +1000 Subject: [PATCH 1/3] Updating the SL to match the latest OCM feature of self-service ownership transfers --- ocm/cluster_owner_disabled.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ocm/cluster_owner_disabled.json b/ocm/cluster_owner_disabled.json index 0298ea7..ae3c7ab 100644 --- a/ocm/cluster_owner_disabled.json +++ b/ocm/cluster_owner_disabled.json @@ -3,6 +3,7 @@ "service_name": "SREManualAction", "log_type": "cluster-ownership", "summary": "Action required: Arrange new cluster owner", - "description": "Your cluster requires you to take action because it is no longer owned by a user with an enabled Red Hat account. This will impact the cluster's ability to upgrade to future versions. Please raise a support case with Red Hat to nominate a new owner for the cluster in https://console.redhat.com/openshift/.", - "internal_only": false + "description": "Your cluster requires you to take action because it is no longer owned by a user with an enabled Red Hat account. This will impact the cluster's ability to upgrade to future versions. Please follow the documentation https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets to arrange a new cluster owner.", + "internal_only": false, + "doc_references": ["https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets"] } From ced33e29a37d5292acf4a08b2306f7d929e991e0 Mon Sep 17 00:00:00 2001 From: Chamal Abeywardhana Date: Wed, 19 Nov 2025 08:34:26 +1000 Subject: [PATCH 2/3] Moved the documentation link to the end --- ocm/cluster_owner_disabled.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocm/cluster_owner_disabled.json b/ocm/cluster_owner_disabled.json index ae3c7ab..4e288bf 100644 --- a/ocm/cluster_owner_disabled.json +++ b/ocm/cluster_owner_disabled.json @@ -3,7 +3,7 @@ "service_name": "SREManualAction", "log_type": "cluster-ownership", "summary": "Action required: Arrange new cluster owner", - "description": "Your cluster requires you to take action because it is no longer owned by a user with an enabled Red Hat account. This will impact the cluster's ability to upgrade to future versions. Please follow the documentation https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets to arrange a new cluster owner.", + "description": "Your cluster requires you to take action because it is no longer owned by a user with an enabled Red Hat account. This will impact the cluster's ability to upgrade to future versions. Please follow the documentation to arrange a new cluster owner https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets", "internal_only": false, "doc_references": ["https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets"] } From 28ca67ddbea1abb1c46119a7163de1ab95540f16 Mon Sep 17 00:00:00 2001 From: Chamal Abeywardhana Date: Wed, 19 Nov 2025 09:05:55 +1000 Subject: [PATCH 3/3] Fixed the validation issue --- ocm/cluster_owner_disabled.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocm/cluster_owner_disabled.json b/ocm/cluster_owner_disabled.json index 4e288bf..ea70cb1 100644 --- a/ocm/cluster_owner_disabled.json +++ b/ocm/cluster_owner_disabled.json @@ -3,7 +3,7 @@ "service_name": "SREManualAction", "log_type": "cluster-ownership", "summary": "Action required: Arrange new cluster owner", - "description": "Your cluster requires you to take action because it is no longer owned by a user with an enabled Red Hat account. This will impact the cluster's ability to upgrade to future versions. Please follow the documentation to arrange a new cluster owner https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets", + "description": "Your cluster requires you to take action because it is no longer owned by a user with an enabled Red Hat account. This will impact the cluster's ability to upgrade to future versions. Please follow the documentation to arrange a new cluster owner https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets.", "internal_only": false, "doc_references": ["https://docs.redhat.com/en/documentation/openshift_cluster_manager/1-latest/html/managing_clusters/assembly-managing-clusters#initiating-rosa-classic-ownership-transfer-proc_downloading-and-updating-pull-secrets"] }