Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORS-3480: aws/sdk: remove sdk provisioner #8358

Merged
merged 2 commits into from
May 16, 2024

Conversation

r4f4
Copy link
Contributor

@r4f4 r4f4 commented May 6, 2024

It's been replaced by capi/capa as the terraform-free alternative.

Depends on #8343
Depends on #8357

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented May 6, 2024

@r4f4: This pull request references CORS-3480 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.16.0" version, but no target version was set.

In response to this:

It's been replaced by capi/capa as the terraform-free alternative.

Depends on #8343
Depends on #8357

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 openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 6, 2024
@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 May 6, 2024
Copy link
Contributor

openshift-ci bot commented May 6, 2024

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

@r4f4 r4f4 force-pushed the aws-remove-sdk-provisioner branch 2 times, most recently from d582eab to 271b7c6 Compare May 8, 2024 11:28
@r4f4 r4f4 marked this pull request as ready for review May 8, 2024 11:28
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 8, 2024
@openshift-ci openshift-ci bot requested review from bfournie and sadasu May 8, 2024 11:32
@r4f4
Copy link
Contributor Author

r4f4 commented May 8, 2024

/test images

@r4f4
Copy link
Contributor Author

r4f4 commented May 8, 2024

/test e2e-aws-ovn

@r4f4 r4f4 force-pushed the aws-remove-sdk-provisioner branch from 271b7c6 to 14c100d Compare May 9, 2024 23:26
@r4f4
Copy link
Contributor Author

r4f4 commented May 9, 2024

Update: rebased to fix merge conflicts.

@r4f4
Copy link
Contributor Author

r4f4 commented May 15, 2024

/test shellcheck

@@ -51,12 +50,9 @@ import (
func ProviderForPlatform(platform string, fg featuregates.FeatureGate) (infrastructure.Provider, error) {
switch platform {
case awstypes.Name:
if types.ClusterAPIFeatureGateEnabled(platform, fg) {
if types.ClusterAPIFeatureGateEnabled(platform, fg) || fg.Enabled(features.FeatureGateInstallAlternateInfrastructureAWS) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can features.FeatureGateInstallAlternateInfrastructureAWS be removed now from the installer ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. We can do that one before this PR, but it'll involve changes to openshift/api to remove the gate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, if we just ignore the gate in the Installer, then later on we can remove it from openshift/api without having to bump the api version in the installer.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok either way, but lean toward removing the FeatureGateInstallAlternateInfrastructureAWS feature gate.

@patrickdillon
Copy link
Contributor

/approve

This LGTM. Do you want to keep FeatureGateInstallAlternateInfrastructureAWS (as the PR stands now)? Or should we remove it in this PR, so we can ultimately remove from the API?

@r4f4
Copy link
Contributor Author

r4f4 commented May 15, 2024

This LGTM. Do you want to keep FeatureGateInstallAlternateInfrastructureAWS (as the PR stands now)? Or should we remove it in this PR, so we can ultimately remove from the API?

I'll update the PR to remove it. That will make removing it from openshift/api much easier.

Copy link
Contributor

openshift-ci bot commented May 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: patrickdillon

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

The pull request process is described here

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 May 15, 2024
r4f4 added 2 commits May 15, 2024 14:30
It's been replaced by capi/capa as the terraform-free alternative.
@r4f4 r4f4 force-pushed the aws-remove-sdk-provisioner branch from 14c100d to 9bb34f6 Compare May 15, 2024 18:30
Copy link
Contributor

@barbacbd barbacbd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 16, 2024
@barbacbd
Copy link
Contributor

/label acknowledge-critical-fixes-only

@patrickdillon
Copy link
Contributor

let's try that again!

/label acknowledge-critical-fixes-only

@openshift-ci openshift-ci bot added the acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. label May 16, 2024
Copy link
Contributor

openshift-ci bot commented May 16, 2024

@r4f4: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/okd-e2e-aws-ovn-upgrade 9bb34f6 link false /test okd-e2e-aws-ovn-upgrade

Full PR test history. Your PR dashboard.

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-merge-bot openshift-merge-bot bot merged commit 48241a0 into openshift:master May 16, 2024
28 of 29 checks passed
@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-installer-altinfra-container-v4.16.0-202405161711.p0.g48241a0.assembly.stream.el9 for distgit ose-installer-altinfra.
All builds following this will include this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants