From 877d31c3f5702d20442351ea3aa6d6aa56ee3014 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 a29a41cdcf9..a7edba6fae4 100644 --- a/pkg/asset/manifests/aws/cluster.go +++ b/pkg/asset/manifests/aws/cluster.go @@ -97,12 +97,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,