Skip to content

OCPBUGS-76945: Add Azure Resource Group in OCP console for ODF STS installation#16030

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
cajieh:add-azure-resource-group-olm-sub-page
Feb 25, 2026
Merged

OCPBUGS-76945: Add Azure Resource Group in OCP console for ODF STS installation#16030
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
cajieh:add-azure-resource-group-olm-sub-page

Conversation

@cajieh
Copy link
Copy Markdown
Contributor

@cajieh cajieh commented Feb 16, 2026

Verification Instructions:

  1. Install ODF operator on an Azure STS cluster
  2. Verify the Resource Group field appears and is required
  3. Verify the subscription is created with the RESOURCEGROUP environment variable
  4. Verify NooBaa can successfully create storage accounts using the provided resource group

It appears that the default ODF operator has not set annotation [features.operators.openshift.io/token-auth-azure](http://features.operators.openshift.io/token-auth-azure): "true".

Verified using the cert-manager Operator for Red Hat OpenShift

After: Verified using the cert-manager Operator for Red Hat OpenShift

Screenshot 2026-02-25 at 5 46 28 AM Screenshot 2026-02-25 at 5 48 26 AM

All code passes linting and follows the existing patterns for AWS STS and GCP WIF implementations.

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Feb 16, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@cajieh: This pull request references Jira Issue OCPBUGS-76945, which is invalid:

  • expected the bug to target the "4.22.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In 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.

@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 16, 2026
@openshift-ci openshift-ci Bot added component/olm Related to OLM kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 16, 2026
@cajieh
Copy link
Copy Markdown
Contributor Author

cajieh commented Feb 16, 2026

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Feb 16, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@cajieh: This pull request references Jira Issue OCPBUGS-76945, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira (ebenahar@redhat.com), skipping review request.

Details

In response to this:

/jira refresh

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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Feb 17, 2026

@cajieh: 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.

Copy link
Copy Markdown
Member

@jhadvig jhadvig 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 Feb 18, 2026
@jhadvig
Copy link
Copy Markdown
Member

jhadvig commented Feb 18, 2026

@cajieh leaving the WIP removal and unhold to you.

@jhadvig
Copy link
Copy Markdown
Member

jhadvig commented Feb 18, 2026

/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 Feb 18, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Feb 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cajieh, jhadvig

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

@cajieh
Copy link
Copy Markdown
Contributor Author

cajieh commented Feb 18, 2026

@cajieh leaving the WIP removal and unhold to you.

I haven't verified the change on Azure STS yet.
QE helped spin up the cluster last time, but they're off until next week.

@cajieh cajieh changed the title [WIP] OCPBUGS-76945: Add Azure Resource Group in OCP console for ODF STS installation OCPBUGS-76945: Add Azure Resource Group in OCP console for ODF STS installation Feb 25, 2026
@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 Feb 25, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@cajieh: This pull request references Jira Issue OCPBUGS-76945, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira (ebenahar@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Verification Instructions:

  1. Install ODF operator on an Azure STS cluster
  2. Verify the Resource Group field appears and is required
  3. Verify the subscription is created with the RESOURCEGROUP environment variable
  4. Verify NooBaa can successfully create storage accounts using the provided resource group

It appears that the default ODF operator has not set annotation [features.operators.openshift.io/token-auth-azure](http://features.operators.openshift.io/token-auth-azure): "true".

Verified using the cert-manager Operator for Red Hat OpenShift

After: Verified using the cert-manager Operator for Red Hat OpenShift

Screenshot 2026-02-25 at 5 46 28 AM Screenshot 2026-02-25 at 5 48 26 AM

All code passes linting and follows the existing patterns for AWS STS and GCP WIF implementations.

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.

@cajieh
Copy link
Copy Markdown
Contributor Author

cajieh commented Feb 25, 2026

/verified later @yanpzhan

@cajieh
Copy link
Copy Markdown
Contributor Author

cajieh commented Feb 25, 2026

/retest

@openshift-ci-robot openshift-ci-robot added verified-later verified Signifies that the PR passed pre-merge verification criteria labels Feb 25, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@cajieh: This PR has been marked to be verified later by @yanpzhan.

Details

In response to this:

/verified later @yanpzhan

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 9459e3a into openshift:main Feb 25, 2026
8 checks passed
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@cajieh: Jira Issue OCPBUGS-76945: All pull requests linked via external trackers have merged:

This pull request has the verified-later tag and will need to be manually moved to VERIFIED after testing. Jira Issue OCPBUGS-76945 has been moved to the MODIFIED state.

Details

In response to this:

Verification Instructions:

  1. Install ODF operator on an Azure STS cluster
  2. Verify the Resource Group field appears and is required
  3. Verify the subscription is created with the RESOURCEGROUP environment variable
  4. Verify NooBaa can successfully create storage accounts using the provided resource group

It appears that the default ODF operator has not set annotation [features.operators.openshift.io/token-auth-azure](http://features.operators.openshift.io/token-auth-azure): "true".

Verified using the cert-manager Operator for Red Hat OpenShift

After: Verified using the cert-manager Operator for Red Hat OpenShift

Screenshot 2026-02-25 at 5 46 28 AM Screenshot 2026-02-25 at 5 48 26 AM

All code passes linting and follows the existing patterns for AWS STS and GCP WIF implementations.

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-robot
Copy link
Copy Markdown
Contributor

Fix included in accepted release 4.22.0-0.nightly-2026-02-26-092444

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. component/olm Related to OLM jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria verified-later

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants