Skip to content

SPLAT-2220: tests/ote: extend tests for gate AWSServiceLBNetworkSecurityGroup#129

Merged
openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
mtulio:e2e-ote-gate-label-nlb-sg
Mar 2, 2026
Merged

SPLAT-2220: tests/ote: extend tests for gate AWSServiceLBNetworkSecurityGroup#129
openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
mtulio:e2e-ote-gate-label-nlb-sg

Conversation

@mtulio
Copy link
Copy Markdown

@mtulio mtulio commented Feb 24, 2026

Changes:

  • Fix test names including feature gate naming convention
  • Expanding test coverage satisfying the gate promotion criteria

Previous PR introducing tests: #126
Feature: https://issues.redhat.com/browse/OCPSTRAT-1553 / SPLAT-2220

Tests:

  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should update security group rules when service is updated [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]"

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 24, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Feb 24, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 24, 2026

/test ?

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 24, 2026

/test e2e-aws-ovn-techpreview

@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from f4d8d01 to 5706aec Compare February 24, 2026 23:15
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 24, 2026

/test e2e-aws-ovn-techpreview

@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from 5706aec to 04aaf73 Compare February 25, 2026 00:16
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

/test e2e-aws-ovn-techpreview

@mtulio mtulio changed the title DNM: E2e ote gate label nlb sg DNM/SPLAT-2220: tests/ote: expand tests for gate AWSServiceLBNetworkSecurityGroup promotion Feb 25, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 25, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Feb 25, 2026

@mtulio: This pull request references SPLAT-2220 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Changes:

  • Fix test names including FG name as required by feature promotion
  • Expanding test coverage satisfying the gate promotion

Test List:

  1. should have NLBSecurityGroupMode with 'Managed value in cloud-config (existing)
  2. should create NLB service with security group attached (existing)
  3. should have security groups attached to default ingress controller NLB (existing)
  4. should keep security groups attached after service update (NEW)
  5. should cleanup security groups when service is deleted (NEW)
  6. should validate NLB with backend pods is reachable (NEW)
  7. should have correct security group rules for service ports (NEW)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch 2 times, most recently from e4ae260 to ddbfb75 Compare February 25, 2026 00:23
@mtulio mtulio changed the title DNM/SPLAT-2220: tests/ote: expand tests for gate AWSServiceLBNetworkSecurityGroup promotion WIP/SPLAT-2220: tests/ote: expand tests for gate AWSServiceLBNetworkSecurityGroup promotion Feb 25, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Feb 25, 2026

@mtulio: This pull request references SPLAT-2220 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Changes:

  • Fix test names including FG name as required by feature promotion
  • Expanding test coverage satisfying the gate promotion

Test List:

  1. should have NLBSecurityGroupMode with 'Managed value in cloud-config (existing)
  2. should create NLB service with security group attached (existing)
  3. should have security groups attached to default ingress controller NLB (existing)
  4. should keep security groups attached after service update (NEW)
  5. should cleanup security groups when service is deleted (NEW)
  6. should validate NLB with backend pods is reachable (NEW)
  7. should have correct security group rules for service ports (NEW)

Previous PR introducing tests: #126
Feature: https://issues.redhat.com/browse/OCPSTRAT-1553 / SPLAT-2220

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

/test e2e-aws-ovn-techpreview

@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch 2 times, most recently from 2d2fc64 to f7872e8 Compare February 25, 2026 15:15
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

Fixing delete and waiter flow:
/test e2e-aws-ovn-techpreview

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

testing locally:

Run:

{
./aws-cloud-controller-manager-tests-ext run-test \
--names "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]"

./aws-cloud-controller-manager-tests-ext run-test \
--names "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]"

./aws-cloud-controller-manager-tests-ext run-test \
--names "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]" \

./aws-cloud-controller-manager-tests-ext run-test \
--names "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should keep security groups attached after service update [Suite:openshift/conformance/parallel]"

./aws-cloud-controller-manager-tests-ext run-test \
--names "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]"

./aws-cloud-controller-manager-tests-ext run-test \
--names "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]"
} > ./e2e.log

Result: $ jq -c '.[]|[.name, .result]' e2e.log

["[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]","passed"]
["[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]","passed"]
["[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]","passed"]
["[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should keep security groups attached after service update [Suite:openshift/conformance/parallel]","passed"]
["[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]","passed"]
["[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]","passed"]

@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from f7872e8 to 7a28fc6 Compare February 25, 2026 16:57
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

/test e2e-aws-ovn-techpreview

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

/test ?

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

/test unit images verify-deps e2e-aws-ovn

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Feb 25, 2026

@mtulio: This pull request references SPLAT-2220 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Changes:

  • Fix test names including FG name as required by feature promotion
  • Expanding test coverage satisfying the gate promotion

Previous PR introducing tests: #126
Feature: https://issues.redhat.com/browse/OCPSTRAT-1553 / SPLAT-2220

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Feb 25, 2026

@mtulio: This pull request references SPLAT-2220 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Changes:

  • Fix test names including FG name as required by feature promotion
  • Expanding test coverage satisfying the gate promotion

Previous PR introducing tests: #126
Feature: https://issues.redhat.com/browse/OCPSTRAT-1553 / SPLAT-2220

