OCPBUGS-55652: Removed PrivateHostedZoneAWS from component#1230
OCPBUGS-55652: Removed PrivateHostedZoneAWS from component#1230openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-55652, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
/jira refresh |
|
@lihongan: This pull request references Jira Issue OCPBUGS-55652, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
okd-scos-e2e-aws-ovn: |
|
okd-scos-e2e-aws-ovn: /retest |
|
e2e-aws-operator: /retest |
|
Seems flaky, will try one more time /retest |
|
/approve But please expand the commit message.
There's some quirky history here that probably isn't necessary to put in the commit message, but in case anyone is curious:
Annoyingly, the featuregate definitions were moved all around and restructured, which makes it difficult to trace the history. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1a39e56 to
ba31eb9
Compare
|
Thanks, the commit message looks better. A couple more suggestions:
Please keep the first line within 50 chars, and don't end it with a full stop.
Please wrap the commit message body at 72 characters.
It is more accurate to say that the feature gate has been enabled by default for over 3 releases, and so it is scheduled to be removed imminently. Technically it could still be disabled with a custom feature set, and as long as the feature gate exists, we should respect it. By the way, we should have an openshift/api PR ready to go to remove the feature gate as soon as this cluster-ingress-operator PR merges. Could you go ahead and post that PR, and link it in this PR's description? |
|
/assign |
|
/assign @grzpiotrowski |
The feature itself (support for AWS Private Hosted Zones) remains, only the feature gate check is to be removed. The PrivateHostedZoneAWS feature gate was at first introduced as TPNU in OpenShift 4.14 and was promoted to Default in the same release. The feature gate has been enabled by default for over 3 releases, so it is scheduled to be removed imminently Follow-up to commit which introduced the feature gate:openshift@7251aaa Related bug: https://issues.redhat.com/browse/OCPBUGS-55652
|
This is a follow up PR in openshift/api, removing the PrivateHostedZoneAWS feature gate from features/features.go |
|
/retest-required |
|
mjoseph@mjoseph-mac Downloads % oc get clusterversion mjoseph@mjoseph-mac Downloads %
|
|
/label qe-approved |
|
failed cluster install /retest |
|
/retest |
1 similar comment
|
/retest |
|
Thanks, @Thealisyed! @melvinjoseph86, are your results from testing the combination of this PR with openshift/api#2338? The cluster-ingress-operator PR itself doesn't remove the featuregate from the clusterversion. /hold |
|
|
@Thealisyed: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
@Thealisyed: Jira Issue OCPBUGS-55652: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-55652 has not been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-ingress-operator |
Removed PrivateHostedZoneAWS from cluster-ingress-operator as it is no longer needed