diff --git a/osd/gcp/GCP_Network_Misconfig.json b/osd/gcp/GCP_Network_Misconfig.json index d1031e2..59b86fd 100644 --- a/osd/gcp/GCP_Network_Misconfig.json +++ b/osd/gcp/GCP_Network_Misconfig.json @@ -2,7 +2,10 @@ "severity": "Major", "service_name": "SREManualAction", "log_type": "cluster-lifecycle", - "summary": "Action required: Failed Openshift Installation on GCP", - "description": "Your cluster's installation is blocked by a networking misconfiguration. Please review the network configuration, and try re-installing the cluster. This is the error found in the logs pointing to the specific failing resource - `${LOG}`. GCP VPC requirements are described in this document - https://docs.openshift.com/container-platform/latest/installing/installing_gcp/installing-restricted-networks-gcp-installer-provisioned.html#.", - "internal_only": false + "summary": "Action required: Installation failed due to a network misconfiguration", + "description": "Your cluster's installation is blocked by a networking misconfiguration. Please review the network configuration and try re-installing the cluster. For further information, refer to the OSD GCP network prerequisites: https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#osd-gcp-psc-firewall-prerequisites_gcp-ccs.", + "internal_only": false, + "doc_references": [ + "https://docs.redhat.com/en/documentation/openshift_dedicated/4/html-single/planning_your_environment/index#osd-gcp-psc-firewall-prerequisites_gcp-ccs" + ] }