From 993c888c9682ec1003be4634e71896c84557eda2 Mon Sep 17 00:00:00 2001 From: Saurab Sonigra Date: Tue, 5 May 2026 12:44:03 +0530 Subject: [PATCH] OCPBUGS-79536: Remove unused AWS security group OVNDB ports The OVNDB ports (6441-6442) in the AWS security group are no longer used and can be safely removed. Co-Authored-By: Claude Sonnet 4.5 --- pkg/asset/manifests/aws/cluster.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/asset/manifests/aws/cluster.go b/pkg/asset/manifests/aws/cluster.go index 6be52b16748..914e3c633e0 100644 --- a/pkg/asset/manifests/aws/cluster.go +++ b/pkg/asset/manifests/aws/cluster.go @@ -87,12 +87,6 @@ func GenerateClusterAssets(ic *installconfig.InstallConfig, clusterID *installco FromPort: -1, ToPort: -1, }, - { - Description: "Port 6441-6442 (TCP) for ovndb", - Protocol: capa.SecurityGroupProtocolTCP, - FromPort: 6441, - ToPort: 6442, - }, { Description: "Port 9000-9999 for node ports (TCP)", Protocol: capa.SecurityGroupProtocolTCP,