Tests:

  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should keep security groups attached after service update [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

6 tests are passing in the TP job, from junit:

$ opct adm parse-junit junit_e2e__20260225-181544.xml --skip-failed --skip-skipped | grep AWSServiceLBNetworkSecurityGroup | wc -l
6

$ opct-devel adm parse-junit junit_e2e__20260225-181544.xml --skip-failed --skip-skipped | grep AWSServiceLBNetworkSecurityGroup
[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]
[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]
[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]
[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]
[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should keep security groups attached after service update [Suite:openshift/conformance/parallel]
[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]
me@localhost ~/openshift/OCPSTRAT-1553/cloud-provider-aws/tmp (e2e-ote-gate-label-nlb-sg)


@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 25, 2026

/verified by @mtulio #129 (comment)

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Feb 25, 2026
Update go.mod and vendoring for OTE binary (openshift-only)
@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from e6ac253 to f4b3797 Compare February 26, 2026 16:59
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Feb 26, 2026
@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from f4b3797 to 9e04e96 Compare February 26, 2026 17:01
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 26, 2026

/test e2e-aws-ovn-techpreview

@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from 9e04e96 to 1d636d7 Compare February 27, 2026 01:40
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 27, 2026

/test e2e-aws-ovn-techpreview

…Group

Rename existing openshift e2e tests with feature name convention
(OCPFeatureGate), as well adding more tests to cover the gate promotion.
@mtulio mtulio force-pushed the e2e-ote-gate-label-nlb-sg branch from 1d636d7 to 76025dc Compare February 27, 2026 01:58
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 27, 2026

I have also updated the test [cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]" with following the line of this review.

/test e2e-aws-ovn-techpreview

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Feb 27, 2026

TP Job failed to install, unrelated.

@JoelSpeed would you mind review again, please? Thanks

/test e2e-aws-ovn-techpreview

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Feb 27, 2026

@mtulio: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 2, 2026

@mtulio: This pull request references SPLAT-2220 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Changes:

  • Fix test names including feature gate naming convention
  • Expanding test coverage satisfying the gate promotion criteria

Previous PR introducing tests: #126
Feature: https://issues.redhat.com/browse/OCPSTRAT-1553 / SPLAT-2220

Tests:

  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should update security group rules when service is updated [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]"
  • "[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Mar 2, 2026

Validation:

--

Test groups:
[1] CCM tests

"[cloud-provider-aws-e2e] loadbalancer CLB should be reachable with default configurations [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e] loadbalancer NLB should be reachable with default configurations [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e] loadbalancer NLB should be reachable with target-node-labels [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e] loadbalancer CLB internal should be reachable with hairpinning traffic [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e] loadbalancer NLB internal should be reachable with hairpinning traffic [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e] nodes should set zone-id topology label [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e] nodes should label nodes with topology network info if instance is supported [Suite:openshift/conformance/parallel]"

[2] Feature AWSServiceLBNetworkSecurityGroup specific tests

"[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have NLBSecurityGroupMode with 'Managed value in cloud-config [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should create NLB service with security group attached [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have security groups attached to default ingress controller NLB [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should update security group rules when service is updated [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should cleanup security groups when service is deleted [Suite:openshift/conformance/parallel]"
"[cloud-provider-aws-e2e-openshift] loadbalancer NLB [OCPFeatureGate:AWSServiceLBNetworkSecurityGroup] should have correct security group rules for service ports [Suite:openshift/conformance/parallel]"

@mtulio
Copy link
Copy Markdown
Author

mtulio commented Mar 2, 2026

/verified by @mtulio #129 (comment)

@JoelSpeed
Copy link
Copy Markdown

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 2, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 2, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 2, 2026
@mtulio
Copy link
Copy Markdown
Author

mtulio commented Mar 2, 2026

/verified by @mtulio #129 (comment)

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Mar 2, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@mtulio: This PR has been marked as verified by @mtulio https://github.com/openshift/cloud-provider-aws/pull/129#issuecomment-3984884802.

Details

In response to this:

/verified by @mtulio #129 (comment)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot openshift-merge-bot bot merged commit 531f17f into openshift:main Mar 2, 2026
10 checks passed
@mtulio mtulio deleted the e2e-ote-gate-label-nlb-sg branch March 2, 2026 18:19
mtulio added a commit to mtulio/openshift-api that referenced this pull request Mar 5, 2026
This change promotes the feature gate AWSServiceLBNetworkSecurityGroup
from TechPreviewNoUpgrade to Default feature set.

The tests covering this feature is added by
openshift/cloud-provider-aws#129.
mtulio added a commit to mtulio/openshift-api that referenced this pull request Mar 6, 2026
This change promotes the feature gate AWSServiceLBNetworkSecurityGroup
from TechPreviewNoUpgrade to Default feature set.

The tests covering this feature is added by
openshift/cloud-provider-aws#129.
mtulio added a commit to mtulio/openshift-api that referenced this pull request Mar 6, 2026
This change promotes the feature gate AWSServiceLBNetworkSecurityGroup
from TechPreviewNoUpgrade to Default feature set.

The tests covering this feature is added by
openshift/cloud-provider-aws#129.
mtulio added a commit to mtulio/openshift-api that referenced this pull request Mar 9, 2026
This change promotes the feature gate AWSServiceLBNetworkSecurityGroup
from TechPreviewNoUpgrade to Default feature set on self-managed.

Also the feature AWSServiceLBNetworkSecurityGroup is kept TP and DP on
Hypershift while the implementation is finished on Hypershift.

The tests covering this feature is added by
openshift/cloud-provider-aws#129.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants